Skip to content

Commit 33c4749

Browse files
committed
add update interface call with new restart argument
1 parent f38fcf9 commit 33c4749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/elm/src/main/elmfates_interfaceMod.F90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,11 +1960,12 @@ subroutine restart( this, bounds_proc, ncid, flag, &
19601960
call this%fates_restart%get_restart_vectors(nc, this%fates(nc)%nsites, &
19611961
this%fates(nc)%sites )
19621962

1963+
19631964
! Register interface variables handled normally during cold start
19641965
call this%RegisterInterfaceVariablesColdStart(nc, canopystate_inst)
19651966

19661967
! Update the interface variables
1967-
call this%fates(nc)%UpdateInterfaceVariables(initialize=.true.)
1968+
call this%fates(nc)%UpdateInterfaceVariables(restarting=.true.)
19681969

19691970

19701971
! I think ed_update_site and update_hlmfates_dyn are doing some similar

0 commit comments

Comments
 (0)