Changeset 4204
- Timestamp:
- Apr 29, 2026, 9:05:26 AM (8 days ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
-
changelog.txt (modified) (1 diff)
-
libf/aeronogeneric/concentrations.F (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/changelog.txt
r4202 r4204 2291 2291 dyn1d subdirectory and renamed it parameters_kcm1d.F90 2292 2292 2293 == 29/04/2026 == EM 2294 Import correction (from Mars PCM, r4183) on computation of Cp for a mixture. 2295 Note that there is still some work to do about Cp which is defined twice 2296 (in pcm_thermodynamics_mod and conc_mod)... -
trunk/LMDZ.GENERIC/libf/aeronogeneric/concentrations.F
r2542 r4204 87 87 do iq = 1,nq 88 88 ni(iq) = ntot*zq(ig,l,iq)*mmean(ig,l)/mmol(iq) 89 cpnew(ig,l) = cpnew(ig,l) + ni(iq)*cpi(iq)89 cpnew(ig,l) = cpnew(ig,l) + zq(ig,l,iq)*cpi(iq) 90 90 akknew(ig,l) = akknew(ig,l) + ni(iq)*aki(iq) 91 91 end do 92 cpnew(ig,l) = cpnew(ig,l)/ntot93 92 akknew(ig,l) = akknew(ig,l)/ntot 94 93 end do
Note: See TracChangeset
for help on using the changeset viewer.
