Skip to content

Commit

Permalink
[dev-sci] Extends bufrsnd job to 84 h (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPyle-NOAA authored Dec 2, 2024
1 parent fdff0cc commit dd300ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/exrrfs_bufrsnd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ INCR=01
if [[ "${NET}" = "RTMA"* ]]; then
FHRLIM=00
else
FHRLIM=60
FHRLIM=84
fi


Expand All @@ -187,7 +187,7 @@ startd=$YYYY$MM$DD
startdate=$CYCLE

STARTDATE=${YYYY}-${MM}-${DD}_${cyc}:00:00
endtime=$(date +%Y%m%d%H -d "${START_DATE} +60 hours")
endtime=$(date +%Y%m%d%H -d "${START_DATE} +84 hours")

YYYY=`echo $endtime | cut -c1-4`
MM=`echo $endtime | cut -c5-6`
Expand Down Expand Up @@ -434,7 +434,7 @@ SNOUTF = ${outfilbase}.snd
SFOUTF = ${outfilbase}.sfc+
SNPRMF = snrrfs.prm
SFPRMF = sfrrfs.prm
TIMSTN = 61/1600
TIMSTN = 85/1600
r
exit
Expand Down

0 comments on commit dd300ec

Please sign in to comment.