Skip to content

Commit

Permalink
Fixed gfsatmprod file name and gfsarch data type.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayeekayee committed Sep 19, 2024
1 parent 8997be6 commit 90af7cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions parm/archive/master_gfs.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ datasets:
{% filter indent(width=4) %}
{% include "gfsa.yaml.j2" %}
{% include "gfsb.yaml.j2" %}
{% include "gfs_netcdfb.yaml.j2" %}
{% endfilter %}

{% if ARCH_GAUSSIAN %}
# Archive Gaussian data
{% filter indent(width=4) %}
{% include "gfs_flux.yaml.j2" %}
{% include "gfs_netcdfb.yaml.j2" %}
{% include "gfs_pgrb2b.yaml.j2" %}
#KYW{% include "gfs_pgrb2b.yaml.j2" %}
{% endfilter %}
{% if MODE == "cycled" %}
# Archive Gaussian analysis data
Expand Down
7 changes: 5 additions & 2 deletions workflow/gsl_template_hera.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@

<metatask name="gfsatmprod">

<var name="fhr">000 003 006 009 012 015 018 021 024 027 030 033 036 039 042 045 048 051 054 057 060 063 066 069 072 075 078 081 084 087 090 093 096 099 102 105 108 111 114 117 120</var>
<!--
<var name="fhr">000 003 006 009 012 015 018 021 024 027 030 033 036 039 042 045 048 051 054 057 060 063 066 069 072 075 078 081 084 087 090 093 096 099 102 105 108 111 114 117 120</var>
-->
<var name="fhr">000 006 012 018 024 030 036 042 048 054 060 066 072 078 084 090 096 102 108 114 120</var>

<task name="gfsatmprod_#fhr#" cycledefs="gfs" maxtries="&MAXTRIES;">

Expand Down Expand Up @@ -145,7 +148,7 @@
<envar><name>COMPONENT</name><value>atmos</value></envar>

<dependency>
<datadep age="120"><cyclestr>&ROTDIR;/gfs.@Y@m@d/@H//model_data/atmos/master/[email protected].grb2#fhr#</cyclestr></datadep>
<datadep age="120"><cyclestr>&ROTDIR;/gfs.@Y@m@d/@H//model_data/atmos/master/[email protected].grb2f#fhr#</cyclestr></datadep>
</dependency>

</task>
Expand Down

0 comments on commit 90af7cf

Please sign in to comment.