Skip to content

Commit

Permalink
Adds changes from #562 and #564 in dev-sci into main.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPyle-NOAA committed Dec 2, 2024
1 parent e9995a5 commit 8391490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/exrrfs_bufrsnd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ OUTTYP=netcdf
model=FV3S

INCR=01
FHRLIM=60
FHRLIM=84

let NFILE=1

Expand All @@ -136,7 +136,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 @@ -374,7 +374,7 @@ SNOUTF = ${outfilbase}.snd
SFOUTF = ${outfilbase}.sfc+
SNPRMF = snrrfs.prm
SFPRMF = sfrrfs.prm
TIMSTN = 61/1600
TIMSTN = 85/2000
r
exit
Expand Down
2 changes: 1 addition & 1 deletion ush/set_rrfs_config_general.sh
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ elif [[ ${PREDEF_GRID_NAME} == "RRFS_NA_3km" ]] ; then
WTIME_FORECAST="02:30:00"
WTIME_FORECAST_LONG="05:30:00"
WTIME_MAKE_LBCS="02:30:00"
WTIME_BUFRSND="04:45:00"
WTIME_BUFRSND="05:30:00"

CLEAN_OLDPROD_HRS="120"
CLEAN_OLDLOG_HRS="120"
Expand Down

0 comments on commit 8391490

Please sign in to comment.