-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make right dependence and links to RRFS ensembles for GSI hybrid
analysis.
- Loading branch information
ming hu
committed
Oct 7, 2024
1 parent
e19cf57
commit 97e3d27
Showing
2 changed files
with
11 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,7 @@ Workflow task names. | |
<!ENTITY TAG "{{ tag }}"> | ||
<!ENTITY NET "{{ net }}"> | ||
<!ENTITY RUN "{{ run }}"> | ||
<!ENTITY RUNE "enk{{ run }}"> | ||
<!ENTITY envir "{{ envir }}"> | ||
|
||
<!-- | ||
|
@@ -1664,15 +1665,15 @@ MODULES_RUN_TASK_FP script. | |
{%- endfor %} | ||
</or> | ||
{% for h in range(1, num_ens_members+1) %} | ||
<datadep age="00:00:01:00"><cyclestr offset="-{{ da_cycle_interval_hrs }}:00:00">&RRFSE_FG_ROOT;/&RUN;.@Y@m@d/@H/m{{ "%03d" % h }}/forecast_spinup/RESTART/</cyclestr><cyclestr>@Y@m@[email protected]</cyclestr></datadep> | ||
<datadep age="00:00:01:00"><cyclestr offset="-{{ da_cycle_interval_hrs }}:00:00">&RRFSE_FG_ROOT;/&RUNE;.@Y@m@d/@H/m{{ "%03d" % h }}/forecast_spinup/RESTART/</cyclestr><cyclestr>@Y@m@[email protected]</cyclestr></datadep> | ||
{%- endfor %} | ||
</and> | ||
<and> | ||
{%- for h in cycl_hrs_prodstart_ens %} | ||
<strneq><left>{{ h }}</left><right><cyclestr>@H</cyclestr></right></strneq> | ||
{%- endfor %} | ||
{% for h in range(1, num_ens_members+1) %} | ||
<datadep age="00:00:01:00"><cyclestr offset="-{{ da_cycle_interval_hrs }}:00:00">&RRFSE_FG_ROOT;/&RUN;.@Y@m@d/@H/m{{ "%03d" % h }}/forecast/RESTART/</cyclestr><cyclestr>@Y@m@[email protected]</cyclestr></datadep> | ||
<datadep age="00:00:01:00"><cyclestr offset="-{{ da_cycle_interval_hrs }}:00:00">&RRFSE_FG_ROOT;/&RUNE;.@Y@m@d/@H/m{{ "%03d" % h }}/forecast/RESTART/</cyclestr><cyclestr>@Y@m@[email protected]</cyclestr></datadep> | ||
{%- endfor %} | ||
</and> | ||
</or> | ||
|
@@ -2562,21 +2563,21 @@ MODULES_RUN_TASK_FP script. | |
{%- endfor %} | ||
</or> | ||
{% for h in range(1, num_ens_members+1) %} | ||
<datadep age="00:00:01:00"><cyclestr offset="-{{ da_cycle_interval_hrs }}:00:00">&RRFSE_FG_ROOT;/&RUN;.@Y@m@d/@H/m{{ "%03d" % h }}/forecast_spinup/RESTART/</cyclestr><cyclestr>@Y@m@[email protected]</cyclestr></datadep> | ||
<datadep age="00:00:01:00"><cyclestr offset="-{{ da_cycle_interval_hrs }}:00:00">&RRFSE_FG_ROOT;/&RUNE;.@Y@m@d/@H/m{{ "%03d" % h }}/forecast_spinup/RESTART/</cyclestr><cyclestr>@Y@m@[email protected]</cyclestr></datadep> | ||
{%- endfor %} | ||
</and> | ||
<and> | ||
{%- for h in cycl_hrs_prodstart_ens %} | ||
<strneq><left>{{ h }}</left><right><cyclestr>@H</cyclestr></right></strneq> | ||
{%- endfor %} | ||
{% for h in range(1, num_ens_members+1) %} | ||
<datadep age="00:00:01:00"><cyclestr offset="-{{ da_cycle_interval_hrs }}:00:00">&RRFSE_FG_ROOT;/&RUN;.@Y@m@d/@H/m{{ "%03d" % h }}/forecast/RESTART/</cyclestr><cyclestr>@Y@m@[email protected]</cyclestr></datadep> | ||
<datadep age="00:00:01:00"><cyclestr offset="-{{ da_cycle_interval_hrs }}:00:00">&RRFSE_FG_ROOT;/&RUNE;.@Y@m@d/@H/m{{ "%03d" % h }}/forecast/RESTART/</cyclestr><cyclestr>@Y@m@[email protected]</cyclestr></datadep> | ||
{%- endfor %} | ||
</and> | ||
{%- else %} | ||
<and> | ||
{% for h in range(1, num_ens_members+1) %} | ||
<datadep age="00:00:01:00"><cyclestr offset="-{{ da_cycle_interval_hrs }}:00:00">&RRFSE_FG_ROOT;/&RUN;.@Y@m@d/@H/m{{ "%03d" % h }}/forecast/RESTART/</cyclestr><cyclestr>@Y@m@[email protected]</cyclestr></datadep> | ||
<datadep age="00:00:01:00"><cyclestr offset="-{{ da_cycle_interval_hrs }}:00:00">&RRFSE_FG_ROOT;/&RUNE;.@Y@m@d/@H/m{{ "%03d" % h }}/forecast/RESTART/</cyclestr><cyclestr>@Y@m@[email protected]</cyclestr></datadep> | ||
{%- endfor %} | ||
</and> | ||
{%- endif %} | ||
|
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