Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | Kflh(:) | |||
real(kind=real64), | public | :: | Ks |
saturated hydraulic conductivity |
|||
real(kind=real64), | public | :: | alpha1 | ||||
real(kind=real64), | public | :: | hcrit | ||||
real(kind=real64), | public | :: | l | ||||
real(kind=real64), | public | :: | m1 | ||||
real(kind=real64), | public | :: | n1 | ||||
integer(kind=int32), | public | :: | nsize | ||||
real(kind=real64), | public | :: | thetaR |
residual water content |
|||
real(kind=real64), | public | :: | thetaS |
saturated water content |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Type_HCF_Base_MVG), | intent(in) | :: | self | |||
real(kind=real64), | intent(in) | :: | h |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Type_HCF_Base_MVG), | intent(in) | :: | self | |||
real(kind=real64), | intent(in) | :: | h |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Type_HCF_Base_MVG), | intent(inout) | :: | self | |||
real(kind=real64), | intent(in) | :: | arr_h(:) |
type, extends(Abstract_HCF_Base) :: Type_HCF_Base_MVG real(real64) :: hcrit real(real64) :: m1 contains procedure :: Calculate_kr => Calculate_kr_Base_MVG procedure :: Calculate_Kflh => Calculate_Kflh_Base_MVG procedure :: Update_Kflh => Update_Kflh_Base_MVG end type Type_HCF_Base_MVG