Skip to content

Commit 71a78ce

Browse files
committed
Typo fix in associate call in ActiveLayerMod
Small bug-fix to add missing continuation character for new variables in associate in ActiveLayerMod
1 parent d194f91 commit 71a78ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/elm/src/biogeophys/ActiveLayerMod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ subroutine alt_calc(num_soilc, filter_soilc, &
8585
rmax => col_pp%iwp_microrel , & ! Output: [real(r8) (:) ] ice wedge polygon microtopographic relief (m)
8686
vexc => col_pp%iwp_exclvol , & ! Output: [real(r8) (:) ] ice wedge polygon excluded volume (m)
8787
ddep => col_pp%iwp_ddep , & ! Output: [real(r8) (:) ] ice wedge polygon depression depth (m)
88-
subsidence => col_pp%iwp_subsidence , ! Input/output:[real(r8) (:) ] ice wedge polygon subsidence (m)
88+
subsidence => col_pp%iwp_subsidence & ! Input/output:[real(r8) (:) ] ice wedge polygon subsidence (m)
8989
)
9090

9191
! on a set annual timestep, update annual maxima

0 commit comments

Comments
 (0)