Changeset 4146 for trunk/LMDZ.GENERIC/libf/phygeneric/dyn1d/kcmprof_fn.F90
- Timestamp:
- Mar 19, 2026, 2:35:46 PM (11 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phygeneric/dyn1d/kcmprof_fn.F90
r3893 r4146 4 4 use watercommon_h, only : mH2O 5 5 use gases_h 6 use comcstfi_mod, only: mugaz , cpp, g6 use comcstfi_mod, only: mugaz_ref, cppd_ref, g 7 7 use callkeys_mod, only: co2cond 8 8 implicit none … … 81 81 !------------------------------- 82 82 ! 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 85 85 ! modify/generalise later?? 86 86
Note: See TracChangeset
for help on using the changeset viewer.
