forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port program enkf_chgres_recenter_nc to acorn
On branch release/gefs_v12_github_port2acorn new file: modulefiles/fv3gfs/enkf_chgres_recenter_nc.acorn modified: sorc/machine-setup.sh Refs: NOAA-EMC#345
- Loading branch information
1 parent
4ef5fb3
commit 3bda226
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#%Module##################################################### | ||
## enkf_chgres_recenter component - wcoss2/acorn | ||
############################################################# | ||
|
||
module load intel/19.1.3.304 PrgEnv-intel | ||
|
||
module load intel/19.1.3.304/cray-mpich/8.1.2 | ||
|
||
module load bacio/2.4.1 | ||
module load w3nco/2.4.1 | ||
module load ip/3.3.3 | ||
module load sp/2.3.3 | ||
module load cmake/3.18.4 | ||
|
||
module load hdf5-parallel/1.10.6 | ||
module load netcdf-hdf5parallel/4.7.4 | ||
|
||
module load curl/7.72.0 | ||
|
||
export FC=ftn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters