Ignore:
Timestamp:
Feb 24, 2020, 6:55:50 PM (5 years ago)
Author:
jvatant
Message:

+ Add a 'versH2H2cia' int key in callphys that allows two values (2011 or 2018) to

deal with updated HITRAN file (for interpolateH2H2.F90) from 2018 that includes the
H2H2 dimer from Fletcher et al. 2018, useful for giant planets.
Retrocompatibility is ok, default value to 2011.

--JVO

File:
1 edited

Legend:

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

    r2131 r2245  
    4848      integer,save :: ichim
    4949!$OMP THREADPRIVATE(ichim)
     50      integer,save :: versH2H2cia
    5051      integer,save :: iddist
    5152      integer,save :: iradia
    5253      integer,save :: startype
    53 !$OMP THREADPRIVATE(iddist,iradia,startype)
     54!$OMP THREADPRIVATE(versH2H2cia,iddist,iradia,startype)
    5455     
    5556      real,save :: p_prod, tx_prod, rc_prod
Note: See TracChangeset for help on using the changeset viewer.