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