Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bufrsnd script changes for updated profdat file #543

Merged
merged 6 commits into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading