Last change
on this file since 2930 was
1363,
checked in by Ehouarn Millour, 15 years ago
|
Added possibility to run in "Shallow Water" mode. SW mode is automatically set if the number of atmospheric layers is 1.
To use SW mode, the model should be compiled without physics (makelmdz_fcm -p nophys) and/or without calls to the physics (i.e. set iflag_phys=0 in gcm.def).
-Updated some definitions and comments in run.def & gcm.def
-Fixed misplaced #ifdef CPP_EARTH in calfis.F + some write(lunout,*)
-Specific initialisation of fields for SW are done in sw_case_williamson91_6 (called by iniacademic, when read_start=.false.)
- Checked (on Vargas & Brodie) that these changes don't alter usual bench GCM outputs.
EM
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | # $Id: run.def 1363 2010-04-16 09:50:10Z fairhead $ |
---|
2 | # |
---|
3 | ## Fichier de configuration general |
---|
4 | ## |
---|
5 | INCLUDEDEF=physiq.def |
---|
6 | INCLUDEDEF=gcm.def |
---|
7 | INCLUDEDEF=orchidee.def |
---|
8 | INCLUDEDEF=output.def |
---|
9 | ## Type de calendrier utilise |
---|
10 | ## valeur possible: earth_360d (defaut), earth_365d, earth_366d |
---|
11 | calend=earth_360d |
---|
12 | ## Jour de l'etat initial ( = 350 si 20 Decembre ,par expl. ,comme ici ) |
---|
13 | dayref=1 |
---|
14 | ## Annee de l'etat initial ( avec 4 chiffres ) |
---|
15 | anneeref=1980 |
---|
16 | ## Nombre de jours d'integration |
---|
17 | nday=5 |
---|
18 | ## Remise a zero de la date initiale |
---|
19 | raz_date=0 |
---|
20 | ## periode de sortie des variables de controle (en pas) |
---|
21 | iconser=240 |
---|
22 | ## sorties instantanees dans la dynamique (fichiers dyn_hist.nc and co.) |
---|
23 | ok_dyn_ins=n |
---|
24 | ## periode d'ecriture des sorties instantanees dans la dynamique |
---|
25 | ## (en pas dynamiques) |
---|
26 | iecri=960 |
---|
27 | ## sorties de valeurs moyennes dans la dynamique (fichiers dyn_hist_ave.nc and co.) |
---|
28 | ok_dyn_ave=n |
---|
29 | ## periode de stockage des moyennes dans la dynamique et dans dynzon |
---|
30 | periodav=30 |
---|
31 | ## flag de sortie dynzon |
---|
32 | ok_dynzon=n |
---|
33 | ## activation du calcul d equilibrage de charge |
---|
34 | adjust=n |
---|
35 | ## activation du filtre fft |
---|
36 | use_filtre_fft=n |
---|
37 | ## niveau d'impression de controle |
---|
38 | prt_level=1 |
---|
39 | ## |
---|
40 | ## Informations sur la configuration utilisee |
---|
41 | ## |
---|
42 | ### type_ocean = force / slab /couple |
---|
43 | type_ocean=force |
---|
44 | ### version_ocean = nemo / opa8 |
---|
45 | version_ocean=nemo |
---|
46 | ### VEGET= y si ORCHIDEE, =n si bucket |
---|
47 | VEGET=n |
---|
Note: See
TracBrowser
for help on using the repository browser.