forked from NOAA-GSL/global-workflow
-
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.
Fixed gfsatmprod file name and gfsarch data type.
- Loading branch information
1 parent
8997be6
commit 90af7cf
Showing
2 changed files
with
6 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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;"> | ||
|
||
|
@@ -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> | ||
|