source: trunk/MESOSCALE/LMDZ.MARS/libf_gcm/aeronomars/conc.h @ 1242

Last change on this file since 1242 was 57, checked in by aslmd, 14 years ago

mineur LMD_MM_MARS: ajout du GCM ancienne physique, systeme maintenant complet sur SVN (ne manque que la base de donnees d'etats initiaux)

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.