| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | parameter | :: | north_east | = | 1 | |
| integer, | public, | parameter | :: | north_west | = | 2 | |
| integer, | public, | parameter | :: | south_west | = | 3 | |
| integer, | public, | parameter | :: | south_east | = | 4 | |
| integer, | public, | parameter | :: | east | = | 2 | |
| integer, | public, | parameter | :: | west | = | 1 | |
| integer, | public, | parameter | :: | north | = | 1 | |
| integer, | public, | parameter | :: | south | = | 2 | |
| real, | public, | SAVE, ALLOCATABLE | :: | lon_reg(:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | lat_reg(:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | boundslon_reg(:,:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | boundslat_reg(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nbp_lon | |||
| integer, | intent(in) | :: | nbp_lat | |||
| real, | intent(in) | :: | lon_reg_(nbp_lon) | |||
| real, | intent(in) | :: | lat_reg_(nbp_lat) | |||
| real, | intent(in) | :: | boundslon_reg_(nbp_lon,2) | |||
| real, | intent(in) | :: | boundslat_reg_(nbp_lat,2) |