| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=jprb), | intent(inout) | :: | od | |||
| real(kind=jprb), | intent(inout) | :: | ssa | |||
| real(kind=jprb), | intent(inout) | :: | g |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=jprb), | intent(inout) | :: | od | |||
| real(kind=jprb), | intent(inout) | :: | scat_od | |||
| real(kind=jprb), | intent(inout) | :: | scat_od_g |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ng | |||
| real(kind=jprb), | intent(inout), | dimension(ng) | :: | od | ||
| real(kind=jprb), | intent(inout), | dimension(ng) | :: | scat_od | ||
| real(kind=jprb), | intent(inout), | dimension(ng) | :: | scat_od_g |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=jprb), | intent(inout) | :: | od | |||
| real(kind=jprb), | intent(inout) | :: | scat_od | |||
| real(kind=jprb), | intent(inout) | :: | g |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=jprb), | intent(inout) | :: | od | |||
| real(kind=jprb), | intent(inout) | :: | ssa | |||
| real(kind=jprb), | intent(inout) | :: | g |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(config_type), | intent(inout) | :: | config |
| 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(cloud_type), | intent(in) | :: | cloud | |||
| real(kind=jprb), | intent(out), | dimension(config%n_bands_lw,nlev,istartcol:iendcol) | :: | od_lw_cloud | ||
| real(kind=jprb), | intent(out), | dimension(config%n_bands_lw_if_scattering,nlev,istartcol:iendcol) | :: | ssa_lw_cloud | ||
| real(kind=jprb), | intent(out), | dimension(config%n_bands_lw_if_scattering,nlev,istartcol:iendcol) | :: | g_lw_cloud | ||
| real(kind=jprb), | intent(out), | dimension(config%n_bands_sw,nlev,istartcol:iendcol) | :: | od_sw_cloud | ||
| real(kind=jprb), | intent(out), | dimension(config%n_bands_sw,nlev,istartcol:iendcol) | :: | ssa_sw_cloud | ||
| real(kind=jprb), | intent(out), | dimension(config%n_bands_sw,nlev,istartcol:iendcol) | :: | g_sw_cloud |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(config_type), | intent(in) | :: | config | |||
| character(len=*), | intent(in) | :: | file_prefix | |||
| integer, | intent(in), | optional | :: | iverbose |