Ignore:
Timestamp:
Mar 19, 2026, 2:35:46 PM (11 days ago)
Author:
gmilcareck
Message:

Thermodynamics update on LMDZ.GENERIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phygeneric/dyn1d/kcmprof_fn.F90

    r3893 r4146  
    44use watercommon_h, only : mH2O
    55use gases_h
    6 use comcstfi_mod, only: mugaz, cpp, g
     6use comcstfi_mod, only: mugaz_ref, cppd_ref, g
    77use callkeys_mod, only: co2cond
    88implicit none
     
    8181  !-------------------------------
    8282  ! assign input variables
    83   m_n     = dble(mugaz/1000.)
    84   cp_n    = cpp
     83  m_n     = dble(mugaz_ref/1000.)
     84  cp_n    = cppd_ref
    8585  ! modify/generalise later??
    8686
Note: See TracChangeset for help on using the changeset viewer.