Skip to content

Commit

Permalink
Merge branch 'development' into NudgingFix
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi authored Jan 18, 2024
2 parents 3c4d927 + d95cfb3 commit a26b357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/TimeIntegration/TI_slow_rhs_fun.H
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
} else if (init_type == "metgrid") {
width = metgrid_bdy_width;
set_width = metgrid_bdy_set_width;
if (width == set_width) width += 1;
}
wrfbdy_compute_interior_ghost_rhs(init_type, bdy_time_interval, start_bdy_time, new_stage_time, slow_dt,
width-1, set_width, fine_geom,
Expand Down

0 comments on commit a26b357

Please sign in to comment.