Ignore:
Timestamp:
Nov 23, 2022, 4:41:34 PM (2 years ago)
Author:
emillour
Message:

Generic PCM:
Add the possibility to include Venus-like aerosols (triggered by option
aerovenus=.true. in callphys.def); baseline is to use 5 distinct scatterers
but each may be turned on/off (via aerovenus1, aerovenus2, aerovenus2p,
aerovenus3, aerovenusUV flags which may be specified in callphys.def).
GG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/gases_h.F90

    r1315 r2831  
    3131      integer :: igas_C2H2
    3232      integer :: igas_C2H6
     33!! GG MODIF Jan 2019
     34      integer :: igas_OCS
     35      integer :: igas_HCl
     36      integer :: igas_HF           
    3337!!$OMP THREADPRIVATE(ngasmx,vgas,gnom,gfrac,&
    3438!       !$OMP igas_H2,igas_He,igas_H2O,igas_CO2,igas_CO,igas_N2,&
    3539!       !$OMP igas_O2,igas_SO2,igas_H2S,igas_CH4,igas_NH3,igas_C2H2,igas_C2H6)
    36 
     40! The saved variables here are not OMP THREADPRIVATE because loaded by
     41! the OMP master only (see su_gases.F90) and thus shared by all threads
    3742      end module gases_h
Note: See TracChangeset for help on using the changeset viewer.