Last change
on this file since 82 was
38,
checked in by emillour, 15 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
|
Rev | Line | |
---|
[38] | 1 | c********************************************************************** |
---|
| 2 | |
---|
| 3 | c conc.h |
---|
| 4 | |
---|
| 5 | c********************************************************************** |
---|
| 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.