Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hash to correct the link to FVCOM mask. #241

Merged
merged 1 commit into from
Aug 21, 2023
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