source: CONFIG/UNIFORM/v5/LMDZ_v5/GENERAL/PARAM/run.def @ 2288

Last change on this file since 2288 was 2101, checked in by jgipsl, 11 years ago

Removed INCLUDEDEF=orchidee.def, inca.def, reprobus.def and guide.def from run.def. Instead the lmdz.driver will add the appropriate line in run.def if the corresponding coupling is done.

This is done to avoid warnings from IOIPSL when a file is not exsiting.

File size: 1.6 KB
Line 
1# $Id$
2#
3# INCLUDEDEF=orchidee.def, inca.def, reprobus.def and guide.def are added
4# automatically by lmdz.driver if one of these components are activated.
5INCLUDEDEF=physiq.def
6INCLUDEDEF=gcm.def
7INCLUDEDEF=output.def
8INCLUDEDEF=config.def
9## Type de calendrier utilise
10## valeur possible: earth_360d (defaut), earth_365d, earth_366d
11calend= _AUTO_
12## Jour de l etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
13dayref= _AUTO_
14##  Annee de l etat  initial (   avec  4  chiffres   )
15anneeref= _AUTO_
16## Nombre de jours d integration
17nday= _AUTO_
18## Remise a zero de la date initiale
19raz_date= _AUTO_
20## periode de sortie des variables de controle (en pas)
21iconser=240
22## periode d ecriture du fichier histoire (en jour)
23iecri=1
24## flag de sortie dynzon
25ok_dynzon=n
26## periode de stockage fichier dynzon (en jour)
27periodav= _AUTO_
28## activation du calcul d equilibrage de charge
29adjust= _AUTO_
30## activation du filtre fft
31use_filtre_fft=y
32## niveau d impression de controle
33prt_level=0
34###
35### Informations sur la configuration utilisee
36###
37### type_ocean = force / slab  /couple
38### type_ocean is modified automatically by the lmdz.driver
39type_ocean=_AUTO_
40### version_ocean = nemo / opa8
41version_ocean=nemo
42### activation passage courants surface ocean-glace
43cpl_current=y
44### VEGET= y si ORCHIDEE, =n si bucket
45### VEGET is modified automatically by the lmdz.driver
46VEGET=_AUTO_
47### Choice of tracers type_trac=lmdz/inca/repr
48### type_trac is set automatically by the lmdz.driver
49type_trac=_AUTO_
50### config_inca=aero/chem needed only if type_trac=inca
51config_inca=_AUTO_
52### Only concerning the program ce0l : for creating file grilles_gcm.nc
53grilles_gcm_netcdf=_AUTO_
54
Note: See TracBrowser for help on using the repository browser.