Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protocol = git
repo_url = https://github.com/NOAA-GSL/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = feature/RRFS_dev1
hash = 41cae33
hash = 5642349
local_path = regional_workflow
required = True

Expand Down
3 changes: 3 additions & 0 deletions env/build_hera_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ module load nco/4.9.3
module use /scratch2/BMC/ifi/modulefiles
module try-load ifi/20230112-intel-2022.1.2

module unload fms/2022.01
export FMS_ROOT=/scratch1/BMC/wrfruc/mhu/code/lib/FMS/build

export CMAKE_C_COMPILER=mpiicc
export CMAKE_CXX_COMPILER=mpiicpc
export CMAKE_Fortran_COMPILER=mpiifort
Expand Down