Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/clm5/main/clm_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,15 @@ subroutine clm_drv(doalb, nextsw_cday, declinp1, declin, rstwr, nlend, rdate, ro
call t_stopf('prescribed_sm')
endif
call t_startf('begwbal')
#ifdef COUP_OAS_PFL
! TODO: Balance errors must be fixed for coupled model (eCLM-ParFlow, ICON-eCLM-ParFlow)
write(iulog,*)'Skipping water balance check...'
#else
call BeginWaterBalance(bounds_clump, &
filter(nc)%num_nolakec, filter(nc)%nolakec, &
filter(nc)%num_lakec, filter(nc)%lakec, &
soilhydrology_inst, waterstate_inst)
#endif

call t_stopf('begwbal')

Expand Down
Loading