Skip to content

Commit

Permalink
bufrsnd script changes for updated profdat file (#543)
Browse files Browse the repository at this point in the history
* Updates NSTAT to 2000 for new profdat file, and cleans out a few
commented out lines.
* Updates name of profdat fixed file.
  • Loading branch information
MatthewPyle-NOAA authored Dec 3, 2024
1 parent bf892fc commit 20d1aac
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions scripts/exrrfs_bufrsnd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ cyc=$hh
mkdir -p $DATA/bufrpost
cd $DATA/bufrpost

cpreq -p ${FIX_BUFRSND}/${PREDEF_GRID_NAME}/rrfs_profdat regional_profdat
NSTAT=2000

cpreq -p ${FIX_BUFRSND}/${PREDEF_GRID_NAME}/rrfs_profdat.${NSTAT} regional_profdat

OUTTYP=netcdf

Expand Down Expand Up @@ -224,7 +226,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 @@ -242,10 +243,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

0 comments on commit 20d1aac

Please sign in to comment.