Changeset 1315 for trunk/LMDZ.GENERIC/libf/phystd/gases_h.F90
- Timestamp:
- Jul 11, 2014, 4:15:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/gases_h.F90
r869 r1315 14 14 integer :: ngasmx 15 15 integer :: vgas 16 character*20,allocatable,DIMENSION(:) :: gnom ! name of the gas 16 character*20,allocatable,DIMENSION(:) :: gnom ! name of the gas, read by master 17 17 real,allocatable,DIMENSION(:) :: gfrac 18 18 … … 31 31 integer :: igas_C2H2 32 32 integer :: igas_C2H6 33 !!$OMP THREADPRIVATE(ngasmx,vgas,gnom,gfrac,& 34 ! !$OMP igas_H2,igas_He,igas_H2O,igas_CO2,igas_CO,igas_N2,& 35 ! !$OMP igas_O2,igas_SO2,igas_H2S,igas_CH4,igas_NH3,igas_C2H2,igas_C2H6) 33 36 34 37 end module gases_h
Note: See TracChangeset
for help on using the changeset viewer.