File tree Expand file tree Collapse file tree 2 files changed +9
-15
lines changed Expand file tree Collapse file tree 2 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,15 @@ status=$?
13
13
if (( status != 0 )) ; then exit " ${status} " ; fi
14
14
15
15
export job=" atmos_products"
16
+ export jobid=" ${job} .$$ "
16
17
17
- # shellcheck disable=SC2153
18
- IFS=' , ' read -r -a fhr_list <<< " ${FHR_LIST}"
18
+ # Negatation needs to be before the base
19
+ fhr3_base=" 10#${FHR3} "
20
+ export FORECAST_HOUR=$(( ${fhr3_base/ 10# -/ -10# } ))
19
21
20
- export FORECAST_HOUR jobid
21
- for FORECAST_HOUR in " ${fhr_list[@]} " ; do
22
- fhr3=$( printf ' %03d' " ${FORECAST_HOUR} " )
23
- jobid=" ${job} _f${fhr3} .$$ "
24
- # ##############################################################
25
- # Execute the JJOB
26
- # ##############################################################
27
- " ${HOMEgfs} /jobs/JGLOBAL_ATMOS_PRODUCTS"
28
- status=$?
29
- [[ ${status} -ne 0 ]] && exit " ${status} "
30
- done
22
+ # ##############################################################
23
+ # Execute the JJOB
24
+ # ##############################################################
25
+ " ${HOMEgfs} /jobs/JGLOBAL_ATMOS_PRODUCTS"
31
26
32
- exit 0
27
+ exit $?
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ datasets:
16
16
{% filter indent (width =4) %}
17
17
{% include "gfs_flux.yaml.j2" %}
18
18
{% include "gfs_netcdfb.yaml.j2" %}
19
- {% include "gfs_pgrb2b.yaml.j2" %}
20
19
{% endfilter %}
21
20
{% if MODE == "cycled" %}
22
21
# Archive Gaussian analysis data
You can’t perform that action at this time.
0 commit comments