| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real, | public, | SAVE | :: | not_valid | = | -333. | |
| integer, | public, | SAVE | :: | nbp_lon_src | |||
| integer, | public, | SAVE | :: | nbp_lat_src | |||
| real, | public, | ALLOCATABLE, SAVE | :: | psurf_interp(:,:) |
This routine will read the aersosol from file.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=7), | intent(in) | :: | name_aero | |||
| character(len=*), | intent(in) | :: | type | |||
| character(len=8), | intent(in) | :: | filename | |||
| integer, | intent(in) | :: | iyr_in | |||
| integer, | intent(out) | :: | klev_src | |||
| real, | POINTER, DIMENSION(:) | :: | pt_ap | |||
| real, | POINTER, DIMENSION(:) | :: | pt_b | |||
| real, | POINTER, DIMENSION(:,:,:) | :: | pt_out | |||
| real, | intent(out), | DIMENSION(klon,12) | :: | psurf | ||
| real, | intent(out), | DIMENSION(klon,12) | :: | load |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | flag_aerosol | |||
| logical, | intent(in) | :: | aerosol_couple |
Read 12 month aerosol from file and distribute to local process on physical grid. Vertical levels, klev_src, may differ from model levels if new file format.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=7), | intent(in) | :: | varname | |||
| character(len=4), | intent(in) | :: | cyr | |||
| character(len=8), | intent(in) | :: | filename | |||
| integer, | intent(out) | :: | klev_src | |||
| real, | POINTER, DIMENSION(:) | :: | pt_ap | |||
| real, | POINTER, DIMENSION(:) | :: | pt_b | |||
| real, | POINTER, DIMENSION(:,:,:) | :: | pt_year | |||
| real, | intent(out), | DIMENSION(klon,12) | :: | psurf_out | ||
| real, | intent(out), | DIMENSION(klon,12) | :: | load_out |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | status | |||
| character(len=*), | intent(in), | optional | :: | text |