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

Improved error messages from exglobal_atmos_analysis.sh #1125

Merged
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
4 changes: 1 addition & 3 deletions scripts/exglobal_atmos_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,6 @@ $NLN $SFCGES sfcf06
$NLN $SFCG09 sfcf09

# Link hourly backgrounds (if present)
if [ -f $ATMG04 -a -f $ATMG05 -a -f $ATMG07 -a -f $ATMG08 ]; then
nhr_obsbin=1
fi

[[ -f $ATMG04 ]] && $NLN $ATMG04 sigf04
[[ -f $ATMG05 ]] && $NLN $ATMG05 sigf05
Expand All @@ -562,6 +559,7 @@ if [ $DOHYBVAR = "YES" ]; then
fhrs="06"
if [ $l4densvar = ".true." ]; then
fhrs="03 04 05 06 07 08 09"
nhr_obsbin=1
fi

for imem in $(seq 1 $NMEM_ENKF); do
Expand Down