| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | NWEIGHT_UV | ||||
| integer, | public | :: | IBAND_UV(100) | ||||
| real(kind=JPRB), | public | :: | WEIGHT_UV(100) | ||||
| integer, | public | :: | NWEIGHT_PAR | ||||
| integer, | public | :: | IBAND_PAR(100) | ||||
| real(kind=JPRB), | public | :: | WEIGHT_PAR(100) | ||||
| integer, | public, | parameter | :: | ITYPE_TROP_BG_AER | = | 8 | |
| integer, | public, | parameter | :: | ITYPE_STRAT_BG_AER | = | 12 | |
| real(kind=JPRB), | public | :: | TROP_BG_AER_MASS_EXT | ||||
| real(kind=JPRB), | public | :: | STRAT_BG_AER_MASS_EXT |
call rad_config%define_lw_emiss_intervals(3, & & (/ 8.0e-6_jprb,13.0e-6_jprb /), (/ 1,2,1 /))
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(in), | optional | :: | LOUTPUT | ||
| character(len=512) | :: | file_name | ||||
| type(config_type) | :: | rad_config | ||||
| type(driver_config_type) | :: | driver_config |