Skip to content

Commit

Permalink
hotfix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Feb 24, 2025
1 parent ba09498 commit 3eb4954
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion parm/config/gfs/config.aeroanlgenb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ export aero_diagb_weight=0.9
export aero_staticb_rescaling_factor=2.0
export aero_diagb_n_halo=4
export aero_diagb_n_neighbors=16
export aero_diagb_smooth_horiz_iter=200
aero_diagb_smooth_horiz_iter=0
export aero_diagb_smooth_vert_iter=0
if [[ "${CASE_ANL}" == "C384" ]]; then
aero_diagb_smooth_horiz_iter=200
fi
export aero_diagb_smooth_horiz_iter

echo "END: config.aeroanlgenb"

0 comments on commit 3eb4954

Please sign in to comment.