Skip to content

Commit

Permalink
Update nsig_ext value in config.anal
Browse files Browse the repository at this point in the history
- Change nsig_ext value from 56 to 45 within SETUP variable setting.

Refs NOAA-EMC#1494
  • Loading branch information
KateFriedman-NOAA committed Apr 26, 2023
1 parent 7ab935c commit 00592fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/config.anal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
# Set parameters specific to L127
if [[ ${LEVS} = "128" ]]; then
export GRIDOPTS="nlayers(63)=1,nlayers(64)=1,"
export SETUP="gpstop=55,nsig_ext=56,${SETUP:-}"
export SETUP="gpstop=55,nsig_ext=45,${SETUP:-}"
fi

# Set namelist option for LETKF
Expand Down

0 comments on commit 00592fa

Please sign in to comment.