Skip to content

Commit

Permalink
fix to restart logic for Yi's bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoven committed Jan 5, 2017
1 parent 5c5928f commit 8e8dece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clm/src/main/clm_initializeMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ subroutine initialize2( )
! Initialise the ED model state structure
! --------------------------------------------------------------

if ( use_ed .and. .not.is_restart() ) then
if ( use_ed .and. .not.is_restart() .and. finidat == ' ') then

call clm_fates%init_coldstart(waterstate_inst,canopystate_inst)

Expand Down

0 comments on commit 8e8dece

Please sign in to comment.