source: LMDZ6/trunk/DefLists/namelist_ecrad

Last change on this file was 5847, checked in by idelkadi, 3 weeks ago

Correction in Ecrad namelist following version 5821

File size: 3.9 KB
Line 
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&radiation_driver
8 frac_std=1.,                            ! (-)    vertically constant fractional standard deviation of in-cloud liquid water [0, 3]    *0.75*
9
10 kdecolat=0,                             !        0 : overlap_decorr_length=cste 1 et 2 : overlap_decorr_length=f(lat),
11                                         !        3 : overlap_decorr_length=f(verticale)
12 overlap_decorr_length=2000.0,         ! (m)    vertically constant overlap decorrelation length [0, 5000] *2000* used if kdecolat=0
13                                         !        following Hogan and Illingworth 2000, if overlap_scheme_name=="Exp-Ran"
14                                         !        Ctrue(i,j) = a*Cmax(i,j) + (1-a)*Crand(i,j) ; a = exp(DZ(i,j)/overlap_decorr_length)
15 low_decorrelation_length=200.0,         !        if frac_std=3
16 mid_decorrelation_length=2000.0,
17 high_decorrelation_length=2000.0,
18!
19 ok_effective_size=false,                !        Cloud effective size taken into account for SPARTACUS solver if true
20 high_inv_effective_size = 0.0001,       ! (m-1)  override input profile      [e-6, e-3] *e-4*
21 middle_inv_effective_size = 0.0001,     ! (m-1)  override input profile      [e-6, e-3] *e-4*
22 low_inv_effective_size = 0.005,         ! (m-1)  override input profile      [e-5, e-2] *e-3*
23!
24 ok_separation_eta=false,                !        Cloud separation scale taken into account for SPARTACUS solver if true
25                                         !        if true : Lx=f(Pr) : exp                               
26 ok_separation_tanh=true,                !        if true : Lx=f(Pr) : tanh
27 cloud_separation_scale_toa = 14000.0,
28 cloud_separation_scale_surface = 2500.0,
29 cloud_separation_scale_power = 3.5,
30 cloud_inhom_separation_factor = 0.75,
31/
32
33!
34! The following namelist controls the behaviour of the ECRAD
35! radiation code (default values in **)
36!
37&radiation
38 do_lw = true,
39 do_sw_direct = true,
40 do_3d_effects          = true,           ! Represent 3D effects?
41 do_lw_side_emissivity   = true,
42 do_3d_lw_multilayer_effects = true,
43 directory_name         = "data",         ! Location of configuration files
44
45 liquid_model_name = "SOCRATES",           ! Liquid droplet scattering model: "Monochromatic", "HuStamnes", *"SOCRATES"*, "Slingo"
46 ice_model_name    = "Fu-IFS",             ! Ice particle scattering model: "Monochromatic", "Fu-PSRAD", "Fu-IFS", *"Baran"*, "Baran2016", "Baran2017", "Yi"
47 cloud_pdf_shape_name    = "Gamma",        ! To describe liquid water horizontal distribution: *"Gamma"*, "Lognormal"
48
49 sw_solver_name          = "Tripleclouds",    ! Solver: "Homogeneous", *"McICA"*, "SPARTACUS", "Tripleclouds"
50 lw_solver_name          = "Tripleclouds",    ! enable 3D effects
51 sw_encroachment_name    = "Computed",     ! "Maximum" = old behaviour (also "Minimum"/*"Computed"*)
52 overlap_scheme_name     = "Exp-Ran",      ! Cloud overlap: *"Exp-Ran"*, "Max-Ran", "Exp-Exp"
53
54 overhead_sun_factor = 0.06,
55 do_lw_cloud_scattering         = true,           ! Clouds scatter in the longwave?
56 do_lw_aerosol_scattering= true,           ! Aerosols scatter in the longwave?
57 cloud_inhom_decorr_scaling = 0.5,
58 do_save_radiative_properties = false,     ! Save raw radiation properties in radiative_properties.nc?
59
60! Verbosity level: 0=none, 1=warning, 2=info, 3=progress, 4=detailed, 5=debug
61 iverbose               = 1,
62 use_aerosols           = false,          ! Include aerosols in radiation calculations?
63 n_aerosol_types         = 13,             
64 !aerosol_optics_override_file_name = "aerosol_optics_lmdz.nc"
65 do_save_spectral_flux   = false,          ! Save spectral fluxes in output file?
66 do_save_gpoint_flux     = false,          ! Save fluxes per g-point in output file?
67 gas_model_name          = "ECCKD",    ! Gas model: "Monochromatic", *"RRTMG-IFS"*, "RRTMG-PSRAD"
68/
Note: See TracBrowser for help on using the repository browser.