Skip to content

Commit 6a02b80

Browse files
committed
Bugfix to turn on last_step used in GFDL MP v3
modified: gfdl_cld_mp_v3.F90
1 parent 65cf1e1 commit 6a02b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physics/MP/GFDL_2022_v3/gfdl_cld_mp_v3.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ subroutine gfdl_cld_mp_v3_run(
259259

260260
if(imp_physics == imp_physics_gfdl_v3) then
261261

262-
last_step = .false.
262+
last_step = .true.
263263
do_inline_mp = .false.
264264
hs = oro(:) * con_g
265265
gsize = sqrt(garea(:))

0 commit comments

Comments
 (0)