source: CONFIG/IPSL_ESM/IPSLCM5CHEM_uni/GENERAL/PARAM/run.def @ 1663

Last change on this file since 1663 was 1650, checked in by jgipsl, 12 years ago

IPSLCM5_v4 :
Now lmdz.driver tests which components are set in ListOfComponents? in config.card and lmdz.driver activates corresponding parameters in run.def file.
This configuration can no longer run with libIGCM_v1_12. libIGCM/trunk from rev 541 or later is needed.

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