Ignore:
Timestamp:
Jun 23, 2023, 4:10:41 PM (13 months ago)
Author:
Laurent Fairhead
Message:

Merged trunk revisions from r4443 to r4582 (HEAD) into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Portage_acc/DefLists/namelist_ecrad

    r3908 r4584  
    66!
    77&radiation_driver
    8  do_parallel             = true,   ! Use OpenMP parallelization?
    9  nblocksize              = 8,      ! Number of columns to process per thread
    10 
    11 ! Verbosity level: 0=none, 1=warning, 2=info, 3=progress, 4=detailed, 5=debug
    12  iverbose = 5,
    13 
    14  fractional_std=0.75,                 ! (-)    vertically constant fractional standard deviation of in-cloud liquid water [0, 3]    *0.75*
     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*
    1511 overlap_decorr_length=2000,          ! (m)    vertically constant overlap decorrelation length                           [0, 5000] *2000*
    16                                       !        following Hogan and Illingworth 2000, if overlap_scheme_name=="Exp-Ran" 
     12                                      !        following Hogan and Illingworth 2000, if overlap_scheme_name=="Exp-Ran"
    1713                                      !        Ctrue(i,j) = a*Cmax(i,j) + (1-a)*Crand(i,j) ; a = exp(DZ(i,j)/overlap_decorr_length)
    18  high_inv_effective_size = 0.0001     ! (m-1)  override input profile      [e-6, e-3] *e-4*
    19  middle_inv_effective_size = 0.0001   ! (m-1)  override input profile      [e-6, e-3] *e-4*
    20  low_inv_effective_size = 0.005       ! (m-1)  override input profile      [e-5, e-2] *e-3*
    21  effective_size_scaling = 1.0,        ! (-)    scale effective size
    22 
    23  !sw_albedo              = 0.2,        ! (-)    override shortwave albedo, no default     [0,1]
    24  !lw_emissivity          = 1.0,        ! (-)    override longwave emissivity, no default  [0,1]
    25 
    26  q_liquid_scaling       = 1.,         ! (-)    scale liquid water content input profile
    27  q_ice_scaling          = 1.,         ! (-)    scale ice water content input profile
    28  cloud_fraction_scaling = 1.,         ! (-)    scale cloud fraction input profile
    29 
    30  overlap_decorr_length_scaling=1.,    ! (-)    scale overlap decorrelation length
    31 
    32  !skin_temperature       =  294.2,     ! (K)    override skin temperature from input file, no default
    33  !cos_solar_zenith_angle =  .5,        ! (-)    override cos solar zenith angle from input file, no default
    34 
    35  !solar_irradiance_override= 1368.143, ! (Wm-2) override total solar irradiance, default value is 1366.0
     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*
     17 cloud_separation_scale_toa = 14000.0,
     18 cloud_separation_scale_surface = 2500.0,
     19 cloud_separation_scale_power = 3.5,
     20 cloud_inhom_separation_factor = 0.75,
    3621/
    3722
     
    4126!
    4227&radiation
    43 do_lw = true,
    44 do_sw_direct = true,
    45 do_3d_effects           = true,           ! Represent 3D effects?
    46 do_lw_side_emissivity   = true,
    47 do_3d_lw_multilayer_effects = true,
    48 directory_name          = "data",         ! Location of configuration files
    49 ! directory_name                = "../../data",         ! Location of configuration files
     28 do_lw = true,
     29 do_sw_direct = true,
     30 do_3d_effects          = true,           ! Represent 3D effects?
     31 do_lw_side_emissivity   = true,
     32 do_3d_lw_multilayer_effects = true,
     33 directory_name         = "data",         ! Location of configuration files
    5034
    51 liquid_model_name = "SOCRATES",           ! Liquid droplet scattering model: "Monochromatic", "HuStamnes", *"SOCRATES"*, "Slingo"
    52 ice_model_name    = "Fu-IFS",             ! Ice particle scattering model: "Monochromatic", "Fu-PSRAD", "Fu-IFS", *"Baran"*, "Baran2016", "Baran2017", "Yi"
    53 cloud_pdf_shape_name    = "Gamma",        ! To describe liquid water horizontal distribution: *"Gamma"*, "Lognormal"
     35 liquid_model_name = "SOCRATES",           ! Liquid droplet scattering model: "Monochromatic", "HuStamnes", *"SOCRATES"*, "Slingo"
     36 ice_model_name    = "Fu-IFS",             ! Ice particle scattering model: "Monochromatic", "Fu-PSRAD", "Fu-IFS", *"Baran"*, "Baran2016", "Baran2017", "Yi"
     37 cloud_pdf_shape_name    = "Gamma",        ! To describe liquid water horizontal distribution: *"Gamma"*, "Lognormal"
    5438
    55 sw_solver_name          = "SPARTACUS",    ! Solver: "Homogeneous", *"McICA"*, "SPARTACUS", "Tripleclouds"
    56 lw_solver_name          = "SPARTACUS",    ! enable 3D effects
    57 sw_encroachment_name    = "Computed",     ! "Maximum" = old behaviour (also "Minimum"/*"Computed"*)
    58 overlap_scheme_name     = "Exp-Ran",      ! Cloud overlap: *"Exp-Ran"*, "Max-Ran", "Exp-Exp"
     39 sw_solver_name          = "Tripleclouds",    ! Solver: "Homogeneous", *"McICA"*, "SPARTACUS", "Tripleclouds"
     40 lw_solver_name          = "Tripleclouds",    ! enable 3D effects
     41 sw_encroachment_name    = "Computed",     ! "Maximum" = old behaviour (also "Minimum"/*"Computed"*)
     42 overlap_scheme_name     = "Exp-Ran",      ! Cloud overlap: *"Exp-Ran"*, "Max-Ran", "Exp-Exp"
    5943
    60 overhead_sun_factor = 0.06,
    61 do_lw_cloud_scattering  = true,           ! Clouds scatter in the longwave?
    62 do_lw_aerosol_scattering= true,           ! Aerosols scatter in the longwave?
    63 cloud_inhom_decorr_scaling = 0.5,
    64 do_save_radiative_properties = false,     ! Save raw radiation properties in radiative_properties.nc?
     44 overhead_sun_factor = 0.06,
     45 do_lw_cloud_scattering         = true,           ! Clouds scatter in the longwave?
     46 do_lw_aerosol_scattering= true,           ! Aerosols scatter in the longwave?
     47 cloud_inhom_decorr_scaling = 0.5,
     48 do_save_radiative_properties = false,     ! Save raw radiation properties in radiative_properties.nc?
    6549
    6650! Verbosity level: 0=none, 1=warning, 2=info, 3=progress, 4=detailed, 5=debug
    67 iverbose                = 1,
    68 use_aerosols            = false,          ! Include aerosols in radiation calculations?
    69 n_aerosol_types         = 12,             
    70 do_save_spectral_flux   = false,          ! Save spectral fluxes in output file?
    71 do_save_gpoint_flux     = false,          ! Save fluxes per g-point in output file?
    72 gas_model_name          = "RRTMG-IFS",    ! Gas model: "Monochromatic", *"RRTMG-IFS"*, "RRTMG-PSRAD"
     51 iverbose               = 1,
     52 use_aerosols           = false,          ! Include aerosols in radiation calculations?
     53 n_aerosol_types         = 13,             
     54 !aerosol_optics_override_file_name = "aerosol_optics_lmdz.nc"
     55 do_save_spectral_flux   = false,          ! Save spectral fluxes in output file?
     56 do_save_gpoint_flux     = false,          ! Save fluxes per g-point in output file?
     57 gas_model_name          = "RRTMG-IFS",    ! Gas model: "Monochromatic", *"RRTMG-IFS"*, "RRTMG-PSRAD"
    7358/
Note: See TracChangeset for help on using the changeset viewer.