Skip to content

Commit

Permalink
(*)Corrected time argument to ice_cat_transport
Browse files Browse the repository at this point in the history
  Corrected the time interval argument to ice_cat_transport, from dt_slow_dyn to
dt_adv_cycle, in SIS_multi_dyn_trans.  This will change answers when
MERGED_CONTINUITY=True unless DT_ICE_ADVECT = DT_ICE_DYNAMICS.
  • Loading branch information
Hallberg-NOAA committed Feb 14, 2019
1 parent 567963d commit d94c403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIS_dyn_trans.F90
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ subroutine SIS_multi_dyn_trans(IST, OSS, FIA, IOF, dt_slow, CS, icebergs_CS, G,

call mpp_clock_begin(iceClock8)
! Do the transport of mass and tracers by category and vertical layer.
call ice_cat_transport(CS%CAS, IST%TrReg, dt_slow_dyn, CS%nts, G, IG, &
call ice_cat_transport(CS%CAS, IST%TrReg, dt_adv_cycle, CS%nts, G, IG, &
CS%SIS_transport_CSp, mca_tot=CS%mca_step(:,:,0:CS%nts), &
uh_tot=CS%uh_step(:,:,1:CS%nts), vh_tot=CS%vh_step(:,:,1:CS%nts))
! Convert the cell-averaged state back to the ice-state type, adjusting the
Expand Down

0 comments on commit d94c403

Please sign in to comment.