source: CONFIG/IPSLCM/IPSLCM5B/historical/PARAM/run.def @ 1220

Last change on this file since 1220 was 1220, checked in by lfairhead, 14 years ago

Modifications needed to take advantage of the split in physiq.def in LMDZ.
The old physiq.def is split in 2: a shorter physiq.def that only includes
parameters and constants needed by the parametrizations and a config.def that
includes information related to the configuration one wishes to run (e.g. orbital
parameters, gaz constants, aerosols, etc...). The output.def is also taken into account

Warning: work in progress. Probably still needs some testing. Tested on brodie for the moment

File size: 1.1 KB
RevLine 
[396]1# $Id$
2#
3INCLUDEDEF=physiq.def
[1220]4INCLUDEDEF=config.def
[396]5INCLUDEDEF=gcm.def
6INCLUDEDEF=orchidee.def
[1220]7INCLUDEDEF=output.def
[686]8## Type de calendrier utilise
9## valeur possible: earth_360d (defaut), earth_365d, earth_366d
[697]10calend=_calend_
[907]11## Jour de l etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
[396]12dayref=_dayref_
[907]13##  Annee de l etat  initial (   avec  4  chiffres   )
[396]14anneeref=_anneeref_
[907]15## Nombre de jours d integration
[396]16nday=_nday_
17## Remise a zero de la date initiale
18raz_date=_raz_date_
19## periode de sortie des variables de controle (en pas)
20iconser=240
[907]21## periode d ecriture du fichier histoire (en jour)
[396]22iecri=1
23## flag de sortie dynzon
24ok_dynzon=n
25## periode de stockage fichier dynzon (en jour)
[697]26periodav=_periodav_
[396]27## activation du calcul d equilibrage de charge
28adjust=_adjust_
[769]29## activation du filtre fft
[814]30use_filtre_fft=y
[907]31## niveau d impression de controle
32prt_level=0
33###
34### Informations sur la configuration utilisee
35###
36### type_ocean = force / slab  /couple
37type_ocean=couple
38### version_ocean = nemo / opa8
39version_ocean=nemo
40### activation passage courants surface ocean-glace
41cpl_current=y
42### VEGET= y si ORCHIDEE, =n si bucket
43VEGET=y
44
Note: See TracBrowser for help on using the repository browser.