Changeset 4475
- Timestamp:
- Mar 21, 2023, 12:07:20 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/DefLists/namelist_ecrad
r3908 r4475 12 12 iverbose = 5, 13 13 14 fractional_std= 0.75, ! (-) vertically constant fractional standard deviation of in-cloud liquid water [0, 3] *0.75*15 overlap_decorr_length= 2000, ! (m) vertically constant overlap decorrelation length [0, 5000] *2000*14 fractional_std=1., ! (-) vertically constant fractional standard deviation of in-cloud liquid water [0, 3] *0.75* 15 overlap_decorr_length=1000, ! (m) vertically constant overlap decorrelation length [0, 5000] *2000* 16 16 ! following Hogan and Illingworth 2000, if overlap_scheme_name=="Exp-Ran" 17 17 ! Ctrue(i,j) = a*Cmax(i,j) + (1-a)*Crand(i,j) ; a = exp(DZ(i,j)/overlap_decorr_length) … … 47 47 do_3d_lw_multilayer_effects = true, 48 48 directory_name = "data", ! Location of configuration files 49 ! directory_name = "../../data", ! Location of configuration files50 49 51 50 liquid_model_name = "SOCRATES", ! Liquid droplet scattering model: "Monochromatic", "HuStamnes", *"SOCRATES"*, "Slingo" … … 53 52 cloud_pdf_shape_name = "Gamma", ! To describe liquid water horizontal distribution: *"Gamma"*, "Lognormal" 54 53 55 sw_solver_name = " SPARTACUS", ! Solver: "Homogeneous", *"McICA"*, "SPARTACUS", "Tripleclouds"56 lw_solver_name = " SPARTACUS", ! enable 3D effects54 sw_solver_name = "Tripleclouds", ! Solver: "Homogeneous", *"McICA"*, "SPARTACUS", "Tripleclouds" 55 lw_solver_name = "Tripleclouds", ! enable 3D effects 57 56 sw_encroachment_name = "Computed", ! "Maximum" = old behaviour (also "Minimum"/*"Computed"*) 58 57 overlap_scheme_name = "Exp-Ran", ! Cloud overlap: *"Exp-Ran"*, "Max-Ran", "Exp-Exp"
Note: See TracChangeset
for help on using the changeset viewer.