Skip to content

Commit

Permalink
Issue #1 and issue NOAA-EMC#220 - set C192/C96/C48 npe_eobs back to d…
Browse files Browse the repository at this point in the history
…ev values for develop
  • Loading branch information
KateFriedman-NOAA committed Dec 17, 2020
1 parent 65b4d96 commit abb168b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ elif [ $step = "eobs" -o $step = "eomg" ]; then
elif [ $CASE = "C384" ]; then
export npe_eobs=100
elif [ $CASE = "C192" ]; then
export npe_eobs=28
export npe_eobs=40
elif [ $CASE = "C96" -o $CASE = "C48" ]; then
export npe_eobs=14
export npe_eobs=20
fi
export nth_eobs=2
if [[ "$machine" = "WCOSS_DELL_P3" ]]; then export nth_eobs=7; fi
Expand Down

0 comments on commit abb168b

Please sign in to comment.