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_cloud_cover.F90

    r4773 r4853  
    1919!   2020-10-07  R. Hogan  Ensure iobj1 initialized in case of alpha_obj==0
    2020
     21#include "ecrad_config.h"
     22
    2123module radiation_cloud_cover
    2224
     
    254256           &  * (frac(jlev)+frac(jlev+1)-frac(jlev)*frac(jlev+1))
    255257! Added for DWD (2020)
    256 #ifdef __SX__
     258#ifdef DWD_VECTOR_OPTIMIZATIONS
    257259    end do
    258260    do jlev = 1,nlev-1
Note: See TracChangeset for help on using the changeset viewer.