source: CONFIG/IPSL_ESM/IPSLCM5CHEM_uni/GENERAL/PARAM/run.def @ 1670

Last change on this file since 1670 was 1670, checked in by jgipsl, 12 years ago
  • Added all .cards needed to run LMDZREPR
  • Added driver for reprobus. Added parameter file reprobus.def and new tracer file, tracer.def.repr
  • In config.def : ok_ade, ok_aie and read_climoz are now set to _AUTO_ which means that the lmdz.driver will add correct value. These values are n,n,0 if running with Reprobus, otherwise y,y,2 as before.
  • Modified AA_make to compile Reprobus (done by makelmdz_fcm).
File size: 1.4 KB
RevLine 
[396]1# $Id$
2#
3INCLUDEDEF=physiq.def
4INCLUDEDEF=gcm.def
5INCLUDEDEF=orchidee.def
[1540]6INCLUDEDEF=output.def
[1543]7INCLUDEDEF=config.def
[1670]8INCLUDEDEF=reprobus.def
[686]9## Type de calendrier utilise
10## valeur possible: earth_360d (defaut), earth_365d, earth_366d
[697]11calend=_calend_
[907]12## Jour de l etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
[396]13dayref=_dayref_
[907]14##  Annee de l etat  initial (   avec  4  chiffres   )
[396]15anneeref=_anneeref_
[907]16## Nombre de jours d integration
[396]17nday=_nday_
18## Remise a zero de la date initiale
19raz_date=_raz_date_
20## periode de sortie des variables de controle (en pas)
21iconser=240
[907]22## periode d ecriture du fichier histoire (en jour)
[396]23iecri=1
24## flag de sortie dynzon
25ok_dynzon=n
26## periode de stockage fichier dynzon (en jour)
[697]27periodav=_periodav_
[396]28## activation du calcul d equilibrage de charge
29adjust=_adjust_
[769]30## activation du filtre fft
[814]31use_filtre_fft=y
[907]32## niveau d impression de controle
33prt_level=0
34###
35### Informations sur la configuration utilisee
36###
37### type_ocean = force / slab  /couple
[1650]38### type_ocean is modified automatically by the lmdz.driver
39type_ocean=_AUTO_
[907]40### version_ocean = nemo / opa8
41version_ocean=nemo
42### activation passage courants surface ocean-glace
43cpl_current=y
44### VEGET= y si ORCHIDEE, =n si bucket
[1650]45### VEGET is modified automatically by the lmdz.driver
46VEGET=_AUTO_
47### Choice of tracers type_trac=lmdz/inca/repr
48### type_trac is set automatically by the lmdz.driver
49type_trac=_AUTO_
Note: See TracBrowser for help on using the repository browser.