Ignore:
Timestamp:
Jan 8, 2018, 11:40:54 PM (7 years ago)
Author:
jvatant
Message:

For more convenience values of upper chemistry
pressure grid "preskim" is stored in the startfi too.
--JVO

File:
1 edited

Legend:

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

    r1871 r1887  
    1313! NB : For the startfile we use nlaykim_up grid (upper atm) and for outputs we use nlaykim_tot grid (all layers)
    1414
    15    REAL,SAVE,ALLOCATABLE,DIMENSION(:,:) :: zlay_kim  ! Altitude (km) of all chemistry layers
     15   REAL,SAVE,ALLOCATABLE,DIMENSION(:) :: preskim  ! Pressure (Pa) of upper chemistry (mid)-layers
     16!$OMP_THREADPRIVATE(preskim)
     17
     18   REAL,SAVE,ALLOCATABLE,DIMENSION(:,:) :: zlay_kim  ! Altitude (km) of all chemistry (mid)-layers
    1619!$OMP_THREADPRIVATE(zlay_kim)
    1720
Note: See TracChangeset for help on using the changeset viewer.