Changeset 3799 for trunk/LMDZ.MARS


Ignore:
Timestamp:
Jun 5, 2025, 6:10:58 PM (13 days ago)
Author:
yluo
Message:

Mars PCM:
Include H2O2 in the mean molecular weight and specific heat capacity calculations.
YCL

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3798 r3799  
    48524852== 05/06/2025 == JBC
    48534853Handle correctly more variables with different types/shapes/dimensions.
     4854
     4855== 05/06/2025 == YCL
     4856Include H2O2 in the mean molecular weight and specific heat capacity calculations.
  • trunk/LMDZ.MARS/libf/phymars/conc_mod.F90

    r3726 r3799  
    6767 use tracer_mod, only: igcm_co2, igcm_co, igcm_o, igcm_o1d,             &
    6868&                      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,  &
    7070&                      igcm_h2o_vap, igcm_n, igcm_no, igcm_no2, &
    7171&                      igcm_n2d, igcm_co2plus, igcm_oplus,              &
     
    185185          cpi(nbq) = 1.065e3  !?
    186186       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
    187193       if (igcm_n2 /= 0) then
    188194          nbq = nbq + 1
Note: See TracChangeset for help on using the changeset viewer.