From 20d1aac0e785abbea58a84f40cefd56eca890134 Mon Sep 17 00:00:00 2001 From: MatthewPyle-NOAA <48285220+MatthewPyle-NOAA@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:34:17 -0500 Subject: [PATCH] bufrsnd script changes for updated profdat file (#543) * Updates NSTAT to 2000 for new profdat file, and cleans out a few commented out lines. * Updates name of profdat fixed file. --- scripts/exrrfs_bufrsnd.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/scripts/exrrfs_bufrsnd.sh b/scripts/exrrfs_bufrsnd.sh index f76b8915b..e72ef0a6b 100755 --- a/scripts/exrrfs_bufrsnd.sh +++ b/scripts/exrrfs_bufrsnd.sh @@ -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 @@ -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 @@ -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