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

    r4773 r4853  
    1414! License: see the COPYING file for details
    1515!
     16
     17#include "ecrad_config.h"
    1618
    1719module radiation_ecckd_gas
     
    8284  subroutine read_ckd_gas(this, file, gas_name, i_gas_code)
    8385
    84     use easy_netcdf, only : netcdf_file
     86#ifdef EASY_NETCDF_READ_MPI
     87    use easy_netcdf_read_mpi, only : netcdf_file
     88#else
     89    use easy_netcdf,          only : netcdf_file
     90#endif
    8591
    8692    class(ckd_gas_type), intent(inout) :: this
Note: See TracChangeset for help on using the changeset viewer.