Last change
on this file since 2281 was
1319,
checked in by Laurent Fairhead, 15 years ago
|
- Modifications to the start and limit creation routines to account for different
calendars
- Modification to phyetat0 to force the mask read in the start files to match the
surface fractions read in the limit file
- Force readaerosol.F90 to read in aerosols file with 12 timesteps
- Modifications aux routines de créations des fichiers start et limit pour prendre
en compte différents calendriers
- Modification à phyetat0 pour forcer le masque lu dans le fichier start à être
compatible avec les fractions de surface lu dans le fichier limit
- Forcer readaerosol à ne lire que des fichiers à 12 pas de temps
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
841 bytes
|
Rev | Line | |
---|
[630] | 1 | ! |
---|
[1319] | 2 | ! $Id: comdissnew.h 1319 2010-02-23 21:29:54Z crisi $ |
---|
[630] | 3 | ! |
---|
[1319] | 4 | ! |
---|
| 5 | ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre |
---|
| 6 | ! veillez à n'utiliser que des ! pour les commentaires |
---|
| 7 | ! et à bien positionner les & des lignes de continuation |
---|
| 8 | ! (les placer en colonne 6 et en colonne 73) |
---|
| 9 | ! |
---|
| 10 | !----------------------------------------------------------------------- |
---|
| 11 | ! INCLUDE 'comdissnew.h' |
---|
[630] | 12 | |
---|
[1319] | 13 | COMMON/comdissnew/ lstardis,nitergdiv,nitergrot,niterh,tetagdiv, & |
---|
| 14 | & tetagrot,tetatemp,coefdis |
---|
[630] | 15 | |
---|
| 16 | LOGICAL lstardis |
---|
| 17 | INTEGER nitergdiv, nitergrot, niterh |
---|
| 18 | REAL tetagdiv, tetagrot, tetatemp, coefdis |
---|
| 19 | |
---|
[1319] | 20 | ! |
---|
| 21 | ! ... Les parametres de ce common comdissnew sont lues par defrun_new |
---|
| 22 | ! sur le fichier run.def .... |
---|
| 23 | ! |
---|
| 24 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.