source: LMDZ6/branches/ICOLMDZISO/DefLists/run.def_iso @ 5843

Last change on this file since 5843 was 5599, checked in by yann meurdesoif, 8 months ago

Update defFiles for ICOLMDZISO config

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