Skip to content
8 changes: 4 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/ufs-community/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 405553b
hash = 3f83cde

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you updating all the hashes to the latest? If so, I strongly suggest doing a full set of tests. I think @mkavulich was doing similar and found a problem with the latest weather model and SPP.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it'd be good to run a full set of tests with all the hashes being updated. I think the problem was specifically related to the build on Cheyenne with ESMF, so SPP should be fine.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I had not exactly intended to jump ahead. I pulled the hashes from the current head of develop. Where should they be pulled from?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The alternative would be just to keep the hashes that were in Externals.cfg.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hashes that were in Externals.cfg (e.g. 405553b) were from when I first started this PR, so they were out of date. The hashes that are in there now are the same as those in the head of develop. I am not exactly sure why they are showing up as changed.

local_path = regional_workflow
required = True

Expand All @@ -12,7 +12,7 @@ protocol = git
repo_url = https://github.com/ufs-community/UFS_UTILS
# Specify either a branch name or a hash but not both.
#branch = develop
hash = f30740e
hash = 31271f7
local_path = src/UFS_UTILS
required = True

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

Expand All @@ -30,7 +30,7 @@ protocol = git
repo_url = https://github.com/NOAA-EMC/UPP
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 4a16052
hash = 394917e
local_path = src/UPP
required = True

Expand Down
18 changes: 18 additions & 0 deletions env/build_gaea_intel.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#Setup instructions for NOAA RDHPC Gaea using Intel-18.0.6.288 (bash shell)
source /lustre/f2/pdata/esrl/gsd/contrib/lua-5.1.4.9/init/init_lmod.sh
module use /lustre/f2/pdata/ncep_shared/hpc-stack/modulefiles/stack
module load hpc hpc-intel hpc-cray-mpich
module load srw_common

module use /lustre/f2/pdata/esrl/gsd/contrib/modulefiles
module load rocoto
module load cmake/3.20.1

export CC=cc
export FC=ftn
export CXX=CC
export CMAKE_C_COMPILER=cc
export CMAKE_CXX_COMPILER=CC
export CMAKE_Fortran_COMPILER=ftn
export CMAKE_Platform=gaea.intel

8 changes: 8 additions & 0 deletions env/wflow_gaea.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#Setup instructions for NOAA RDHPC Hera using Intel-18.0.5.274 (bash shell)

module use /lustre/f2/pdata/esrl/gsd/contrib/modulefiles
module load rocoto
module load miniconda3

export CONDA_DEFAULT_ENV=regional_workflow