| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_hcf_impedance_exp), | intent(in) | :: | self | |||
| real(kind=real64), | intent(in) | :: | q_ice |
type, extends(abst_hcf_impedance) :: type_hcf_impedance_exp contains procedure :: calc_impedance => calc_impedance_exp end type type_hcf_impedance_exp