Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r8), | public, | pointer | :: | qflx_irrig_patch(:) | |||
real(kind=r8), | public, | pointer | :: | qflx_irrig_col(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(irrigation_type), | intent(inout) | :: | this | |||
type(bounds_type), | intent(in) | :: | bounds | |||
character(len=*), | intent(in) | :: | NLFilename | |||
type(soilstate_type), | intent(in) | :: | soilstate_inst | |||
class(soil_water_retention_curve_type), | intent(in) | :: | soil_water_retention_curve |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(irrigation_type) | :: | this | ||||
type(bounds_type), | intent(in) | :: | bounds | |||
type(file_desc_t), | intent(inout) | :: | ncid | |||
character(len=*), | intent(in) | :: | flag |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(irrigation_type), | intent(inout) | :: | this | |||
type(bounds_type), | intent(in) | :: | bounds |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(irrigation_type), | intent(inout) | :: | this | |||
type(bounds_type), | intent(in) | :: | bounds | |||
integer, | intent(in) | :: | num_exposedvegp | |||
integer, | intent(in) | :: | filter_exposedvegp(:) | |||
real(kind=r8), | intent(in) | :: | elai(bounds%begp:) | |||
real(kind=r8), | intent(in) | :: | t_soisno(bounds%begc:,1:) | |||
real(kind=r8), | intent(in) | :: | eff_porosity(bounds%begc:,1:) | |||
real(kind=r8), | intent(in) | :: | h2osoi_liq(bounds%begc:,1:) | |||
real(kind=r8), | intent(in) | :: | volr(bounds%begg:) | |||
logical, | intent(in) | :: | rof_prognostic |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(irrigation_type), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(irrigation_type), | intent(inout) | :: | this | |||
type(bounds_type), | intent(in) | :: | bounds | |||
type(irrigation_params_type), | intent(in) | :: | params | |||
integer, | intent(in) | :: | dtime | |||
real(kind=r8), | intent(in) | :: | relsat_wilting_point(bounds%begc:,1:) | |||
real(kind=r8), | intent(in) | :: | relsat_target(bounds%begc:,1:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(irrigation_type), | intent(in) | :: | this | |||
real(kind=r8), | intent(in) | :: | relsat | |||
real(kind=r8), | intent(in) | :: | eff_porosity | |||
real(kind=r8), | intent(in) | :: | dz |