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/libf/phylmd/ecrad/CHANGELOG

    r4773 r4853  
    1515        - Increased security value in single-precision SW
    1616          reflectance-transmittance calculation from 1e-12 to 1e-6
     17        - Added radiation/ecrad_config.h file to provide site-specific
     18          optimization options as preprocessor parameters
     19        - Replaced slow "sum" intrinsic function in McICA and Tripleclouds
     20          solvers with optimized versions for x86-64 and DWD's NEC
     21        - Enable different gas optics models for shortwave and longwave:
     22          namelist gas_model_name can still be used, or use
     23          sw_gas_model_name and lw_gas_model_name to specify separate models
     24        - Fix the general aerosol optics + RRTMG combination, so that
     25          optical properties correctly weighted by solar or terrestrial
     26          Planck function, rather than unweighted. This changes fluxes by up
     27          to 0.3 W m-2 in SW and 0.03 in LW, heating rates by up to 0.015
     28          K/d in SW and 0.0015 in LW. Reverts bug introduced between git
     29          commits a405cca (5 Dec 2022) and 7182230 (8 Dec 2022).
     30        - Added ifs/satur.F90, used in the IFS to compute relative
     31          humidity for aerosol hydration, and the ability to call it from
     32          ecrad_driver.F90, but note that this routine computes saturation
     33          with respect to ice at colder temperatures. If used, the impact on
     34          fluxes is up to around 1 W m-2 in the SW and 0.05 in the LW, and
     35          for heating rates 0.002 K/d in the SW and 0.003 in the LW.
    1736
    1837version 1.6.0 (27 April 2023)
Note: See TracChangeset for help on using the changeset viewer.