| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=jprb), | public, | allocatable, dimension(:,:) | :: | pressure_hl | |||
| real(kind=jprb), | public, | allocatable, dimension(:,:) | :: | temperature_hl | |||
| real(kind=jprb), | public, | allocatable, dimension(:,:) | :: | h2o_sat_liq |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(thermodynamics_type), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | ncol | |||
| integer, | intent(in) | :: | nlev | |||
| logical, | intent(in), | optional | :: | use_h2o_sat |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(thermodynamics_type), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(thermodynamics_type), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | istartcol | |||
| integer, | intent(in) | :: | iendcol |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(thermodynamics_type), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | istartcol | |||
| integer, | intent(in) | :: | iendcol | |||
| real(kind=jprb), | intent(out) | :: | layer_mass(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(thermodynamics_type), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | icol | |||
| real(kind=jprb), | intent(out) | :: | layer_mass(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(thermodynamics_type), | intent(inout) | :: | this | |||
| integer, | intent(in), | optional | :: | istartcol | ||
| integer, | intent(in), | optional | :: | iendcol | ||
| logical, | intent(in), | optional | :: | do_fix |