Ignore:
Timestamp:
Mar 19, 2024, 3:34:21 PM (2 months ago)
Author:
idelkadi
Message:

Ecrad update in LMDZ / Implementation of Ecrad double call in LMDZ

  • version 1.6.1 (commit 210d7911380f53a788c3cad73b3cf9b4e022ef87)
  • interface routines between lmdz and ecrad grouped in a new "lmdz" directory
  • double call method redesigned so as to go through the Ecrad initialization and configuration part only once for the entire simulation
  • clean-up in the read.F routine: delete unitules arguments
  • modification of default gas model in namelist (default: ECCKD)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/DefLists/namelist_ecrad

    r4571 r4853  
    5252 use_aerosols           = false,          ! Include aerosols in radiation calculations?
    5353 n_aerosol_types         = 13,             
    54  !aerosol_optics_override_file_name = "aerosol_optics_lmdz.nc"
     54 !aerosol_optics_override_file_name = "aer_opt_LMDZ_ECCKD.nc",
     55 !aerosol_optics_override_file_name = "aer_opt_LMDZ_RRTMG.nc",
    5556 do_save_spectral_flux   = false,          ! Save spectral fluxes in output file?
    5657 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"
     58 gas_model_name          = "ECCKD",    ! Gas model: "Monochromatic", "RRTMG-IFS", "ECCKD"
    5859/
Note: See TracChangeset for help on using the changeset viewer.