Skip to content

Commit c2a1e67

Browse files
committed
get timestep correct for resolved velocity
1 parent e506433 commit c2a1e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/MOM.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ subroutine step_MOM_dynamics(forces, p_surf_begin, p_surf_end, dt, dt_thermo, &
12711271
"This is usually a bad combination.")
12721272
!Run particles using unweighted velocity
12731273
call particles_run(CS%particles, Time_local, CS%u, CS%v, CS%h, &
1274-
CS%tv, CS%t_dyn_rel_adv, CS%use_uh_particles)
1274+
CS%tv, dt, CS%use_uh_particles)
12751275
call particles_to_z_space(CS%particles, h)
12761276
endif
12771277

0 commit comments

Comments
 (0)