Skip to content

Commit 4dacb6b

Browse files
committed
update interface guide
1 parent d60f3b3 commit 4dacb6b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/source/user_guide/interfaces.include

+7-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,9 @@ icepack_step_ridge
497497
araftn, vraftn, &
498498
aice, fsalt, &
499499
first_ice, fzsal, &
500-
flux_bio, closing, Tf )
500+
flux_bio, closing, &
501+
Tf, &
502+
docleanup, dorebin)
501503

502504
real (kind=dbl_kind), intent(in) :: &
503505
dt ! time step
@@ -572,6 +574,10 @@ icepack_step_ridge
572574
logical (kind=log_kind), dimension(:), intent(inout) :: &
573575
first_ice ! true until ice forms
574576

577+
logical (kind=log_kind), intent(in), optional :: &
578+
docleanup, & ! if false, do not call cleanup_itd (default true)
579+
dorebin ! if false, do not call rebin in cleanup_itd (default true)
580+
575581

576582

577583
icepack_mushy_physics.F90

0 commit comments

Comments
 (0)