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
4 changes: 2 additions & 2 deletions 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 = 077942c
hash = dee4c54
local_path = regional_workflow
required = True

Expand All @@ -21,7 +21,7 @@ protocol = git
repo_url = https://github.com/ufs-community/ufs-weather-model.git
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 20e21f6
hash = cbf1567
local_path = src/ufs_weather_model
required = True

Expand Down
1 change: 1 addition & 0 deletions env/build_hera_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module load hpc-intel/18.0.5.274
module load hpc-impi/2018.0.4

module load srw_common
module load fms/2022.04
module load netcdf/4.7.4
module load nco/4.9.3

Expand Down
3 changes: 3 additions & 0 deletions env/build_jet_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ module load nco/4.9.3
module use /lfs4/BMC/ifi/modulefiles
module try-load ifi/20230118-intel-18.0.5.274

module unload fms/2022.01
export FMS_ROOT=/mnt/lfs4/BMC/nrtrr/RRFS/lib/FMS

export CMAKE_C_COMPILER=mpiicc
export CMAKE_CXX_COMPILER=mpiicpc
export CMAKE_Fortran_COMPILER=mpiifort
Expand Down
2 changes: 1 addition & 1 deletion env/srw_common
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module load hdf5/1.10.6
module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8.3.0b09
module load fms/2022.04
module load fms/2022.01

module load upp/10.0.10
module load bufr/11.6.0
Expand Down