HydrologyNoDrainageMod Module



Subroutines

public subroutine HydrologyNoDrainage(bounds, num_nolakec, filter_nolakec, num_hydrologyc, filter_hydrologyc, num_urbanc, filter_urbanc, num_snowc, filter_snowc, num_nosnowc, filter_nosnowc, clm_fates, atm2lnd_inst, soilstate_inst, energyflux_inst, temperature_inst, waterflux_inst, waterstate_inst, soilhydrology_inst, aerosol_inst, canopystate_inst, soil_water_retention_curve, topo_inst)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num_nolakec
integer, intent(in) :: filter_nolakec(:)
integer, intent(in) :: num_hydrologyc
integer, intent(in) :: filter_hydrologyc(:)
integer, intent(in) :: num_urbanc
integer, intent(in) :: filter_urbanc(:)
integer, intent(inout) :: num_snowc
integer, intent(inout) :: filter_snowc(:)
integer, intent(inout) :: num_nosnowc
integer, intent(inout) :: filter_nosnowc(:)
type(hlm_fates_interface_type), intent(inout) :: clm_fates
type(atm2lnd_type), intent(in) :: atm2lnd_inst
type(soilstate_type), intent(inout) :: soilstate_inst
type(energyflux_type), intent(in) :: energyflux_inst
type(temperature_type), intent(inout) :: temperature_inst
type(waterflux_type), intent(inout) :: waterflux_inst
type(waterstate_type), intent(inout) :: waterstate_inst
type(soilhydrology_type), intent(inout) :: soilhydrology_inst
type(aerosol_type), intent(inout) :: aerosol_inst
type(CanopyState_type), intent(inout) :: canopystate_inst
class(soil_water_retention_curve_type), intent(in) :: soil_water_retention_curve
class(topo_type), intent(in) :: topo_inst