Skip to content

Commit

Permalink
additional debug output around lnd_handle_resume
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Jul 26, 2024
1 parent 40ee8e7 commit 83c12fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/clm5/cpl/lnd_comp_mct.F90
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,9 @@ subroutine lnd_init_mct( EClock, cdata_l, x2l_l, l2x_l, NLFilename )

call seq_infodata_GetData(infodata, nextsw_cday=nextsw_cday )
call set_nextsw_cday(nextsw_cday)
write(iulog,*)'clm before lnd_handle_resume'
call lnd_handle_resume( infodata )
write(iulog,*)'clm after lnd_handle_resume'

! Reset shr logging to original values

Expand Down Expand Up @@ -730,6 +732,7 @@ subroutine lnd_handle_resume( infodata )
! Otherwise restart was modified and we are resuming from data assimulation
else
resume_from_data_assim = .true.
write(iulog,"(a,i10,i10,i10)") 'eCLM(lnd_comp_mct): iam, inst_index, num_inst_lnd ', iam, inst_index, num_inst_lnd
write(iulog,*) 'resume_from_DA ', resume_from_data_assim
end if
if ( resume_from_data_assim ) call update_DA_nstep()
Expand Down

0 comments on commit 83c12fd

Please sign in to comment.