Skip to content

Commit

Permalink
call update_vel on tempold in prestep_t
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Sep 13, 2023
1 parent dd03bfd commit 59a74df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/TimeIntegration/ROMSX_prestep_t_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,6 @@ ROMSX::prestep_t_3d (const Box& tbx, const Box& gbx,
//-----------------------------------------------------------------------
//
// Compute vertical diffusive fluxes "FC" of the tracer fields at
update_vel_3d(tbx, gbx, 0, 0, temp, tempstore, ru, Hz, Akt, DC, FC,
update_vel_3d(tbx, gbx, 0, 0, temp, tempold, ru, Hz, Akt, DC, FC,
stflux, btflux, z_r, pm, pn, iic, iic, nnew, nstp, nrhs, N, lambda, dt_lev);
}

0 comments on commit 59a74df

Please sign in to comment.