Skip to content

Commit

Permalink
Issue #1: remove "_break" from commented out lines in config.anal and…
Browse files Browse the repository at this point in the history
… config.prep. "_break" will cause failue if line active
  • Loading branch information
RussTreadon-NOAA committed May 26, 2020
1 parent 914cb8d commit 70d7131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parm/config/config.anal
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fi
# needed at this time
#
# Turn off assmilation of all Metop-A MHS
## if [[ "$CDATE" -ge "2020022012" && "$CDATE" -lt "YYYYMMDDHH" ]]; then_break
## if [[ "$CDATE" -ge "2020022012" && "$CDATE" -lt "YYYYMMDDHH" ]]; then
## export SATINFO=$FIXgsi/gfsv16_historical/global_satinfo.txt.2020022012
## fi

Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.prep
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
# needed at this time

# Set observation errors for type 135 (T) & 235 (uv) Canadian AMDAR observations
##if [[ "$CDATE" -ge "2020040718" && "$CDATE" -lt "YYYMMDDHH" ]]; then_break
##if [[ "$CDATE" -ge "2020040718" && "$CDATE" -lt "YYYMMDDHH" ]]; then
## export PRVT=$EXPDIR/prepobs_errtable.global
##fi

Expand Down

0 comments on commit 70d7131

Please sign in to comment.