-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'community_develop' of https://github.com/NOAA-EMC/regio…
…nal_workflow into community_develop
- Loading branch information
Showing
11 changed files
with
804 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# | ||
# MACHINE will be set by the workflow launch script (launch_FV3SAR_- | ||
# wflow.sh) to value passed in as an argument to that script. | ||
# | ||
MACHINE="" | ||
# | ||
# ACCOUNT will be set by the workflow launch script (launch_FV3SAR_- | ||
# wflow.sh) to value passed in as an argument to that script. | ||
# | ||
ACCOUNT="" | ||
# | ||
# EXPT_SUBDIR will be set by the workflow launch script (launch_FV3SAR_- | ||
# wflow.sh) to a value obtained from the name of this file. | ||
# | ||
EXPT_SUBDIR="" | ||
# | ||
# USE_CRON_TO_RELAUNCH may be reset by the workflow launch script | ||
# (launch_FV3SAR_wflow.sh) to value passed in as an argument to that | ||
# script, but in case it is not, we give it a default value here. | ||
# | ||
USE_CRON_TO_RELAUNCH="TRUE" | ||
# | ||
# CRON_RELAUNCH_INTVL_MNTS may be reset by the workflow launch script | ||
# (launch_FV3SAR_wflow.sh) to value passed in as an argument to that | ||
# script, but in case it is not, we give it a default value here. | ||
# | ||
CRON_RELAUNCH_INTVL_MNTS="02" | ||
|
||
|
||
QUEUE_DEFAULT="batch" | ||
QUEUE_HPSS="service" | ||
QUEUE_FCST="batch" | ||
|
||
VERBOSE="TRUE" | ||
|
||
RUN_ENVIR="community" | ||
PREEXISTING_DIR_METHOD="rename" | ||
|
||
PREDEF_GRID_NAME="GSD_HRRR25km" | ||
GRID_GEN_METHOD="JPgrid" | ||
QUILTING="TRUE" | ||
USE_CCPP="TRUE" | ||
CCPP_PHYS_SUITE="FV3_GSD_SAR_v1" | ||
FCST_LEN_HRS="06" | ||
LBC_UPDATE_INTVL_HRS="6" | ||
|
||
DATE_FIRST_CYCL="20190520" | ||
DATE_LAST_CYCL="20190520" | ||
CYCL_HRS=( "00" ) | ||
|
||
EXTRN_MDL_NAME_ICS="GSMGFS" | ||
EXTRN_MDL_NAME_LBCS="GSMGFS" | ||
|
||
RUN_TASK_MAKE_GRID="TRUE" | ||
RUN_TASK_MAKE_OROG="TRUE" | ||
RUN_TASK_MAKE_SFC_CLIMO="TRUE" | ||
|
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 |
---|---|---|
|
@@ -10,3 +10,4 @@ regional_009 | |
regional_010 | ||
regional_011 | ||
regional_012 | ||
regional_013 |
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.