source: trunk/WRF.COMMON/WRFV2/mars_lmd/libf/phymars/tracer.h @ 3428

Last change on this file since 3428 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

File size: 1.2 KB
Line 
1c-----------------------------------------------------------------------
2c INCLUDE 'tracer.h'
3
4      character*10  noms(nqmx)  ! name of the tracer
5      real mmol(nqmx)           ! mole mass of tracer (g/mol-1) 
6      real radius(nqmx)   ! dust and ice particle radius (m)
7      real qext(nqmx)     ! Single Scat. Extinction coeff at 0.67 um
8      real alpha_lift(nqmx) ! saltation vertical flux/horiz flux ratio (m-1)
9      real alpha_devil(nqmx) ! lifting coeeficient by dust devil
10
11      real varian      ! Characteristic variance of log-normal distribution
12      real r3n_q     ! used to compute r0 from number and mass mixing ratio
13      real qextrhor(nqmx) ! Intermediate for computing opt. depth from q
14      real rho_dust     ! Mars dust density (kg.m-3)
15      real rho_ice     ! Water ice density (kg.m-3)
16      real ref_r0        ! for computing reff=ref_r0*r0 (in log.n. distribution)
17
18      real dryness(ngridmx)!"Dryness coefficient" for grnd water ice sublimation
19     
20      COMMON/tracer/radius,qext,alpha_lift,alpha_devil,noms,mmol,
21     & varian,r3n_q,qextrhor,rho_dust,rho_ice,ref_r0,dryness
22c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.