forked from ufs-community/ufs-weather-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update WAM RT compatible with v17 (ufs-community#2283)
*UFSWM - update WAM RT compatible with v17 *UFSWM - fix derecho modulefile path for Spack Stackv1.6
- Loading branch information
1 parent
bba5449
commit a3d4733
Showing
24 changed files
with
3,067 additions
and
2,528 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export BL_DATE=20240607 | ||
export BL_DATE=20240614 |
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,10 +1,89 @@ | ||
|
||
inputdir=FV3_input_data_L149 | ||
mkdir INPUT RESTART | ||
cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT/* ./INPUT | ||
cp @[INPUTDATA_ROOT]/${inputdir}/*grb . | ||
inputdir=FV3_input_data_L149_wam | ||
FV3_FIX=@[INPUTDATA_ROOT]/FV3_fix/ | ||
if [ $WARM_START = .true. ]; then | ||
mkdir INPUT RESTART | ||
cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT/* ./INPUT | ||
cp @[INPUTDATA_ROOT]/FV3_fix/*grb . | ||
else | ||
mkdir INPUT RESTART | ||
cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_C/* ./INPUT/. | ||
fi | ||
if [ $TILEDFIX = .true. ]; then | ||
if [ $CPLLND == .true. ]; then | ||
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc INPUT/. | ||
else | ||
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc . | ||
fi | ||
cp @[INPUTDATA_ROOT]/FV3_fix/global_glacier.2x2.grb . | ||
cp @[INPUTDATA_ROOT]/FV3_fix/global_maxice.2x2.grb . | ||
cp @[INPUTDATA_ROOT]/FV3_fix/RTGSST.1982.2012.monthly.clim.grb . | ||
cp @[INPUTDATA_ROOT]/FV3_fix/global_snoclim.1.875.grb . | ||
cp @[INPUTDATA_ROOT]/FV3_fix/IMS-NIC.blended.ice.monthly.clim.grb . | ||
cp @[INPUTDATA_ROOT]/${inputdir}/@[FNSMCC] . | ||
cp @[INPUTDATA_ROOT]/${inputdir}/@[FNMSKH_control] . | ||
else | ||
cp @[INPUTDATA_ROOT]/FV3_fix/*grb . | ||
fi | ||
|
||
if [ $CPLWAV = .true. ]; then | ||
cp @[INPUTDATA_ROOT_WW3]/mod_def.* . | ||
cp @[INPUTDATA_ROOT_WW3]/rmp_src* . | ||
if [ $WW3_MULTIGRID = 'true' ]; then | ||
cp @[INPUTDATA_ROOT_WW3]/mod_def.pointsatmw mod_def.points | ||
cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] . | ||
cp @[INPUTDATA_ROOT_WW3]/rmp_src* . | ||
else | ||
cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] mod_def.ww3 | ||
cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] . | ||
fi | ||
fi | ||
|
||
#inline post | ||
if [[ $POSTAPP = 'global' ]]; then | ||
cp ${PATHRT}/parm/post_itag_gfs itag | ||
cp ${PATHRT}/parm/postxconfig-NT-gfs.txt postxconfig-NT.txt | ||
cp ${PATHRT}/parm/postxconfig-NT-gfs_FH00.txt postxconfig-NT_FH00.txt | ||
cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new | ||
fi | ||
|
||
#rrtmgp | ||
if [ $DO_RRTMGP = .true. ]; then | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . | ||
fi | ||
|
||
#merra2 | ||
if [ $USE_MERRA2 = .true. ]; then | ||
for n in 01 02 03 04 05 06 07 08 09 10 11 12; do | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc | ||
done | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat | ||
fi | ||
|
||
#rad_c_gocart | ||
if [ $IAER = 2011 ]; then | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat | ||
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat | ||
fi | ||
#ugwpv1 | ||
if [ $DO_UGWP_V1 = .true. ]; then | ||
cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc | ||
fi | ||
|
||
#Thompson | ||
if [ $IMP_PHYSICS = 8 ]; then | ||
cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qsV2.dat . | ||
cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qgV2.dat . | ||
cp @[INPUTDATA_ROOT]/FV3_fix/freezeH2O.dat . | ||
cp @[INPUTDATA_ROOT]/FV3_fix/CCN_ACTIVATE.BIN . | ||
fi | ||
|
||
#prognostic aerosols | ||
if [ $CPLCHM = .true. ]; then | ||
cp ${PATHRT}/parm/gocart/*.rc . | ||
ln -sf @[INPUTDATA_ROOT]/GOCART/p8/ExtData . | ||
fi |
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
Oops, something went wrong.