Skip to content

Commit

Permalink
Remove AWIPS script variables
Browse files Browse the repository at this point in the history
Delete AWIPS20KM1P0DEGSH and AWIPSG2SH.
Replace variables in rocoto scripts with full paths.

Refs NOAA-EMC#2332
  • Loading branch information
KateFriedman-NOAA committed Feb 29, 2024
1 parent 7bfc075 commit 42d3a89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jobs/rocoto/awips_20km_1p0deg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ for fhr3 in ${fhrlst}; do
if (( fhr >= fhmin && fhr <= fhmax )); then
if ((fhr % 3 == 0)); then
export fcsthrs="${fhr3}"
"${AWIPS20KM1P0DEGSH}"
"${HOMEgfs}/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG"
fi
fi

Expand All @@ -54,7 +54,7 @@ for fhr3 in ${fhrlst}; do
if (( fhr >= fhmin && fhr <= fhmax )); then
if ((fhr % 6 == 0)); then
export fcsthrs="${fhr3}"
"${AWIPS20KM1P0DEGSH}"
"${HOMEgfs}/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG"
fi
fi
done
Expand Down
2 changes: 1 addition & 1 deletion jobs/rocoto/awips_g2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ for fhr3 in ${fhrlst}; do
if (( fhr >= fhmin && fhr <= fhmax )); then
if ((fhr % 6 == 0)); then
export fcsthrs="${fhr3}"
"${AWIPSG2SH}"
"${HOMEgfs}/jobs/JGFS_ATMOS_AWIPS_G2"
fi
fi
done
Expand Down
3 changes: 0 additions & 3 deletions parm/config/gfs/config.awips
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ echo "BEGIN: config.awips"
# Get task specific resources
. "${EXPDIR}/config.resources" awips

export AWIPS20KM1P0DEGSH="${HOMEgfs}/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG"
export AWIPSG2SH="${HOMEgfs}/jobs/JGFS_ATMOS_AWIPS_G2"

# No. of concurrent awips jobs
export NAWIPSGRP=42

Expand Down

0 comments on commit 42d3a89

Please sign in to comment.