Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | name | |||
real(kind=real64), | public, | allocatable | :: | coeff(:) | |||
real(kind=real64), | public, | allocatable | :: | height(:) | |||
real(kind=real64), | public, | allocatable | :: | runoff(:) | |||
real(kind=real64), | public | :: | P | = | 0.0d0 | ||
real(kind=real64), | public | :: | E | = | 0.0d0 | ||
real(kind=real64), | public | :: | S_n | = | 0.0d0 | ||
real(kind=real64), | public | :: | S | = | 0.0d0 | ||
real(kind=real64), | public | :: | out_coeff | = | 0.0d0 | ||
real(kind=real64), | public | :: | out_height | = | 0.0d0 | ||
type(Tank_), | public, | pointer | :: | out | => | null() | |
real(kind=real64), | public | :: | GL_bottom | = | 0.0d0 | ||
type(Tank_), | public, | pointer | :: | in | => | null() |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Tank_), | intent(inout) | :: | this | |||
real(kind=real64), | intent(in) | :: | coeff(:) | |||
real(kind=real64), | intent(in) | :: | height(:) | |||
real(kind=real64), | intent(in) | :: | GL_bottom | |||
character(len=*), | intent(in) | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Tank_), | intent(inout), | target | :: | this | ||
type(Tank_), | intent(inout), | target | :: | tank | ||
real(kind=real64), | intent(in) | :: | coeff | |||
real(kind=real64), | intent(in) | :: | height |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Tank_), | intent(inout) | :: | this | |||
real(kind=real64), | intent(in) | :: | dt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Tank_), | intent(in) | :: | this | |||
real(kind=real64), | intent(in) | :: | GL |