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
|
Line | |
---|
1 | # $Id$ |
---|
2 | # |
---|
3 | INCLUDEDEF=physiq.def |
---|
4 | INCLUDEDEF=config.def |
---|
5 | INCLUDEDEF=gcm.def |
---|
6 | INCLUDEDEF=orchidee.def |
---|
7 | INCLUDEDEF=output.def |
---|
8 | ## Type de calendrier utilise |
---|
9 | ## valeur possible: earth_360d (defaut), earth_365d, earth_366d |
---|
10 | calend=_calend_ |
---|
11 | ## Jour de l etat initial ( = 350 si 20 Decembre ,par expl. ,comme ici ) |
---|
12 | dayref=_dayref_ |
---|
13 | ## Annee de l etat initial ( avec 4 chiffres ) |
---|
14 | anneeref=_anneeref_ |
---|
15 | ## Nombre de jours d integration |
---|
16 | nday=_nday_ |
---|
17 | ## Remise a zero de la date initiale |
---|
18 | raz_date=_raz_date_ |
---|
19 | ## periode de sortie des variables de controle (en pas) |
---|
20 | iconser=240 |
---|
21 | ## periode d ecriture du fichier histoire (en jour) |
---|
22 | iecri=1 |
---|
23 | ## flag de sortie dynzon |
---|
24 | ok_dynzon=n |
---|
25 | ## periode de stockage fichier dynzon (en jour) |
---|
26 | periodav=_periodav_ |
---|
27 | ## activation du calcul d equilibrage de charge |
---|
28 | adjust=_adjust_ |
---|
29 | ## activation du filtre fft |
---|
30 | use_filtre_fft=y |
---|
31 | ## niveau d impression de controle |
---|
32 | prt_level=0 |
---|
33 | ### |
---|
34 | ### Informations sur la configuration utilisee |
---|
35 | ### |
---|
36 | ### type_ocean = force / slab /couple |
---|
37 | type_ocean=couple |
---|
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=y |
---|
44 | |
---|
Note: See
TracBrowser
for help on using the repository browser.