Skip to content

Commit

Permalink
Change default value to 1 for:
Browse files Browse the repository at this point in the history
  DA_CYCLE_INTERV
  RESTART_INTERVAL
  RESTART_INTERVAL_LONG

When run GSI hybrid with RRFS ensemble, only retrospective experiment
needs to check if RRFS ensembles exist. The real-time run does not need to check.
  • Loading branch information
hu5970 committed Jan 26, 2023
1 parent 6909eea commit ac2b723
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/config_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -579,9 +579,9 @@ POSTPROC_LONG_LEN_HRS="1"
FCST_LEN_HRS="24"
FCST_LEN_HRS_SPINUP="1"
FCST_LEN_HRS_CYCLES=( )
DA_CYCLE_INTERV="3"
DA_CYCLE_INTERV="1"
RESTART_INTERVAL="1"
RESTART_INTERVAL_LONG="3"
RESTART_INTERVAL_LONG="1"
CYCL_HRS_HYB_FV3LAM_ENS=( "99" )

#-----------------------------------------------------------------------
Expand Down
6 changes: 6 additions & 0 deletions ush/templates/FV3LAM_wflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,7 @@ MODULES_RUN_TASK_FP script.
<timedep><cyclestr offset="&START_TIME_CONVENTIONAL;">@Y@m@d@H@M00</cyclestr></timedep>
<taskdep task="&PREP_CYC_TN;_#type#{{ uscore_ensmem_name }}"/>
{%- if use_rrfse_ens %}
{%- if do_retro %}
<or>
<and>
<or>
Expand All @@ -1224,6 +1225,7 @@ MODULES_RUN_TASK_FP script.
</and>
</or>
{%- endif %}
{%- endif %}
</and>
</dependency>

Expand Down Expand Up @@ -1271,6 +1273,7 @@ MODULES_RUN_TASK_FP script.
<taskdep task="&ANAL_SD_GSI_TN;_#type#"/>
{%- endif %}
{%- if use_rrfse_ens %}
{%- if do_retro %}
<or>
<and>
<or>
Expand Down Expand Up @@ -1308,6 +1311,7 @@ MODULES_RUN_TASK_FP script.
</and>
</or>
{%- endif %}
{%- endif %}
</and>
</dependency>

Expand Down Expand Up @@ -2107,6 +2111,7 @@ MODULES_RUN_TASK_FP script.
<timedep><cyclestr offset="&START_TIME_CONVENTIONAL;">@Y@m@d@H@M00</cyclestr></timedep>
<taskdep task="&PREP_CYC_TN;_prod{{ uscore_ensmem_name }}"/>
{%- if use_rrfse_ens %}
{%- if do_retro %}
<or>
<and>
<or>
Expand Down Expand Up @@ -2152,6 +2157,7 @@ MODULES_RUN_TASK_FP script.
</and>
</or>
{%- endif %}
{%- endif %}
</and>
</dependency>

Expand Down

0 comments on commit ac2b723

Please sign in to comment.