Ignore:
Timestamp:
Mar 5, 2025, 2:13:17 PM (4 months ago)
Author:
afalco
Message:

Pluto: add C2H4 as gas.
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/gases_h.F90

    r3184 r3669  
    55!======================================================================C
    66!
    7 !     gases_h   
     7!     gases_h
    88!
    99!     A F90-allocatable version for gases.h -- AS 12/2011
     
    3030      integer :: igas_NH3
    3131      integer :: igas_C2H2
     32      integer :: igas_C2H4
    3233      integer :: igas_C2H6
    3334!! GG MODIF Jan 2019
    3435      integer :: igas_OCS
    3536      integer :: igas_HCl
    36       integer :: igas_HF           
     37      integer :: igas_HF
    3738!!$OMP THREADPRIVATE(ngasmx,vgas,gnom,gfrac,&
    3839!       !$OMP igas_H2,igas_He,igas_H2O,igas_N2,igas_CO,igas_N2,&
    39 !       !$OMP igas_O2,igas_SO2,igas_H2S,igas_CH4,igas_NH3,igas_C2H2,igas_C2H6)
     40!       !$OMP igas_O2,igas_SO2,igas_H2S,igas_CH4,igas_NH3,igas_C2H2,igas_C2H4,igas_C2H6)
    4041! The saved variables here are not OMP THREADPRIVATE because loaded by
    4142! the OMP master only (see su_gases.F90) and thus shared by all threads
Note: See TracChangeset for help on using the changeset viewer.