| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real, | public, | SAVE, ALLOCATABLE | :: | longitude(:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | latitude(:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | longitude_deg(:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | latitude_deg(:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | boundslon(:,:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | boundslat(:,:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | dx(:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | dy(:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | cell_area(:) | |||
| integer, | public, | SAVE, ALLOCATABLE | :: | ind_cell_glo(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | klon | |||
| real, | intent(in) | :: | longitude_(klon) | |||
| real, | intent(in) | :: | latitude_(klon) | |||
| real, | intent(in) | :: | boundslon_(klon,nvertex) | |||
| real, | intent(in) | :: | boundslat_(klon,nvertex) | |||
| real, | intent(in) | :: | cell_area_(klon) | |||
| integer, | intent(in), | optional | :: | ind_cell_glo_(klon) | ||
| real, | intent(in), | optional | :: | dx_(klon) | ||
| real, | intent(in), | optional | :: | dy_(klon) |