source: LMDZ6/branches/Ocean_skin/DefLists/run.def @ 3798

Last change on this file since 3798 was 3798, checked in by lguez, 3 years ago

Sync latest trunk changes to Ocean_skin

  • 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: 1.5 KB
Line 
1# $Id$
2#
3INCLUDEDEF=physiq.def
4INCLUDEDEF=gcm.def
5INCLUDEDEF=vert.def
6INCLUDEDEF=config.def
7## Type de calendrier utilise
8## valeur possible: earth_360d (defaut), earth_365d, earth_366d
9calend= earth_365d
10## Jour de l etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
11dayref= 1
12##  Annee de l etat  initial (   avec  4  chiffres   )
13anneeref= 1979
14## Nombre de jours d integration
15nday= 28
16## Remise a zero de la date initiale
17raz_date= 0
18## periode de sortie des variables de controle (en pas)
19iconser=240
20## periode d ecriture du fichier histoire (en jour)
21iecri=1
22## flag de sortie dynzon
23ok_dynzon=n
24## activation du calcul d equilibrage de charge
25adjust= n
26## activation du filtre fft
27use_filtre_fft=y
28## niveau d impression de controle
29prt_level=0
30###
31### Informations sur la configuration utilisee
32###
33### type_ocean = force / slab  /couple
34### type_ocean is modified automatically by the lmdz.driver
35type_ocean= force
36### version_ocean = nemo / opa8
37version_ocean=nemo
38### activation passage courants surface ocean-glace
39cpl_current=y
40### VEGET= y si ORCHIDEE, =n si bucket
41### VEGET is modified automatically by the lmdz.driver
42VEGET= betaclim
43### Choice of tracers type_trac=lmdz/inca/repr
44### type_trac is set automatically by the lmdz.driver
45type_trac= lmdz
46### config_inca=aero/chem needed only if type_trac=inca
47config_inca= none
48### To activate XIOS ouputs only, set n to use IOIPSL
49ok_all_xml= y
50### Only read by ce0l : Do not set land points on Antartic
51no_ter_antartique=y
52### Do not call phytrac to speed things up
53iflag_phytrac=0
Note: See TracBrowser for help on using the repository browser.