Last change
on this file since 5308 was
1907,
checked in by lguez, 11 years ago
|
Added a copyright property to every file of the distribution, except
for the fcm files (which have their own copyright). Use svn propget on
a file to see the copyright. For instance:
$ svn propget copyright libf/phylmd/physiq.F90
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory
Also added the files defining the CeCILL version 2 license, in French
and English, at the top of the LMDZ tree.
|
-
Property copyright set to
Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory
-
Property svn:executable set to
*
|
File size:
931 bytes
|
Line | |
---|
1 | # $Id: run.def 1403 2010-07-01 09:02:53Z fairhead $ |
---|
2 | # |
---|
3 | ## Fichier de configuration general |
---|
4 | ## |
---|
5 | INCLUDEDEF=physiq.def |
---|
6 | INCLUDEDEF=gcm.def |
---|
7 | INCLUDEDEF=orchidee.def |
---|
8 | INCLUDEDEF=output.def |
---|
9 | INCLUDEDEF=config.def |
---|
10 | ## Type de calendrier utilise |
---|
11 | ## valeur possible: earth_360d (defaut), earth_365d, earth_366d |
---|
12 | calend=earth_360d |
---|
13 | ## Jour de l'etat initial ( = 350 si 20 Decembre ,par expl. ,comme ici ) |
---|
14 | dayref=1 |
---|
15 | ## Annee de l'etat initial ( avec 4 chiffres ) |
---|
16 | anneeref=1980 |
---|
17 | ## Nombre de jours d'integration |
---|
18 | nday=5 |
---|
19 | ## Remise a zero de la date initiale |
---|
20 | raz_date=0 |
---|
21 | ## periode de sortie des variables de controle (en pas) |
---|
22 | iconser=240 |
---|
23 | ## periode d'ecriture du fichier histoire (en jour) |
---|
24 | iecri=1 |
---|
25 | ## flag de sortie dynzon |
---|
26 | ok_dynzon=n |
---|
27 | ## periode de stockage fichier dynzon (en jour) |
---|
28 | periodav= 30. |
---|
29 | ## activation du calcul d equilibrage de charge |
---|
30 | adjust=n |
---|
31 | ## activation du filtre fft |
---|
32 | use_filtre_fft=n |
---|
33 | ## niveau d'impression de controle |
---|
34 | prt_level=1 |
---|
Note: See
TracBrowser
for help on using the repository browser.