Skip to content

Commit cdb63c5

Browse files
committed
add registration calls for restart
1 parent 3baa09d commit cdb63c5

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
@@ -1948,6 +1948,11 @@ subroutine restart( this, bounds_proc, ncid, flag, &
19481948
call this%fates_restart%get_restart_vectors(nc, this%fates(nc)%nsites, &
19491949
this%fates(nc)%sites )
19501950

1951+
! Register interface variables handled normally during cold start
1952+
call this%RegisterInterfaceVariablesColdStart(nc, canopystate_inst)
1953+
1954+
! Update the interface variables
1955+
call this%fates(nc)%UpdateInterfaceVariables(initialize=.true.)
19511956

19521957

19531958
! I think ed_update_site and update_hlmfates_dyn are doing some similar

0 commit comments

Comments
 (0)