forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for compiling with Rocky8 OS
Updated config.fcst: keep dt_inner to half of physics timestep if running aerosol-aware Thompson microphysics
- Loading branch information
Showing
6 changed files
with
44 additions
and
24 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
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
export stack_intel_ver=2021.5.0 | ||
export stack_impi_ver=2021.5.1 | ||
export spack_env=gsi-addon-dev | ||
source "${HOMEgfs:-}/versions/build.spack.ver" | ||
export spack_mod_path="/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-${spack_stack_ver}/envs/${spack_env}/install/modulefiles/Core" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
export stack_intel_ver=2021.5.0 | ||
export stack_impi_ver=2021.5.1 | ||
export spack_env=gsi-addon-dev | ||
|
||
export hpss_ver=hpss | ||
export ncl_ver=6.6.2 | ||
export R_ver=3.5.0 | ||
export gempak_ver=7.4.2 | ||
|
||
#For metplus jobs, not currently working with spack-stack | ||
#export met_ver=9.1.3 | ||
#export metplus_ver=3.1.1 | ||
|
||
source "${HOMEgfs:-}/versions/run.spack.ver" | ||
export spack_mod_path="/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-${spack_stack_ver}/envs/${spack_env}/install/modulefiles/Core" |
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,18 @@ | ||
#!/bin/sh | ||
USER=Judy.K.Henderson | ||
GITDIR=/scratch1/BMC/gsd-fv3-dev/jhender/test/test_gsl_ufs_dev_29jan24_rocky8/ ## where your git checkout is located | ||
COMROT=${GITDIR}/FV3GFSrun ## default COMROT directory | ||
EXPDIR=${GITDIR}/FV3GFSwfm ## default EXPDIR directory | ||
#ICSDIR=/scratch1/BMC/gsd-fv3/rtruns/FV3ICS_L127 | ||
|
||
PSLOT=c3_mynn | ||
IDATE=2024031100 | ||
EDATE=2024031100 | ||
RESDET=768 ## 96 192 384 768 | ||
|
||
### gfs_cyc 1 00Z only; gfs_cyc 2 00Z and 12Z | ||
|
||
./setup_expt.py gfs forecast-only --pslot "${PSLOT}" --gfs_cyc 1 \ | ||
--idate "${IDATE}" --edate "${EDATE}" --resdetatmos "${RESDET}" \ | ||
--comroot "${COMROT}" --expdir "${EXPDIR}" | ||
|
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