Skip to content

Commit 36e2feb

Browse files
Adding more cycles to gempak script gfs_meta_sa2.sh (#2518)
This PR changes gfs_meta_sa2.sh running from 06 cycle only to all cycles. This change will satisfy NCO Bugzilla #1211 request to add 00 cycle run in order to consolidate GFS and UKMET gempak jobs. Resolves #291
1 parent d839a68 commit 36e2feb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

gempak/ush/gfs_meta_sa2.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env bash
22
#
3-
# Metafile Script : ukmet_gfs_meta_sa2.sh
3+
# Metafile Script : gfs_meta_sa2.sh
44
#
55
# Creates several South American gfs charts, including 500mb and psml
66
# comparisons to the ecmwf and ukmet
@@ -30,14 +30,6 @@ metatype="sa2"
3030
metaname="${mdl}_${metatype}_${cyc}.meta"
3131
device="nc | ${metaname}"
3232

33-
#
34-
# IF CYCLE IS NOT 00Z OR 06Z EXIT SCRIPT.
35-
# Also exit if run from 00z gfs
36-
#
37-
if [[ ${cyc} != "06" ]]; then
38-
exit
39-
fi
40-
4133
grid1="F-GFSHPC | ${PDY:2}/${cyc}00"
4234

4335
# DEFINE YESTERDAY

0 commit comments

Comments
 (0)