source: trunk/LMDZ.MARS/libf/aeronomars/conc.h @ 461

Last change on this file since 461 was 38, checked in by emillour, 14 years ago

Ajout du modè Martien (mon LMDZ.MARS.BETA, du 28/01/2011) dans le rértoire mars, pour pouvoir suivre plus facilement les modifs.
EM

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.