Last change
on this file since 88 was
57,
checked in by aslmd, 15 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
|
Rev | Line | |
---|
[57] | 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.