-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The changes to fv3gfs_dwn_nems.sh, mod_icec.sh, and trim_rh.sh are to improve run times on S4. The S4 cluster is small (80 nodes, with no more than 40 usable at a time), so the size of the post jobs were reduced to 1 node apiece. Adding the -ncpu=1 flag to the wgrib2 calls within srun --multi-prog calls significantly improves runtimes.
- Loading branch information
1 parent
6be6119
commit 2787388
Showing
8 changed files
with
59 additions
and
12 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,34 @@ | ||
#%Module###################################################################### | ||
# David Huber 06/2021, Set up config. with the hpc-stack NCEPLIBS. | ||
############################################################################## | ||
|
||
proc ModulesHelp { } { | ||
puts stderr "Loads modules required for building upp" | ||
} | ||
module-whatis "Loads UPP prerequisites on S4" | ||
|
||
module load license_intel/S4 | ||
module use /data/prod/hpc-stack/modulefiles/stack | ||
module load hpc/1.1.0 | ||
module load hpc-intel/18.0.4 | ||
module load hpc-impi/18.0.4 | ||
|
||
module load jasper/2.0.22 | ||
module load zlib/1.2.11 | ||
module load png/1.6.35 | ||
|
||
module load hdf5/1.10.6 | ||
module load netcdf/4.7.4 | ||
|
||
module load bacio/2.4.1 | ||
module load crtm/2.3.0 | ||
module load g2/3.4.1 | ||
module load g2tmpl/1.10.0 | ||
module load ip/3.3.3 | ||
module load nemsio/2.5.2 | ||
module load sfcio/1.4.1 | ||
module load sigio/2.3.2 | ||
module load sp/2.3.3 | ||
module load w3nco/2.4.1 | ||
module load w3emc/2.7.3 | ||
module load wrf_io/1.1.1 |
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
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
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
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
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
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
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