Skip to content

Commit b391bcf

Browse files
committed
add registration calls for restart
1 parent a781bbf commit b391bcf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/elm/src/main/elmfates_interfaceMod.F90

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,6 +1960,11 @@ 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+
! Register interface variables handled normally during cold start
1964+
call this%RegisterInterfaceVariablesColdStart(nc, canopystate_inst)
1965+
1966+
! Update the interface variables
1967+
call this%fates(nc)%UpdateInterfaceVariables(initialize=.true.)
19631968

19641969

19651970
! I think ed_update_site and update_hlmfates_dyn are doing some similar

0 commit comments

Comments
 (0)