Ignore:
Timestamp:
Sep 26, 2017, 12:43:42 PM (7 years ago)
Author:
jvatant
Message:

Get rid of all the old-generic dummy aerosol scheme ( just left scatterers_h for compilation )
as the new microphysics for Titan will be plugged in
-> even removed sedimentation ( will be done in the microphysical model )
--JVO

File:
1 edited

Legend:

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

    r1672 r1788  
    1010       character*20, DIMENSION(:), ALLOCATABLE :: noms   ! name of the tracer
    1111       real, DIMENSION(:), ALLOCATABLE :: mmol     ! mole mass of tracer (g/mol-1)
    12        real, DIMENSION(:), ALLOCATABLE :: radius   ! dust and ice particle radius (m)
    1312       real, DIMENSION(:), ALLOCATABLE :: rho_q    ! tracer densities (kg.m-3)
    14        real, DIMENSION(:), ALLOCATABLE :: qext     ! Single Scat. Extinction coeff at 0.67 um
    15        real, DIMENSION(:), ALLOCATABLE :: alpha_lift  ! saltation vertical flux/horiz flux ratio (m-1)
    16        real, DIMENSION(:), ALLOCATABLE :: alpha_devil ! lifting coeeficient by dust devil
    17        real, DIMENSION(:), ALLOCATABLE :: qextrhor ! Intermediate for computing opt. depth from q
    1813
    19 !$OMP THREADPRIVATE(noms,mmol,radius,rho_q,qext,alpha_lift,alpha_devil,qextrhor)
     14!$OMP THREADPRIVATE(noms,mmol,rho_q)
    2015
    2116! tracer indexes: these are initialized in initracer and should be 0 if the
Note: See TracChangeset for help on using the changeset viewer.