Skip to content

Commit

Permalink
Don't call clm_fates%init_coldstart for branch runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Feb 6, 2025
1 parent d51246e commit 9643c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clm_initializeMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ subroutine initialize2(ni,nj, currtime)
deallocate(wt_nat_patch)

! Initialise the fates model state structure
if ( use_fates .and. .not.is_restart() .and. finidat == ' ') then
if ( use_fates .and. .not. (is_restart() .or. nsrest .eq. nsrBranch) .and. finidat == ' ') then
! If fates is using satellite phenology mode, make sure to call the SatellitePhenology
! procedure prior to init_coldstart which will eventually call leaf_area_profile
if ( use_fates_sp ) then
Expand Down

0 comments on commit 9643c97

Please sign in to comment.