| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(seq_infodata_type), | intent(inout) | :: | infodata | |||
| type(component_type), | intent(in) | :: | atm | |||
| type(component_type), | intent(in) | :: | ice | |||
| type(component_type), | intent(in) | :: | lnd | |||
| type(component_type), | intent(in) | :: | ocn | |||
| type(component_type), | intent(in) | :: | rof | |||
| type(component_type), | intent(in) | :: | glc | |||
| logical, | intent(in) | :: | samegrid_al | |||
| logical, | intent(in) | :: | samegrid_ao | |||
| logical, | intent(in) | :: | samegrid_ro | |||
| logical, | intent(in) | :: | samegrid_lg |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(GeneralGrid), | intent(in) | :: | dom1 | |||
| type(GeneralGrid), | intent(in) | :: | dom2 | |||
| integer(kind=IN), | intent(in) | :: | mpicom | |||
| real(kind=R8), | intent(in), | optional | :: | eps |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(GeneralGrid), | pointer | :: | domain | |||
| real(kind=R8), | pointer | :: | mdl2drv(:) | |||
| real(kind=R8), | pointer | :: | drv2mdl(:) | |||
| logical, | intent(in) | :: | samegrid | |||
| integer, | intent(in) | :: | mpicom | |||
| logical, | intent(in) | :: | iamroot | |||
| character(len=*), | intent(in), | optional | :: | comment |