Skip to content

Commit 3ba4042

Browse files
authored
Update opticep test to handle new dsnow optional arguments properly. (#998)
1 parent cdd8039 commit 3ba4042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicecore/drivers/unittest/opticep/ice_step_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ subroutine step_therm1 (dt, iblk)
529529
snoice = snoice (i,j, iblk), &
530530
snoicen = snoicen (i,j,:,iblk), &
531531
!opt dsnow = dsnow (i,j, iblk), &
532-
dsnown = dsnown (i,j,:,iblk), &
532+
!opt dsnown = dsnown (i,j,:,iblk), &
533533
!opt meltsliq = meltsliq (i,j, iblk), &
534534
!opt meltsliqn = meltsliqn (i,j,:,iblk), &
535535
lmask_n = lmask_n (i,j, iblk), &

0 commit comments

Comments
 (0)