Skip to content

Commit

Permalink
Merge pull request #2 from glemieux/cnp-emptyif
Browse files Browse the repository at this point in the history
Cleanup typo and empty logic set
  • Loading branch information
rgknox authored Sep 25, 2020
2 parents bd9e8ad + 332beef commit d2a2ef9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/main/clm_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1058,14 +1058,6 @@ subroutine clm_drv(doalb, nextsw_cday, declinp1, declin, rstwr, nlend, rdate, ro

end if ! use_fates branch


if ( use_fates ) then



end if


! ============================================================================
! Create summaries of water diagnostic terms
! ============================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/utils/clmfates_interfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ subroutine dynamics_driv(this, nc, bounds_clump, &

! ---------------------------------------------------------------------------------
! Part III.2 (continued).
! Update UpdateLdiagnostics of the FATES ecosystem structure that are used in the HLM.
! Update diagnostics of the FATES ecosystem structure that are used in the HLM.
! ---------------------------------------------------------------------------------
call this%wrap_update_hlmfates_dyn(nc, &
bounds_clump, &
Expand Down

0 comments on commit d2a2ef9

Please sign in to comment.