Ignore:
Timestamp:
Jan 26, 2018, 3:02:55 PM (7 years ago)
Author:
jvatant
Message:

Fixing an incoherence - the upper chemistry fields
are in molar mixing ratio not mass mixing ratio
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/comchem_h.F90

    r1894 r1899  
    44! Purpose : Stores data relative to chemistry in the GCM and upper chemistry
    55! -------
     6!           Please note that upper fields ykim_up are in molar fraction !
     7!
    68!          NB : For newstart there is a specific comchem_newstart_h module.
    79!
     
    5254!$OMP_THREADPRIVATE(zlay_kim)
    5355
    54    REAL,SAVE,ALLOCATABLE,DIMENSION(:,:,:) :: ykim_up ! Upper chemistry fields (kg/kg)
     56   REAL,SAVE,ALLOCATABLE,DIMENSION(:,:,:) :: ykim_up ! Upper chemistry fields (mol/mol)
    5557!$OMP_THREADPRIVATE(ykim_up)
    5658
Note: See TracChangeset for help on using the changeset viewer.