forked from NOAA-GSL/UPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for initializing ensemble from GDASENKF netcdf files on HERA (N…
…OAA-EMC#248) * Changes for initializing ensemble from GDASENKF netcdf files on HERA * Fix FV3GFS data path and filename on HERA * Removing old lines related to Hera data path
- Loading branch information
1 parent
808286d
commit 0544c58
Showing
7 changed files
with
147 additions
and
17 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
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 |
---|---|---|
|
@@ -318,10 +318,11 @@ MODULES_RUN_TASK_FP script. | |
{%- if do_enscontrol %} | ||
<var name="subdirGE">/gec00{% for m in range(2, num_ens_members+1) %}{{ " /gep%02d"%m }}{% endfor %}</var> | ||
<var name="memNameWRF">_mem0000{% for m in range(2, num_ens_members+1) %}{{ " _mem%04d"%m }}{% endfor %} </var> | ||
{%- else -%} | ||
{%- else %} | ||
<var name="subdirGE">{% for m in range(1, num_ens_members+1) %}{{ " /gep%02d"%m }}{% endfor %}</var> | ||
<var name="memNameWRF">{% for m in range(1, num_ens_members+1) %}{{ " _mem%04d"%m }}{% endfor %} </var> | ||
{%- endif %} | ||
<var name="subdirGDAS">{% for m in range(1, num_ens_members+1) %}{{ " /mem%03d"%m }}{% endfor %}</var> | ||
{%- endif %} | ||
|
||
<!-- | ||
|
@@ -354,6 +355,7 @@ MODULES_RUN_TASK_FP script. | |
<envar><name>SLASH_ENSMEM_SUBDIR</name><value>{{ slash_ensmem_subdir }}</value></envar> | ||
<envar><name>GEFS_INPUT_SUBDIR</name><value>#subdirGE#</value></envar> | ||
<envar><name>WRF_MEM_NAME</name><value>#memNameWRF#</value></envar> | ||
<envar><name>GDASENKF_INPUT_SUBDIR</name><value>#subdirGDAS#</value></envar> | ||
|
||
<dependency> | ||
{%- if machine in ["WCOSS_DELL_P3", "WCOSS_CRAY"] %} | ||
|
@@ -362,11 +364,22 @@ MODULES_RUN_TASK_FP script. | |
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_ics_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/gdas.@Y@m@d/@H/atmos/[email protected]{{ "%03d" % extrn_mdl_ics_offset_hrs }}.nc</cyclestr></datadep> | ||
{% else %} | ||
{%- if extrn_mdl_name_ics in ["GEFS"] %} | ||
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_ics_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}#subdirGE#/@y@j@H00000{{ extrn_mdl_ics_offset_hrs }}</cyclestr></datadep> | ||
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_ics_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/#subdirGE#/@y@j@H00000{{ extrn_mdl_ics_offset_hrs }}</cyclestr></datadep> | ||
{%- elif extrn_mdl_name_ics in ["GDASENKF"] %} | ||
<and> | ||
{%- if machine in ["HERA"] %} | ||
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_ics_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/enkfgdas.@Y@m@d/@H/atmos/#subdirGDAS#/[email protected]{{ extrn_mdl_ics_offset_hrs }}.nc</cyclestr></datadep> | ||
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_ics_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/enkfgdas.@Y@m@d/@H/atmos/#subdirGDAS#/[email protected]{{ extrn_mdl_ics_offset_hrs }}.nc</cyclestr></datadep> | ||
{%- endif %} | ||
</and> | ||
{%- elif extrn_mdl_name_ics in ["HRRRDAS"] %} | ||
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_ics_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/@Y@m@d@H/postprd#memNameWRF#/wrfnat#memNameWRF#_00.grib2</cyclestr></datadep> | ||
{%- else %} | ||
{%- if machine in ["JET"] %} | ||
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_ics_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/@y@j@H000{{ "%03d" % extrn_mdl_ics_offset_hrs }}</cyclestr></datadep> | ||
{%- elif machine in ["HERA"] %} | ||
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_ics_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/gfs.@Y@m@d/@H/atmos/[email protected]{{ "%03d" % extrn_mdl_ics_offset_hrs }}</cyclestr></datadep> | ||
{%- endif %} | ||
{%- endif %} | ||
{%- endif %} | ||
</dependency> | ||
|
@@ -402,6 +415,7 @@ MODULES_RUN_TASK_FP script. | |
<envar><name>BOUNDARY_LEN</name><value>{{ boundary_len_hrs }}</value></envar> | ||
<envar><name>SLASH_ENSMEM_SUBDIR</name><value>{{ slash_ensmem_subdir }}</value></envar> | ||
<envar><name>GEFS_INPUT_SUBDIR</name><value>#subdirGE#</value></envar> | ||
<envar><name>GDASENKF_INPUT_SUBDIR</name><value>#subdirGDAS#</value></envar> | ||
|
||
<dependency> | ||
<and> | ||
|
@@ -412,9 +426,18 @@ MODULES_RUN_TASK_FP script. | |
<datadep age="00:00:05:00"><cyclestr>{{ extrn_mdl_sysbasedir_ics }}/gdas.@Y@m@d/@H/atmos/[email protected]{{ "%03d" % h }}.nc</cyclestr></datadep> | ||
{%- else %} | ||
{%- if extrn_mdl_name_lbcs in ["GEFS"] %} | ||
<datadep age="00:00:05:00"> <cyclestr offset="-{{ extrn_mdl_lbcs_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_lbcs }}#subdirGE#/@y@j@H000{{ "%03d" % h }}</cyclestr></datadep> | ||
<datadep age="00:00:05:00"> <cyclestr offset="-{{ extrn_mdl_lbcs_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_lbcs }}/#subdirGE#/@y@j@H000{{ "%03d" % h }}</cyclestr></datadep> | ||
{%- elif extrn_mdl_name_lbcs in ["GDASENKF"] %} | ||
{%- if machine in ["HERA"] %} | ||
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_lbcs_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_lbcs }}/enkfgdas.@Y@m@d/@H/atmos/#subdirGDAS#/[email protected]{{ "%03d" % h }}.nc</cyclestr></datadep> | ||
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_lbcs_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_lbcs }}/enkfgdas.@Y@m@d/@H/atmos/#subdirGDAS#/[email protected]{{ "%03d" % h }}.nc</cyclestr></datadep> | ||
{%- endif %} | ||
{%- else %} | ||
<datadep age="00:00:05:00"> <cyclestr offset="-{{ extrn_mdl_lbcs_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_lbcs }}/@y@j@H000{{ "%03d" % h }}</cyclestr></datadep> | ||
{%- if machine in ["JET"] %} | ||
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_lbcs_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_lbcs }}/@y@j@H000{{ "%03d" % h }}</cyclestr></datadep> | ||
{%- elif machine in ["HERA"] %} | ||
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_lbcs_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_lbcs }}/gfs.@Y@m@d/@H/atmos/[email protected]{{ "%03d" % h }}</cyclestr></datadep> | ||
{%- endif %} | ||
{%- endif %} | ||
{%- endif %} | ||
{%- endfor %} | ||
|
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