[4773] | 1 | ! Configuration namelists for ECRAD radiation code |
---|
| 2 | ! |
---|
| 3 | ! The following namelist controls the behaviour of the driver routine, |
---|
| 4 | ! including parallelization options and overriding numbers read from |
---|
| 5 | ! the NetCDF input file |
---|
| 6 | ! |
---|
| 7 | ! This version matches the configuration of ECMWF IFS Cycle 49R1: |
---|
| 8 | ! compared to 47R3, it now uses general aerosol optics. |
---|
| 9 | ! |
---|
| 10 | &radiation_driver |
---|
| 11 | do_parallel = true, ! Use OpenMP parallelization? |
---|
| 12 | nblocksize = 80, ! Number of columns to process per thread |
---|
| 13 | do_save_inputs = false, ! Save inputs in "inputs.nc"? |
---|
| 14 | ! Verbosity level: 0=none, 1=warning, 2=info, 3=progress, 4=detailed, 5=debug |
---|
| 15 | iverbose = 2, |
---|
| 16 | istartcol = 0, ! Use full range of columns by default |
---|
| 17 | iendcol = 0, |
---|
| 18 | nrepeat = 1, |
---|
| 19 | cloud_separation_scale_toa = 14000.0, |
---|
| 20 | cloud_separation_scale_surface = 2500.0, |
---|
| 21 | cloud_separation_scale_power = 3.5, |
---|
| 22 | cloud_inhom_separation_factor = 0.75, |
---|
| 23 | !do_save_aerosol_optics = false, |
---|
| 24 | do_save_net_fluxes = false, |
---|
| 25 | do_write_double_precision = false, |
---|
| 26 | / |
---|
| 27 | ! |
---|
| 28 | ! The following namelist controls the behaviour of the SPARTACUS |
---|
| 29 | ! radiation code |
---|
| 30 | ! |
---|
| 31 | &radiation |
---|
| 32 | do_sw = true, ! Compute shortwave fluxes? |
---|
| 33 | do_lw = true, ! Compute longwave fluxes? |
---|
| 34 | do_sw_direct = true, ! Compute direct downward shortwave fluxes? |
---|
| 35 | do_clear = true, ! Compute clear-sky fluxes? |
---|
| 36 | directory_name = "../../data", ! Location of configuration files |
---|
| 37 | use_general_cloud_optics = false, |
---|
| 38 | use_general_aerosol_optics = true, |
---|
| 39 | liquid_model_name = "SOCRATES", ! Liquid droplet scattering model |
---|
| 40 | ice_model_name = "Fu-IFS", ! Ice particle scattering model |
---|
| 41 | sw_solver_name = "McICA", |
---|
| 42 | lw_solver_name = "McICA", |
---|
| 43 | overlap_scheme_name = "Exp-Ran", ! Exp-Ran, Max-Ran or Exp-Exp |
---|
| 44 | cloud_fraction_threshold = 0.001e-3, ! |
---|
| 45 | do_lw_aerosol_scattering= false, ! Aerosols scatter in the longwave? |
---|
| 46 | do_lw_cloud_scattering = true, ! Clouds scatter in the longwave? |
---|
| 47 | cloud_inhom_decorr_scaling = 0.5, ! Ratio of overlap decorr len of inhomogeneities to boundaries |
---|
| 48 | use_beta_overlap = false, |
---|
| 49 | use_vectorizable_generator = false, |
---|
| 50 | do_save_radiative_properties = false, ! Save raw radiation properties in radiative_properties.nc? |
---|
| 51 | do_3d_effects = false, ! Represent 3D effects? |
---|
| 52 | sw_entrapment_name = "Explicit", ! Zero, Edge-only, Explicit, Non-fractal, Maximum are possible |
---|
| 53 | ! Verbosity level: 0=none, 1=warning, 2=info, 3=progress, 4=detailed, 5=debug |
---|
| 54 | ! Separate verbosity specified for setup and ordinary execution |
---|
| 55 | iverbose = 1, |
---|
| 56 | iverbosesetup = 3, |
---|
| 57 | use_aerosols = true, ! Include aerosols in radiation calculations? |
---|
| 58 | do_save_spectral_flux = true, ! Save spectral fluxes in output file? |
---|
| 59 | do_save_gpoint_flux = false, ! Save fluxes per g-point in output file? |
---|
| 60 | do_lw_derivatives = true, ! Hogan-Bozzo style derivatives for approx updates |
---|
| 61 | gas_model_name = "RRTMG-IFS", ! Gas model |
---|
| 62 | do_surface_sw_spectral_flux = true, |
---|
| 63 | do_fu_lw_ice_optics_bug = false, |
---|
| 64 | do_sw_delta_scaling_with_gases = false, |
---|
| 65 | do_canopy_fluxes_lw = true, |
---|
| 66 | do_canopy_fluxes_sw = true, |
---|
| 67 | do_cloud_aerosol_per_sw_g_point=false, |
---|
| 68 | do_cloud_aerosol_per_lw_g_point=false, |
---|
| 69 | ! |
---|
| 70 | ! SURFACE ALBEDO AND EMISSIVITY |
---|
| 71 | do_nearest_spectral_sw_albedo = false, |
---|
| 72 | sw_albedo_wavelength_bound(1:5) = 0.25e-6, 0.44e-6, 0.69e-6, 1.19e-6, 2.38e-6, |
---|
| 73 | i_sw_albedo_index(1:6) = 1,2,3,4,5,6, |
---|
| 74 | do_nearest_spectral_lw_emiss = true, |
---|
| 75 | lw_emiss_wavelength_bound(1:2) = 8.0e-6, 13.0e-6, |
---|
| 76 | i_lw_emiss_index(1:3) = 1,2,1, |
---|
| 77 | do_weighted_surface_mapping = false, ! false=less accurate, but consistent with cycle 47r1 |
---|
| 78 | ! |
---|
| 79 | ! AEROSOL PROPERTIES |
---|
| 80 | !aerosol_optics_override_file_name = 'aerosol_ifs_rrtm_46R1_with_NI_AM.nc' |
---|
| 81 | ! 12 IFS aerosol classes stored in aerosol_ifs_rrtm.nc: 1-3 Sea salt, |
---|
| 82 | ! 4-6 Boucher desert dust, 7 hydrophilic organics, 8 hydrophobic |
---|
| 83 | ! organics, 9&10 hydrophobic black carbon, 11 ammonium sulphate, 12 |
---|
| 84 | ! inactive SO2 |
---|
| 85 | n_aerosol_types = 12, ! Aerosols are deactivated if this is zero |
---|
| 86 | ! |
---|
| 87 | ! Indices to the aerosol optical properties in aerosol_ifs_rrtm.nc, |
---|
| 88 | ! for each class, where negative numbers index hydrophilic aerosol |
---|
| 89 | ! types and positive numbers index hydrophobic aerosol types |
---|
| 90 | i_aerosol_type_map = -1, -2, -3, 7, 8, 9, -4, 10, 11, 11, -5, 14, |
---|
| 91 | ! Tegen types are rather more simple |
---|
| 92 | !i_aerosol_type_map = 2, 2, 2, 3, 3, 3, 1, 1, 4, 4, 6, 5, |
---|
| 93 | / |
---|