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

    r4773 r4853  
    1919!   2022-11-22  P. Ukkonen / R. Hogan  Optimizations to enhance vectorization
    2020
     21#include "ecrad_config.h"
     22
    2123module radiation_aerosol_optics
    2224
     
    9698    use parkind1,                      only : jprb
    9799    use yomhook,                       only : lhook, dr_hook, jphook
     100#ifdef EASY_NETCDF_READ_MPI
     101    use easy_netcdf_read_mpi,          only : netcdf_file
     102#else
    98103    use easy_netcdf,                   only : netcdf_file
     104#endif
    99105    use radiation_config,              only : config_type
    100106    use radiation_aerosol_optics_data, only : aerosol_optics_type
     
    341347    use parkind1,                      only : jprb
    342348    use yomhook,                       only : lhook, dr_hook, jphook
     349#ifdef EASY_NETCDF_READ_MPI
     350    use easy_netcdf_read_mpi,          only : netcdf_file
     351#else
    343352    use easy_netcdf,                   only : netcdf_file
     353#endif
    344354    use radiation_config,              only : config_type
    345355    use radiation_aerosol_optics_data, only : aerosol_optics_type
Note: See TracChangeset for help on using the changeset viewer.