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/physiq_mod.F90

    r4843 r4853  
    43644364                  flag_aerosol, flag_bc_internal_mixture, itap, jD_cur-jD_ref, &
    43654365                  pdtphys, pplay, paprs, t_seri, rhcl, presnivs,  &
    4366                   tr_seri, mass_solu_aero, mass_solu_aero_pi,  &
    4367                   tau_aero_sw_rrtm, piz_aero_sw_rrtm, cg_aero_sw_rrtm,  &
    4368                   tausum_aero, drytausum_aero, tau3d_aero)
     4366                  tr_seri, mass_solu_aero, mass_solu_aero_pi) 
    43694367#else
    43704368                abort_message='You should compile with -rad ecrad if running with iflag_rrtm=2'
Note: See TracChangeset for help on using the changeset viewer.