| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=jprb), | public, | allocatable, dimension(:,:,:) | :: | mixing_ratio | |||
| real(kind=jprb), | public, | allocatable, dimension(:,:,:) | :: | od_sw | |||
| real(kind=jprb), | public, | allocatable, dimension(:,:,:) | :: | ssa_sw | |||
| real(kind=jprb), | public, | allocatable, dimension(:,:,:) | :: | g_sw | |||
| real(kind=jprb), | public, | allocatable, dimension(:,:,:) | :: | od_lw | |||
| real(kind=jprb), | public, | allocatable, dimension(:,:,:) | :: | ssa_lw | |||
| real(kind=jprb), | public, | allocatable, dimension(:,:,:) | :: | g_lw | |||
| integer, | public | :: | istartlev | ||||
| integer, | public | :: | iendlev | ||||
| logical, | public | :: | is_direct | = | .false. |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aerosol_type), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | ncol | |||
| integer, | intent(in) | :: | istartlev | |||
| integer, | intent(in) | :: | iendlev | |||
| integer, | intent(in) | :: | ntype |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aerosol_type), | intent(inout) | :: | this | |||
| type(config_type), | intent(in) | :: | config | |||
| integer, | intent(in) | :: | ncol | |||
| integer, | intent(in) | :: | istartlev | |||
| integer, | intent(in) | :: | iendlev |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aerosol_type), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aerosol_type), | intent(inout) | :: | this | |||
| integer, | intent(in), | optional | :: | istartcol | ||
| integer, | intent(in), | optional | :: | iendcol | ||
| logical, | intent(in), | optional | :: | do_fix |