Changeset 1788 for trunk/LMDZ.TITAN/libf/phytitan/tracer_h.F90
- Timestamp:
- Sep 26, 2017, 12:43:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/tracer_h.F90
r1672 r1788 10 10 character*20, DIMENSION(:), ALLOCATABLE :: noms ! name of the tracer 11 11 real, DIMENSION(:), ALLOCATABLE :: mmol ! mole mass of tracer (g/mol-1) 12 real, DIMENSION(:), ALLOCATABLE :: radius ! dust and ice particle radius (m)13 12 real, DIMENSION(:), ALLOCATABLE :: rho_q ! tracer densities (kg.m-3) 14 real, DIMENSION(:), ALLOCATABLE :: qext ! Single Scat. Extinction coeff at 0.67 um15 real, DIMENSION(:), ALLOCATABLE :: alpha_lift ! saltation vertical flux/horiz flux ratio (m-1)16 real, DIMENSION(:), ALLOCATABLE :: alpha_devil ! lifting coeeficient by dust devil17 real, DIMENSION(:), ALLOCATABLE :: qextrhor ! Intermediate for computing opt. depth from q18 13 19 !$OMP THREADPRIVATE(noms,mmol,r adius,rho_q,qext,alpha_lift,alpha_devil,qextrhor)14 !$OMP THREADPRIVATE(noms,mmol,rho_q) 20 15 21 16 ! tracer indexes: these are initialized in initracer and should be 0 if the
Note: See TracChangeset
for help on using the changeset viewer.