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
9 changes: 5 additions & 4 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 = efa8e81
hash = 488579b
local_path = regional_workflow
required = True

Expand All @@ -30,9 +30,10 @@ protocol = git
repo_url = https://github.com/NOAA-GSL/UPP
# Specify either a branch name or a hash but not both.
#branch = RRFS_dev
hash = 0728f79
hash = 45de18a
local_path = src/EMC_post
required = True
externals = None

[python_graphics]
protocol = git
Expand All @@ -46,7 +47,7 @@ protocol = git
repo_url = https://github.com/NOAA-GSL/GSI.git
# Specify either a branch name or a hash but not both.
#branch = feature/rrfs_dev
hash = f53ed20
hash = a4c421c
local_path = src/gsi
required = True

Expand All @@ -55,7 +56,7 @@ protocol = git
repo_url = https://github.com/NOAA-GSL/rrfs_utl.git
# Specify either a branch name or a hash but not both.
# branch = develop
hash = 1ae44c2
hash = 007a276
local_path = src/rrfs_utl
required = True

Expand Down
4 changes: 4 additions & 0 deletions env/build_hera_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ module load srw_common
module load netcdf/4.7.4
module load nco/4.9.3

# open when use IFI
module use /scratch2/BMC/ifi/modulefiles
module try-load ifi/20230112-intel-2022.1.2

export CMAKE_C_COMPILER=mpiicc
export CMAKE_CXX_COMPILER=mpiicpc
export CMAKE_Fortran_COMPILER=mpiifort
Expand Down
4 changes: 2 additions & 2 deletions env/build_jet_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module load srw_common

module load nco/4.9.3
# open when use IFI
#module use /lfs4/BMC/ifi/modulefiles
#module load ifi/20220906-intel-18.0.5.274
module use /lfs4/BMC/ifi/modulefiles
module try-load ifi/20230118-intel-18.0.5.274

export CMAKE_C_COMPILER=mpiicc
export CMAKE_CXX_COMPILER=mpiicpc
Expand Down
2 changes: 2 additions & 0 deletions env/build_wcoss2_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ module load udunits/2.2.28
module load gsl/2.7
module load nco/4.9.7

module use /lfs/h1/oar/esrl/noscrub/samuel.trahan/ifi/modulefiles
module try-load ifi/20221006-intel-19.1.3.304

#module load python/3.8.6

Expand Down