| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | SAVE | :: | itau_iocosp | |||
| integer, | public, | save | :: | Nlevout | |||
| integer, | public, | save | :: | Ncolout |
! Variables d'entree IF (using_xios) THEN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | Nlevlmdz | ||||
| integer | :: | Npoints | ||||
| integer | :: | Ncolumns | ||||
| integer | :: | itap | ||||
| real | :: | dtime | ||||
| real | :: | freq_COSP | ||||
| real | :: | missing_cosp | ||||
| type(COSP_CONFIG) | :: | cfg | ||||
| type(COSP_GRIDBOX) | :: | gbx | ||||
| type(COSP_VGRID) | :: | vgrid |
! Variables locales |
|||
| type(COSP_SGLIDAR) | :: | sglidar | ||||
| type(COSP_SGRADAR) | :: | sgradar | ||||
| type(COSP_LIDARSTATS) | :: | stlidar | ||||
| type(COSP_RADARSTATS) | :: | stradar | ||||
| type(COSP_ISCCP) | :: | isccp | ||||
| type(COSP_MISR) | :: | misr | ||||
| type(COSP_MODIS) | :: | modis |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ito |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | iff | ||||
| type(ctrl_outcosp) | :: | var |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | iff | ||||
| type(ctrl_outcosp) | :: | var | ||||
| integer, | intent(in) | :: | nvertsave | |||
| integer, | intent(in), | optional | :: | ncols |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ctrl_outcosp), | intent(in) | :: | var | |||
| real, | intent(in), | DIMENSION(:) | :: | field |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ctrl_outcosp), | intent(in) | :: | var | |||
| real, | intent(in), | DIMENSION(:,:) | :: | field | ||
| integer, | intent(in), | DIMENSION(3) | :: | nverts | ||
| integer, | intent(in), | optional | :: | ncols |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ctrl_outcosp), | intent(in) | :: | var | |||
| real, | intent(in), | DIMENSION(:,:,:) | :: | field |
! Lecture des noms et cles de sortie des variables dans config.def
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=20) | :: | nam_var | ||||
| logical, | DIMENSION(3) | :: | cles_var |