| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nlev | |||
| integer, | intent(in) | :: | istartcol | |||
| integer, | intent(in) | :: | iendcol | |||
| type(config_type), | intent(in), | target | :: | config | ||
| type(thermodynamics_type), | intent(in) | :: | thermodynamics | |||
| type(gas_type), | intent(in) | :: | gas | |||
| type(aerosol_type), | intent(in) | :: | aerosol | |||
| real(kind=jprb), | intent(inout), | dimension(config%n_g_lw,nlev,istartcol:iendcol) | :: | od_lw | ||
| real(kind=jprb), | intent(out), | dimension(config%n_g_lw_if_scattering,nlev,istartcol:iendcol) | :: | ssa_lw | ||
| real(kind=jprb), | intent(out), | dimension(config%n_g_lw_if_scattering,nlev,istartcol:iendcol) | :: | g_lw | ||
| real(kind=jprb), | intent(inout), | dimension(config%n_g_sw,nlev,istartcol:iendcol) | :: | od_sw | ||
| real(kind=jprb), | intent(inout), | dimension(config%n_g_sw,nlev,istartcol:iendcol) | :: | ssa_sw | ||
| real(kind=jprb), | intent(out), | dimension(config%n_g_sw,nlev,istartcol:iendcol) | :: | g_sw |