Skip to content

Commit

Permalink
Bugfix to turn on last_step used in GFDL MP v3
Browse files Browse the repository at this point in the history
	modified:   gfdl_cld_mp_v3.F90
  • Loading branch information
bluefinweiwei committed May 8, 2024
1 parent 65cf1e1 commit 6a02b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/MP/GFDL_2022_v3/gfdl_cld_mp_v3.F90
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ subroutine gfdl_cld_mp_v3_run(

if(imp_physics == imp_physics_gfdl_v3) then

last_step = .false.
last_step = .true.
do_inline_mp = .false.
hs = oro(:) * con_g
gsize = sqrt(garea(:))
Expand Down

0 comments on commit 6a02b80

Please sign in to comment.