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

    r4773 r4853  
    1717!   2018-04-20  A. Bozzo  Read optical properties at selected wavelengths
    1818
     19#include "ecrad_config.h"
    1920
    2021module radiation_aerosol_optics_data
     
    157158
    158159    use yomhook,              only : lhook, dr_hook, jphook
     160#ifdef EASY_NETCDF_READ_MPI
     161    use easy_netcdf_read_mpi, only : netcdf_file
     162#else
    159163    use easy_netcdf,          only : netcdf_file
     164#endif
    160165    use radiation_io,         only : nulerr, radiation_abort
    161166
     
    401406  subroutine save_aerosol_optics(this, file_name, iverbose)
    402407
    403     use yomhook,     only : lhook, dr_hook, jphook
    404     use easy_netcdf, only : netcdf_file
     408    use yomhook,              only : lhook, dr_hook, jphook
     409    use easy_netcdf,          only : netcdf_file
    405410
    406411    class(aerosol_optics_type), intent(inout) :: this
Note: See TracChangeset for help on using the changeset viewer.