Changeset 5847 for LMDZ6/trunk/DefLists/namelist_ecrad
- Timestamp:
- Oct 1, 2025, 5:15:27 PM (8 weeks ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/DefLists/namelist_ecrad (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/DefLists/namelist_ecrad
r4853 r5847 6 6 ! 7 7 &radiation_driver 8 ok_effective_size=false, ! Cloud effective size taken into account for SPARTACUS solver if true 9 ok_separation=true, ! Cloud separation scale taken into account for SPARTACUS solver if true 10 frac_std=1., ! (-) vertically constant fractional standard deviation of in-cloud liquid water [0, 3] *0.75* 11 overlap_decorr_length=2000, ! (m) vertically constant overlap decorrelation length [0, 5000] *2000* 12 ! following Hogan and Illingworth 2000, if overlap_scheme_name=="Exp-Ran" 13 ! Ctrue(i,j) = a*Cmax(i,j) + (1-a)*Crand(i,j) ; a = exp(DZ(i,j)/overlap_decorr_length) 14 high_inv_effective_size = 0.0001, ! (m-1) override input profile [e-6, e-3] *e-4* 15 middle_inv_effective_size = 0.0001, ! (m-1) override input profile [e-6, e-3] *e-4* 16 low_inv_effective_size = 0.005, ! (m-1) override input profile [e-5, e-2] *e-3* 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 17 27 cloud_separation_scale_toa = 14000.0, 18 28 cloud_separation_scale_surface = 2500.0, … … 52 62 use_aerosols = false, ! Include aerosols in radiation calculations? 53 63 n_aerosol_types = 13, 54 !aerosol_optics_override_file_name = "aer_opt_LMDZ_ECCKD.nc", 55 !aerosol_optics_override_file_name = "aer_opt_LMDZ_RRTMG.nc", 64 !aerosol_optics_override_file_name = "aerosol_optics_lmdz.nc" 56 65 do_save_spectral_flux = false, ! Save spectral fluxes in output file? 57 66 do_save_gpoint_flux = false, ! Save fluxes per g-point in output file? 58 gas_model_name = "ECCKD", ! Gas model: "Monochromatic", "RRTMG-IFS", "ECCKD"67 gas_model_name = "ECCKD", ! Gas model: "Monochromatic", *"RRTMG-IFS"*, "RRTMG-PSRAD" 59 68 /
Note: See TracChangeset
for help on using the changeset viewer.
