Skip to content

Commit 1191c88

Browse files
committed
Moved call to update cohort level biophysical parameters to after the call to set PFT index
1 parent 4159b18 commit 1191c88

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

main/FatesRestartInterfaceMod.F90

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,10 +2294,6 @@ subroutine get_restart_vectors(this, nc, nsites, sites)
22942294
end do
22952295
end do
22962296

2297-
2298-
2299-
call UpdateCohortBioPhysRates(ccohort)
2300-
23012297
!ccohort%vcmax25top
23022298
!ccohort%jmax25top
23032299
!ccohort%tpu25top
@@ -2335,6 +2331,9 @@ subroutine get_restart_vectors(this, nc, nsites, sites)
23352331
ccohort%status_coh = rio_status_co(io_idx_co)
23362332
ccohort%isnew = ( rio_isnew_co(io_idx_co) .eq. new_cohort )
23372333

2334+
call UpdateCohortBioPhysRates(ccohort)
2335+
2336+
23382337
! Initialize Plant Hydraulics
23392338

23402339
if(hlm_use_planthydro==itrue)then

0 commit comments

Comments
 (0)