Skip to content

Commit

Permalink
Merge branch 'main' into feature/mingfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPyle-NOAA authored Dec 4, 2024
2 parents c080503 + 20d1aac commit 570aa17
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 570aa17

Please sign in to comment.