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

Last change on this file since 4479 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
Line 
1# $Id$
2#
3INCLUDEDEF=physiq.def
4INCLUDEDEF=config.def
5INCLUDEDEF=gcm.def
6INCLUDEDEF=orchidee.def
7INCLUDEDEF=output.def
8## Type de calendrier utilise
9## valeur possible: earth_360d (defaut), earth_365d, earth_366d
10calend=_calend_
11## Jour de l etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
12dayref=_dayref_
13##  Annee de l etat  initial (   avec  4  chiffres   )
14anneeref=_anneeref_
15## Nombre de jours d integration
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
21## periode d ecriture du fichier histoire (en jour)
22iecri=1
23## flag de sortie dynzon
24ok_dynzon=n
25## periode de stockage fichier dynzon (en jour)
26periodav=_periodav_
27## activation du calcul d equilibrage de charge
28adjust=_adjust_
29## activation du filtre fft
30use_filtre_fft=y
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.