File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,14 @@ datasets:
21
21
{% filter indent (width =4) %}
22
22
{% include "gfsa.yaml.j2" %}
23
23
{% include "gfsb.yaml.j2" %}
24
- {% include "gfs_netcdfb.yaml.j2" %}
25
24
{% endfilter %}
26
25
27
26
{% if ARCH_GAUSSIAN %}
28
27
# Archive Gaussian data
29
28
{% filter indent (width =4) %}
30
29
{% include "gfs_flux.yaml.j2" %}
31
30
{% include "gfs_netcdfb.yaml.j2" %}
32
- {% include "gfs_pgrb2b.yaml.j2" %}
31
+ #KYW {% include "gfs_pgrb2b.yaml.j2" %}
33
32
{% endfilter %}
34
33
{% if MODE == "cycled" %}
35
34
# Archive Gaussian analysis data
Original file line number Diff line number Diff line change 115
115
116
116
<metatask name =" gfsatmprod" >
117
117
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 >
119
122
120
123
<task name =" gfsatmprod_#fhr#" cycledefs =" gfs" maxtries =" &MAXTRIES; " >
121
124
145
148
<envar ><name >COMPONENT</name ><value >atmos</value ></envar >
146
149
147
150
<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 >
149
152
</dependency >
150
153
151
154
</task >
You can’t perform that action at this time.
0 commit comments