Skip to content

Commit

Permalink
Turn off a-grid in restart files
Browse files Browse the repository at this point in the history
The a-grid velocities are not needed for the restart files and are
not read by the model.

Refs: NOAA-EMC#386
  • Loading branch information
WalterKolczynski-NOAA committed Jul 30, 2021
1 parent c92c87c commit b0db2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/parsing_namelists_FV3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ cat > input.nml <<EOF
warm_start = $warm_start
no_dycore = $no_dycore
z_tracer = .true.
agrid_vel_rst = ${agrid_vel_rst:-".true."}
agrid_vel_rst = ${agrid_vel_rst:-".false."}
read_increment = $read_increment
res_latlon_dynamics = $res_latlon_dynamics
$fv_core_nml
Expand Down

0 comments on commit b0db2e9

Please sign in to comment.