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