source: trunk/WRF.COMMON/WRFV2/mars_lmd/libf/aeronomars/conc.h @ 3094

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

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

File size: 403 bytes
Line 
1c**********************************************************************
2
3c       conc.h
4       
5c**********************************************************************
6
7      integer ncomptot
8
9      parameter (ncomptot=ncomp+1)
10
11      common/conc/mmean,Akknew,cpnew,rnew
12 
13      real mmean(ngridmx,nlayermx)
14      real Akknew(ngridmx,nlayermx)
15      real cpnew(ngridmx,nlayermx)
16      real rnew(ngridmx,nlayermx)
17
18
Note: See TracBrowser for help on using the repository browser.