Changeset 3799 for trunk/LMDZ.MARS
- Timestamp:
- Jun 5, 2025, 6:10:58 PM (13 days ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3798 r3799 4852 4852 == 05/06/2025 == JBC 4853 4853 Handle correctly more variables with different types/shapes/dimensions. 4854 4855 == 05/06/2025 == YCL 4856 Include H2O2 in the mean molecular weight and specific heat capacity calculations. -
trunk/LMDZ.MARS/libf/phymars/conc_mod.F90
r3726 r3799 67 67 use tracer_mod, only: igcm_co2, igcm_co, igcm_o, igcm_o1d, & 68 68 & igcm_o2, igcm_o3, igcm_h, igcm_h2, & 69 & igcm_oh, igcm_ho2, igcm_ n2, igcm_ar,&69 & igcm_oh, igcm_ho2, igcm_h2o2, igcm_n2, igcm_ar, & 70 70 & igcm_h2o_vap, igcm_n, igcm_no, igcm_no2, & 71 71 & igcm_n2d, igcm_co2plus, igcm_oplus, & … … 185 185 cpi(nbq) = 1.065e3 !? 186 186 end if 187 if (igcm_h2o2 /= 0) then 188 nbq = nbq + 1 189 niq(nbq) = igcm_h2o2 190 aki(nbq) = 0.0 !? 191 cpi(nbq) = 1.255e3 192 end if 187 193 if (igcm_n2 /= 0) then 188 194 nbq = nbq + 1
Note: See TracChangeset
for help on using the changeset viewer.