Changeset 4475


Ignore:
Timestamp:
Mar 21, 2023, 12:07:20 PM (15 months ago)
Author:
musat
Message:

Mise a jour namelist ECRAD avec solver TripleClouds?
cf. Maelle
Ionela

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/DefLists/namelist_ecrad

    r3908 r4475  
    1212 iverbose = 5,
    1313
    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*
    1616                                      !        following Hogan and Illingworth 2000, if overlap_scheme_name=="Exp-Ran"
    1717                                      !        Ctrue(i,j) = a*Cmax(i,j) + (1-a)*Crand(i,j) ; a = exp(DZ(i,j)/overlap_decorr_length)
     
    4747do_3d_lw_multilayer_effects = true,
    4848directory_name          = "data",         ! Location of configuration files
    49 ! directory_name                = "../../data",         ! Location of configuration files
    5049
    5150liquid_model_name = "SOCRATES",           ! Liquid droplet scattering model: "Monochromatic", "HuStamnes", *"SOCRATES"*, "Slingo"
     
    5352cloud_pdf_shape_name    = "Gamma",        ! To describe liquid water horizontal distribution: *"Gamma"*, "Lognormal"
    5453
    55 sw_solver_name          = "SPARTACUS",    ! Solver: "Homogeneous", *"McICA"*, "SPARTACUS", "Tripleclouds"
    56 lw_solver_name          = "SPARTACUS",    ! enable 3D effects
     54sw_solver_name          = "Tripleclouds",    ! Solver: "Homogeneous", *"McICA"*, "SPARTACUS", "Tripleclouds"
     55lw_solver_name          = "Tripleclouds",    ! enable 3D effects
    5756sw_encroachment_name    = "Computed",     ! "Maximum" = old behaviour (also "Minimum"/*"Computed"*)
    5857overlap_scheme_name     = "Exp-Ran",      ! Cloud overlap: *"Exp-Ran"*, "Max-Ran", "Exp-Exp"
Note: See TracChangeset for help on using the changeset viewer.