-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue on get_extrn_lbcs when FCST_LEN_HRS>=40 with netcdf (#814)
* activate b file on hpss for >40h * add a new we2e test for fcst_len_hrs>40 * reduce fcst time for we2e
- Loading branch information
Showing
2 changed files
with
49 additions
and
6 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...s/wflow_features/config.get_from_HPSS_ics_FV3GFS_lbcs_FV3GFS_fmt_netcdf_2022060112_48h.sh
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,26 @@ | ||
# | ||
# TEST PURPOSE/DESCRIPTION: | ||
# ------------------------ | ||
# | ||
# This test checks the capability of the workflow to retrieve from NOAA | ||
# HPSS netcdf-formatted output files generated by the FV3GFS external | ||
# model (FCST_LEN_HRS>=40). | ||
# | ||
|
||
RUN_ENVIR="community" | ||
PREEXISTING_DIR_METHOD="rename" | ||
|
||
PREDEF_GRID_NAME="RRFS_CONUS_25km" | ||
CCPP_PHYS_SUITE="FV3_GFS_v16" | ||
|
||
EXTRN_MDL_NAME_ICS="FV3GFS" | ||
FV3GFS_FILE_FMT_LBCS="netcdf" | ||
EXTRN_MDL_NAME_LBCS="FV3GFS" | ||
FV3GFS_FILE_FMT_ICS="netcdf" | ||
|
||
DATE_FIRST_CYCL="20220601" | ||
DATE_LAST_CYCL="20220601" | ||
CYCL_HRS=( "12" ) | ||
|
||
FCST_LEN_HRS="48" | ||
LBC_SPEC_INTVL_HRS="12" |
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