source: LMDZ5/trunk/DefLists/run.def @ 1907

Last change on this file since 1907 was 1907, checked in by lguez, 10 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##
5INCLUDEDEF=physiq.def
6INCLUDEDEF=gcm.def
7INCLUDEDEF=orchidee.def
8INCLUDEDEF=output.def
9INCLUDEDEF=config.def
10## Type de calendrier utilise
11## valeur possible: earth_360d (defaut), earth_365d, earth_366d
12calend=earth_360d
13## Jour de l'etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
14dayref=1
15##  Annee de l'etat  initial (   avec  4  chiffres   )
16anneeref=1980
17## Nombre de jours d'integration
18nday=5
19## Remise a zero de la date initiale
20raz_date=0
21## periode de sortie des variables de controle (en pas)
22iconser=240
23## periode d'ecriture du fichier histoire (en jour)
24iecri=1
25## flag de sortie dynzon
26ok_dynzon=n
27## periode de stockage fichier dynzon (en jour)
28periodav= 30.
29## activation du calcul d equilibrage de charge
30adjust=n
31## activation du filtre fft
32use_filtre_fft=n
33## niveau d'impression de controle
34prt_level=1
Note: See TracBrowser for help on using the repository browser.