Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
66dacda
Remove the variables stretch_fac, target_lon, and target_lat from any…
gsketefian Feb 3, 2021
5b65083
Add two new generic suite WE2E tests for the FV3_2017_gfdlmp_regional…
gsketefian Feb 4, 2021
a9b95ad
Bug fix in FV3.input.yml for the GSD_v0 scheme; other minor changes.
gsketefian Feb 4, 2021
70218a6
Remove WE2E test for non-existent (for the release branch) suite FV3_…
gsketefian Feb 5, 2021
0f47fc0
Set effr_in to True in input.nml.FV3.
gsketefian Feb 5, 2021
cb3c852
Bug fix in launch_FV3LAM_wflow.sh to get the SED variable to be recog…
gsketefian Feb 6, 2021
8dc083e
Remove variable diss_est from diag_tables because there is (as of now…
gsketefian Feb 8, 2021
6aaf27d
In the diag table for the GFS_v15p2 suite, change the names of the ge…
gsketefian Feb 9, 2021
8993c88
In the diag table for the CPT_v0 and GFS_v16beta suites, change the n…
gsketefian Feb 9, 2021
9a2a107
Comment out several fields from the diag_table for the RRFS_v1alpha s…
gsketefian Feb 9, 2021
a87c1cc
Make the names of the flag files that indicate the preprocessing task…
gsketefian Feb 9, 2021
caa2d87
* Edit documentation for QUILTING in config_defaults.sh.
gsketefian Feb 9, 2021
ad07f5d
Changes to diag_table files for the GFS_v15p2 and RRFS_v1alpha suites:
gsketefian Feb 9, 2021
a6651e2
Minor edits.
gsketefian Feb 10, 2021
522f0ae
Change "days" and "years" units in diag_tables to "hours"; make spaci…
gsketefian Feb 10, 2021
517709f
Add a WE2E test for QUILTING set to "FALSE".
gsketefian Feb 10, 2021
d8cec85
Clean up WE2E test configuration files relevant to the release branch.
gsketefian Feb 10, 2021
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
RUN_ENVIR="community"
PREEXISTING_DIR_METHOD="rename"

PREDEF_GRID_NAME="RRFS_CONUS_25km"
QUILTING="TRUE"

CCPP_PHYS_SUITE="FV3_GFS_2017_gfdlmp_regional"
FCST_LEN_HRS="6"
LBC_SPEC_INTVL_HRS="6"

DATE_FIRST_CYCL="20190701"
DATE_LAST_CYCL="20190701"
CYCL_HRS=( "00" )

EXTRN_MDL_NAME_ICS="FV3GFS"
EXTRN_MDL_NAME_LBCS="FV3GFS"
USE_USER_STAGED_EXTRN_FILES="TRUE"
3 changes: 1 addition & 2 deletions tests/baseline_configs/config.suite_FV3_RRFS_v1alpha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ PREDEF_GRID_NAME="RRFS_CONUS_25km"
QUILTING="TRUE"

CCPP_PHYS_SUITE="FV3_RRFS_v1alpha"

FCST_LEN_HRS="06"
FCST_LEN_HRS="6"
LBC_SPEC_INTVL_HRS="6"

DATE_FIRST_CYCL="20190520"
Expand Down
3 changes: 1 addition & 2 deletions tests/baseline_configs/config.suite_FV3_RRFS_v1beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ PREDEF_GRID_NAME="RRFS_CONUS_25km"
QUILTING="TRUE"

CCPP_PHYS_SUITE="FV3_RRFS_v1beta"

FCST_LEN_HRS="06"
FCST_LEN_HRS="6"
LBC_SPEC_INTVL_HRS="6"

DATE_FIRST_CYCL="20190520"
Expand Down
3 changes: 2 additions & 1 deletion tests/baselines_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ new_GFDLgrid
new_GFDLgrid__GFDLgrid_USE_GFDLgrid_RES_IN_FILENAMES_eq_FALSE
new_GFDLgrid__GFDLgrid_USE_GFDLgrid_RES_IN_FILENAMES_eq_TRUE
pregen_grid_orog_sfc_climo
regional_001
regional_002
suite_FV3_CPT_v0
suite_FV3_GFS_2017_gfdlmp
suite_FV3_GFS_2017_gfdlmp_regional
suite_FV3_GFS_v15p2
suite_FV3_GFS_v16beta
suite_FV3_GSD_SAR
Expand Down
10 changes: 5 additions & 5 deletions ush/generate_FV3LAM_wflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ function generate_FV3LAM_wflow() {
#
#-----------------------------------------------------------------------
#
if [[ $(uname -s) == Darwin ]]; then
local scrfunc_fp=$( greadlink -f "${BASH_SOURCE[0]}" )
else
local scrfunc_fp=$( readlink -f "${BASH_SOURCE[0]}" )
fi
if [[ $(uname -s) == Darwin ]]; then
local scrfunc_fp=$( greadlink -f "${BASH_SOURCE[0]}" )
else
local scrfunc_fp=$( readlink -f "${BASH_SOURCE[0]}" )
fi
local scrfunc_fn=$( basename "${scrfunc_fp}" )
local scrfunc_dir=$( dirname "${scrfunc_fp}" )
#
Expand Down
8 changes: 8 additions & 0 deletions ush/launch_FV3LAM_wflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ fi
#
#-----------------------------------------------------------------------
#
# Source bash utility functions.
#
#-----------------------------------------------------------------------
#
. $USHDIR/source_util_funcs.sh
#
#-----------------------------------------------------------------------
#
# Set the name of the experiment. We take this to be the name of the
# experiment subdirectory (i.e. the string after the last "/" in the
# full path to the experiment directory).
Expand Down
21 changes: 2 additions & 19 deletions ush/templates/FV3.input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@


FV3_GSD_v0:
gfs_physics_nml:
effr_in: True

FV3_GSD_SAR:
gfs_physics_nml: &gsd_sar_phys
effr_in: True
do_deep: False
imfdeepcnv: 0
imfshalcnv: 0
iopt_alb: 2
Expand All @@ -31,14 +29,12 @@ FV3_GSD_SAR:
iopt_snf: 4
iopt_stc: 1
iopt_tbot: 2
do_deep: False

FV3_RRFS_v1alpha:
gfs_physics_nml:
<<: *gsd_sar_phys
do_deep: False
do_mynnsfclay: False
effr_in: True
imfdeepcnv: -1
imfshalcnv: -1
lsm: 2
Expand All @@ -51,7 +47,6 @@ FV3_RRFS_v1beta:
<<: *gsd_sar_phys
do_deep: False
do_mynnsfclay: True
effr_in: True
imfdeepcnv: -1
imfshalcnv: -1
lsm: 2
Expand Down Expand Up @@ -86,7 +81,6 @@ FV3_GFS_2017_gfdlmp:
do_deep: False
do_mynnedmf: !!python/none
do_mynnsfclay: !!python/none
effr_in: True
fhcyc: 0.0
fhlwr: 3600.0
fhswr: 3600.0
Expand Down Expand Up @@ -193,7 +187,6 @@ FV3_GFS_2017_gfdlmp_regional:

FV3_GFS_v15p2:
atmos_model_nml:
ccpp_suite: FV3_GFS_v15
fdiag: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 18, 21, 24]
fms_nml:
domains_stack_size: 1800200
Expand All @@ -217,9 +210,6 @@ FV3_GFS_v15p2:
range_warn: False
rf_cutoff: 750.0
rf_fast: False
stretch_fac: 0.999
target_lat: 38.5
target_lon: -97.5
gfdl_cloud_microphysics_nml:
<<: *gfs_gfdl_cloud_mp
sedi_transport: True
Expand All @@ -239,7 +229,6 @@ FV3_GFS_v15p2:
do_tofd: False
do_ugwp: False
do_ysu: False
effr_in: False
fhcyc: 0.0
fhlwr: 3600.0
fhswr: 3600.0
Expand All @@ -264,15 +253,14 @@ FV3_GFS_v15p2:
iopt_stc: 1
iopt_tbot: 2
ldiag_ugwp: False
lgfdlmprad: False
lgfdlmprad: True
lradar: !!python/none
lsm: 1
lsoil: !!python/none
lsoil_lsm: !!python/none
ltaerosol: !!python/none
shal_cnv: True
shinhong: False
trans_trac: False
ttendlim: !!python/none
xkzm_h: 1.0
xkzm_m: 1.0
Expand All @@ -284,7 +272,6 @@ FV3_GFS_v15p2:

FV3_GFS_v16beta:
atmos_model_nml:
ccpp_suite: FV3_GFS_v16
fdiag: 3
fhmax: 240
fhmaxhf: 0
Expand Down Expand Up @@ -327,7 +314,6 @@ FV3_GFS_v16beta:
do_myjsfc: !!python/none
do_tofd: True
do_ysu: !!python/none
effr_in: True
hybedmf: False
iaer: 5111
icliq_sw: 2
Expand All @@ -344,7 +330,6 @@ FV3_GFS_v16beta:
psautco: [0.0008, 0.0005]
satmedmf: True
shinhong: !!python/none
trans_trac: True
xkzminv: !!python/none
xkzm_m: !!python/none
xkzm_h: !!python/none
Expand All @@ -358,7 +343,6 @@ FV3_GFS_v16beta:

FV3_CPT_v0:
atmos_model_nml:
ccpp_suite: FV3_CPT_v0
fdiag: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 18, 21, 24]
fms_nml:
domains_stack_size: 1800200
Expand Down Expand Up @@ -394,7 +378,6 @@ FV3_CPT_v0:
do_mynnedmf: !!python/none
do_mynnsfclay: !!python/none
do_shoc: False
effr_in: True
fhcyc: 0.0
fhlwr: 3600.0
fhswr: 3600.0
Expand Down
1 change: 1 addition & 0 deletions ush/templates/input.nml.FV3
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
do_skeb = .false.
do_sppt = .false.
dspheat = .true.
effr_in = .true.
fhcyc = 0.0
fhlwr = 1200.0
fhswr = 1200.0
Expand Down