source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run.def @ 4281

Last change on this file since 4281 was 4281, checked in by jgipsl, 5 years ago

Update config:

  • Before the component ATM was used for DYNAMCIO-LMDZphysics together. Now they have been seperated in 2 components: ICO for the icosahedral part which is here DYNAMCIO. ATM is kept for LMDZ phyiscs. Note that when running without DYNMACIO, the component ICO is not present and the component ATM represents both LMDZ dynamics and physics.
  • lmdz.driver and lmdz.card are copied from LMDZOR_v6.2. Small changes are done to work with or without DYNAMCIO.
  • .def files for LMDZ are copied from LMDZOR_v6.2
File size: 1.8 KB
Line 
1# $Id$
2#
3INCLUDEDEF=run_icosa.def
4INCLUDEDEF=earth_const.def
5INCLUDEDEF=physiq.def
6INCLUDEDEF=gcm.def
7INCLUDEDEF=vert.def
8INCLUDEDEF=orchidee.def
9INCLUDEDEF=config.def
10INCLUDEDEF=reprobus.def
11INCLUDEDEF=guide.def
12INCLUDEDEF=inca.def
13## Type de calendrier utilise
14## valeur possible: earth_360d (defaut), earth_365d, earth_366d
15calend= _AUTOBLOCKER_
16## Jour de l etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
17dayref= _AUTOBLOCKER_
18##  Annee de l etat  initial (   avec  4  chiffres   )
19anneeref= _AUTOBLOCKER_
20## Nombre de jours d integration
21nday= _AUTOBLOCKER_
22## Remise a zero de la date initiale
23raz_date= _AUTOBLOCKER_
24## periode de sortie des variables de controle (en pas)
25iconser=240
26## periode d ecriture du fichier histoire (en jour)
27iecri=1
28## flag de sortie dynzon
29ok_dynzon=n
30## activation du calcul d equilibrage de charge
31adjust= n
32## activation du filtre fft
33use_filtre_fft=y
34## niveau d impression de controle
35prt_level=0
36###
37### Informations sur la configuration utilisee
38###
39### type_ocean = force / slab  /couple
40### type_ocean is modified automatically by the lmdz.driver
41type_ocean=_AUTOBLOCKER_
42### version_ocean = nemo / opa8
43version_ocean=nemo
44### activation passage courants surface ocean-glace
45cpl_current=y
46### VEGET= y si ORCHIDEE, =n si bucket
47### VEGET is modified automatically by the lmdz.driver
48VEGET=_AUTOBLOCKER_
49### Choice of tracers type_trac=lmdz/inca/repr
50### type_trac is set automatically by the lmdz.driver
51type_trac=_AUTOBLOCKER_
52### config_inca=aero/chem needed only if type_trac=inca
53config_inca=_AUTOBLOCKER_
54### To activate XIOS ouputs only, set n to use IOIPSL
55ok_all_xml= y
56### Only read by ce0l : Do not set land points on Antartic
57no_ter_antartique=y
58### Do not call phytrac to speed things up
59iflag_phytrac=_AUTO_: DEFAULT = 0
60
Note: See TracBrowser for help on using the repository browser.