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