Last change
on this file was
4028,
checked in by millour, 7 years ago
|
Rearrange ICOSAGCM/Physics interface so that multiple different LMDZ physics packages may be used.
So far only interfaces with 'lmd' and 'dev' physics are handled.
Added a 'DEV_PHYSICS' directory with sample def and xml files to test correct integration with 'dev' physics.
EM
|
File size:
1.1 KB
|
Line | |
---|
1 | # $Id: run.def 1403 2010-07-01 09:02:53Z fairhead $ |
---|
2 | # |
---|
3 | ## Fichier de configuration general |
---|
4 | ## |
---|
5 | #INCLUDEDEF=physiq.def |
---|
6 | #INCLUDEDEF=orchidee.def |
---|
7 | #INCLUDEDEF=output.def |
---|
8 | #INCLUDEDEF=config.def |
---|
9 | #INCLUDEDEF=run_icosa.def |
---|
10 | INCLUDEDEF=gcm.def |
---|
11 | INCLUDEDEF=earth_const.def |
---|
12 | INCLUDEDEF=start.def |
---|
13 | |
---|
14 | ## Type de calendrier utilise |
---|
15 | ## valeur possible: earth_360d (defaut), earth_365d, earth_366d |
---|
16 | calend=earth_360d |
---|
17 | ## Jour de l'etat initial ( = 350 si 20 Decembre ,par expl. ,comme ici ) |
---|
18 | dayref=1 |
---|
19 | ## Annee de l'etat initial ( avec 4 chiffres ) |
---|
20 | anneeref=1980 |
---|
21 | |
---|
22 | # Deactivate annual cycle |
---|
23 | solarlong0 = 1000. |
---|
24 | |
---|
25 | ## Remise a zero de la date initiale |
---|
26 | raz_date=0 |
---|
27 | ## niveau d'impression de controle |
---|
28 | prt_level=0 |
---|
29 | |
---|
30 | ip_ebil_phy=0 |
---|
31 | ip_ebil_dyn=1 |
---|
32 | |
---|
33 | # Nombre de jours d'integration |
---|
34 | nday=2 |
---|
35 | ## periode de sortie des variables de controle (en pas) |
---|
36 | iconser=20 |
---|
37 | ## periode d'ecriture du fichier histoire (en jour) |
---|
38 | iecri=1 |
---|
39 | ## flag de sortie dynzon |
---|
40 | ok_dynzon=n |
---|
41 | ## periode de stockage fichier dynzon (en jour) |
---|
42 | periodav= 30. |
---|
43 | ## activation du calcul d equilibrage de charge |
---|
44 | adjust=n |
---|
45 | ## activation du filtre fft |
---|
46 | use_filtre_fft=n |
---|
Note: See
TracBrowser
for help on using the repository browser.