groundwater_process Subroutine

public subroutine groundwater_process(j, percolation, ETact, ETpot)

compute revap to soil profile/plant roots compute gw recharge level remove ground water flow from shallow aquifer storage remove revap to soil profile (capillary rise) from shallow aquifer storage

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: j
real(kind=dp), intent(in) :: percolation
real(kind=dp), intent(in) :: ETact
real(kind=dp), intent(in) :: ETpot

Called by

proc~~groundwater_process~~CalledByGraph proc~groundwater_process groundwater_process proc~runsubbasin runsubbasin proc~runsubbasin->proc~groundwater_process proc~time_process_day time_process_day proc~time_process_day->proc~runsubbasin proc~time_process_month time_process_month proc~time_process_month->proc~time_process_day proc~time_process_years time_process_years proc~time_process_years->proc~time_process_month program~swim swim program~swim->proc~time_process_years