Skip to content

Commit 90af7cf

Browse files
committed
Fixed gfsatmprod file name and gfsarch data type.
1 parent 8997be6 commit 90af7cf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

parm/archive/master_gfs.yaml.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ datasets:
2121
{% filter indent(width=4) %}
2222
{% include "gfsa.yaml.j2" %}
2323
{% include "gfsb.yaml.j2" %}
24-
{% include "gfs_netcdfb.yaml.j2" %}
2524
{% endfilter %}
2625

2726
{% if ARCH_GAUSSIAN %}
2827
# Archive Gaussian data
2928
{% filter indent(width=4) %}
3029
{% include "gfs_flux.yaml.j2" %}
3130
{% include "gfs_netcdfb.yaml.j2" %}
32-
{% include "gfs_pgrb2b.yaml.j2" %}
31+
#KYW{% include "gfs_pgrb2b.yaml.j2" %}
3332
{% endfilter %}
3433
{% if MODE == "cycled" %}
3534
# Archive Gaussian analysis data

workflow/gsl_template_hera.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@
115115

116116
<metatask name="gfsatmprod">
117117

118-
<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>
118+
<!--
119+
<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>
120+
-->
121+
<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>
119122

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

@@ -145,7 +148,7 @@
145148
<envar><name>COMPONENT</name><value>atmos</value></envar>
146149

147150
<dependency>
148-
<datadep age="120"><cyclestr>&ROTDIR;/gfs.@Y@m@d/@H//model_data/atmos/master/gfs.t@Hz.master.grb2#fhr#</cyclestr></datadep>
151+
<datadep age="120"><cyclestr>&ROTDIR;/gfs.@Y@m@d/@H//model_data/atmos/master/gfs.t@Hz.master.grb2f#fhr#</cyclestr></datadep>
149152
</dependency>
150153

151154
</task>

0 commit comments

Comments
 (0)