Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | perchroot_global | |||
logical, | intent(in) | :: | perchroot_alt_global |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bounds_type), | intent(in) | :: | bounds | |||
integer, | intent(in) | :: | ubj | |||
integer, | intent(in) | :: | numf | |||
integer, | intent(in) | :: | filter(:) | |||
real(kind=r8), | intent(in) | :: | watsat(bounds%begc:,1:) | |||
real(kind=r8), | intent(in) | :: | h2osoi_ice(bounds%begc:,1:) | |||
real(kind=r8), | intent(in) | :: | denice | |||
real(kind=r8), | intent(inout) | :: | eff_por(bounds%begc:,1:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bounds_type), | intent(in) | :: | bounds | |||
integer, | intent(in) | :: | lbj | |||
integer, | intent(in) | :: | jtop(bounds%begc:) | |||
integer, | intent(in) | :: | numf | |||
integer, | intent(in) | :: | filter(:) | |||
real(kind=r8), | intent(in) | :: | h2osoi_ice(bounds%begc:,lbj:) | |||
real(kind=r8), | intent(in) | :: | denice | |||
real(kind=r8), | intent(inout) | :: | eff_por(bounds%begc:,lbj:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bounds_type), | intent(in) | :: | bounds | |||
integer, | intent(in) | :: | jtop(bounds%begc:) | |||
integer, | intent(in) | :: | lbj | |||
integer, | intent(in) | :: | ubj | |||
integer, | intent(in) | :: | numf | |||
integer, | intent(in) | :: | filter(:) | |||
real(kind=r8), | intent(in) | :: | eff_porosity(bounds%begc:,lbj:) | |||
real(kind=r8), | intent(in) | :: | h2osoi_liq(bounds%begc:,lbj:) | |||
real(kind=r8), | intent(in) | :: | denh2o | |||
real(kind=r8), | intent(inout) | :: | vol_liq(bounds%begc:,lbj:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bounds_type), | intent(in) | :: | bounds | |||
integer, | intent(in) | :: | nlevgrnd | |||
integer, | intent(in) | :: | fn | |||
integer, | intent(in) | :: | filterp(:) | |||
type(CanopyState_type), | intent(in) | :: | canopystate_inst | |||
type(energyflux_type), | intent(inout) | :: | energyflux_inst | |||
type(soilstate_type), | intent(inout) | :: | soilstate_inst | |||
type(temperature_type), | intent(in) | :: | temperature_inst | |||
type(waterstate_type), | intent(inout) | :: | waterstate_inst | |||
class(soil_water_retention_curve_type), | intent(in) | :: | soil_water_retention_curve |