forked from NOAA-EMC/GEFS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the bug for depend of gempak & improve enspost
On branch feature/gefs_v13_atmos_prep Changes to be committed: modified: rocoto/py/GEFS_XML_For_Tasks.py modified: scripts/exgefs_atmos_enspost.sh Refs: NOAA-EMC#104
- Loading branch information
1 parent
63b2d47
commit 55d7354
Showing
2 changed files
with
14 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1306,8 +1306,8 @@ def get_param_of_task(dicBase, taskname): | |
for i in range(npert): | ||
sDep += '\n\t<datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/p{0:02}/atmos/misc/prd0p5/[email protected]</cyclestr></datadep>'.format(i + 1) | ||
sDep += '\n\t<datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/c00/atmos/misc/prd0p5/[email protected]</cyclestr></datadep>' | ||
sDep += '\n\t<datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/avg/atmos/pgrb2ap5/gefs.t@Hz.pgrb2a.0p50.f000</cyclestr></datadep>' | ||
sDep += '\n\t<datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/spr/atmos/pgrb2ap5/gefs.t@Hz.pgrb2a.0p50.f000</cyclestr></datadep>' | ||
sDep += '\n\t<datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/avg/atmos/products/0p50a/gefs.t@Hz.0p50a.grb2f000</cyclestr></datadep>' | ||
sDep += '\n\t<datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/spr/atmos/products/0p50a/gefs.t@Hz.0p50a.grb2f000</cyclestr></datadep>' | ||
else: | ||
for i in range(npert): | ||
sDep += '\n\t<datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/atmos/misc/prd0p5/gep{0:02}[email protected]</cyclestr></datadep>'.format(i + 1) | ||
|
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