Skip to content

Commit

Permalink
Updates exrrfs_bufrsnd.sh to use new profdat file (#571)
Browse files Browse the repository at this point in the history
Updates station list to latest.
  • Loading branch information
MatthewPyle-NOAA authored Dec 3, 2024
1 parent dd300ec commit 97da937
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions scripts/exrrfs_bufrsnd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ cd $DATA/bufrpost

export tmmark=tm00

cp $PARMfv3/${PREDEF_GRID_NAME}/rrfs_profdat regional_profdat
NSTAT=2000

cp $PARMfv3/${PREDEF_GRID_NAME}/rrfs_profdat.${NSTAT} regional_profdat

OUTTYP=netcdf

Expand Down Expand Up @@ -276,7 +278,6 @@ do
err_exit "ABORTING due to bad model selection for this script."
fi

NSTAT=1850
datestr=`date`
echo top of loop after found needed log file for $fhr at $datestr

Expand All @@ -294,10 +295,6 @@ $OUTFILDYN
$OUTFILPHYS
EOF

# export FORT19="$DATA/bufrpost/regional_profdat"
# export FORT79="$DATA/bufrpost/profilm.c1.${tmmark}"
# export FORT11="./itag"

ln -sf $DATA/bufrpost/regional_profdat fort.19
ln -sf $DATA/bufrpost/profilm.c1.${tmmark} fort.79
ln -sf ./itag fort.11
Expand Down Expand Up @@ -434,7 +431,7 @@ SNOUTF = ${outfilbase}.snd
SFOUTF = ${outfilbase}.sfc+
SNPRMF = snrrfs.prm
SFPRMF = sfrrfs.prm
TIMSTN = 85/1600
TIMSTN = 85/2000
r
exit
Expand Down

0 comments on commit 97da937

Please sign in to comment.