source: LMDZ6/branches/LMDZ_ECRad/libf/phylmd/ecrad/test/ckdmip/config-rrtmg.nam @ 4993

Last change on this file since 4993 was 4728, checked in by idelkadi, 11 months ago

Update of ecrad in the LMDZ_ECRad branch of LMDZ:

  • version 1.6.1 of ecrad
  • files are no longer grouped in the same ecrad directory.
  • the structure of ecrad offline is preserved to facilitate updating in LMDZ
  • cfg.bld modified to take into account the new added subdirectories.
  • the interface routines and those added in ecrad are moved to the phylmd directory
File size: 2.2 KB
Line 
1! Configuration namelists for ECRAD radiation code
2! This version is for use with the CKDMIP profiles (clear-sky only)
3! using the RRTMG gas-optics scheme
4!
5! The following namelist controls the behaviour of the driver routine,
6! including parallelization options and overriding numbers read from
7! the NetCDF input file. 
8!
9&radiation_driver
10do_parallel             = true,   ! Use OpenMP parallelization?
11nblocksize              = 1000,    ! Number of columns to process per thread
12do_save_inputs          = false,  ! Save inputs in "inputs.nc"?
13! Verbosity level: 0=none, 1=warning, 2=info, 3=progress, 4=detailed, 5=debug
14iverbose                = 3,
15istartcol               = 0,      ! 0 = Use full range of columns by default
16iendcol                 = 0,      ! 0 = Use full range of columns by default
17nrepeat                 = 1,
18lw_emissivity           = 1.0,
19vmr_suffix_str          = "_mole_fraction_fl",
20cos_solar_zenith_angle  = 0.5,
21sw_albedo               = 0.15,
22solar_irradiance_override=1361.0,
23/
24!
25! The following namelist controls the behaviour of the SPARTACUS
26! radiation code
27!
28&radiation
29do_sw                   = true,           ! Compute shortwave fluxes?
30do_lw                   = true,           ! Compute longwave fluxes?
31do_sw_direct            = true,           ! Compute direct downward shortwave fluxes?
32do_clear                = false,          ! Compute clear-sky fluxes?
33directory_name          = "../../data",   ! Location of configuration files
34sw_solver_name          = "Cloudless",
35lw_solver_name          = "Cloudless",
36do_save_radiative_properties = false,      ! Save raw radiation properties in radiative_properties.nc?
37! Verbosity level: 0=none, 1=warning, 2=info, 3=progress, 4=detailed, 5=debug
38! Separate verbosity specified for setup and ordinary execution
39iverbose                = 5,
40iverbosesetup           = 3,
41use_aerosols            = false,           ! Include aerosols in radiation calculations?
42do_save_spectral_flux   = false,           ! Save spectral fluxes in output file?
43do_save_gpoint_flux     = false,           ! Save fluxes per g-point in output file?
44do_surface_sw_spectral_flux = false,
45do_lw_derivatives       = false,           ! Hogan-Bozzo style derivatives for approx updates
46gas_model_name          = "RRTMG-IFS",     ! Gas model
47/
Note: See TracBrowser for help on using the repository browser.