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

Go back to DT60 and turn off SPPT. #221

Merged
merged 1 commit into from
Apr 28, 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 = b79444a
hash = f01f895
local_path = regional_workflow
required = True

Expand Down
4 changes: 3 additions & 1 deletion env/build_wcoss2_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8.3.0b09
#module load esmf/8_2_0
module load fms/2022.04
module load fms/2022.01
#module load fms/2021.03

module load upp/10.0.8
Expand Down Expand Up @@ -66,6 +66,8 @@ 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 unload fms/2022.01
export FMS_ROOT=/lfs/h2/emc/lam/noscrub/emc.lam/rrfs/lib/FMS/build
#module load python/3.8.6

export CMAKE_C_COMPILER=cc
Expand Down