| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_output_overall), | intent(inout) | :: | self | |||
| character(len=*), | intent(in) | :: | file_name | |||
| character(len=*), | intent(in) | :: | variable_name | |||
| integer(kind=int32), | intent(in) | :: | variable(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_output_overall), | intent(inout) | :: | self | |||
| integer(kind=int32), | intent(in) | :: | file_counts | |||
| type(type_domain), | intent(in) | :: | domain | |||
| real(kind=real64), | intent(in), | optional | :: | porosity(:) | ||
| real(kind=real64), | intent(in), | optional | :: | temperature(:) | ||
| real(kind=real64), | intent(in), | optional | :: | si(:) | ||
| real(kind=real64), | intent(in), | optional | :: | pressure(:) | ||
| type(type_dp_3d), | intent(in), | optional | :: | water_flux |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_output_overall), | intent(inout) | :: | self | |||
| type(type_input), | intent(in) | :: | Input | |||
| type(type_dp_3d), | intent(in) | :: | Coordinate | |||
| type(type_domain), | intent(inout) | :: | Domain |