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/radiation/radiation_flux.F90

    r4773 r4853  
    2020!   2021-01-20  R. Hogan  Added heating_rate_out_of_physical_bounds function
    2121!   2022-12-07  R. Hogan  Added top-of-atmosphere spectral output
     22
     23#include "ecrad_config.h"
    2224
    2325module radiation_flux
     
    117119
    118120! Added for DWD (2020)
    119 #ifdef __SX__
     121#ifdef DWD_VECTOR_OPTIMIZATIONS
    120122      logical, parameter :: use_indexed_sum_vec = .true.
    121123#else
Note: See TracChangeset for help on using the changeset viewer.