| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real, | public, | SAVE, ALLOCATABLE | :: | v1(:,:,:,:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | v1m(:,:,:,:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | v1p(:,:,:,:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | pgm(:,:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | pgp(:,:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | ptm(:,:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | ptp(:,:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | otm(:,:) | |||
| real, | public, | SAVE, ALLOCATABLE | :: | otp(:,:) | |||
| integer, | public, | SAVE | :: | ntim_in | |||
| integer, | public, | SAVE | :: | itrp0 | |||
| integer, | public, | SAVE | :: | irec | |||
| logical, | public, | SAVE | :: | linterp | |||
| logical, | public, | SAVE | :: | lPrSfile | |||
| logical, | public, | SAVE | :: | lPrTfile | |||
| logical, | public, | SAVE | :: | lO3Tfile | |||
| logical, | public, | SAVE | :: | lfirst | = | .TRUE. | |
| real, | public, | parameter | :: | pTropUp | = | 9.E+3 | |
| real, | public, | parameter | :: | gamm | = | 0.4 | |
| real, | public, | parameter | :: | rho | = | 1.4 | |
| real, | public, | parameter | :: | o3t0 | = | 1.E-7 | |
| logical, | public, | parameter | :: | lO3Tpara | = | .FALSE. | |
| logical, | public, | parameter | :: | ldebug | = | .FALSE. | |
| real, | public, | parameter | :: | ChemPTrMin | = | 9.E+3 | |
| real, | public, | parameter | :: | ChemPTrMax | = | 4.E+4 | |
| real, | public, | parameter | :: | DynPTrMin | = | 8.E+3 | |
| real, | public, | parameter | :: | DynPTrMax | = | 4.E+4 |
USE comvert_mod, ONLY: scaleheight
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | fID | |||
| character(len=13), | intent(in) | :: | nam(:) | |||
| real, | intent(in) | :: | julien | |||
| character(len=1), | intent(in) | :: | Ploc | |||
| real, | intent(in) | :: | Pre_in(:) | |||
| real, | intent(in) | :: | Pre_ou(:,:) | |||
| real, | intent(out) | :: | v3(:,:,:) | |||
| real, | intent(in), | optional | :: | Pgnd_ou(:) | ||
| real, | intent(in), | optional | :: | time_in(:) | ||
| real, | intent(in), | optional | :: | lon_in(:) | ||
| real, | intent(in), | optional | :: | lat_in(:) | ||
| real, | intent(in), | optional | :: | Ptrp_ou(:) |