source: LMDZ4/branches/LMDZ4V5.0-dev/run.def @ 3982

Last change on this file since 3982 was 1363, checked in by Ehouarn Millour, 14 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##
5INCLUDEDEF=physiq.def
6INCLUDEDEF=gcm.def
7INCLUDEDEF=orchidee.def
8INCLUDEDEF=output.def
9## Type de calendrier utilise
10## valeur possible: earth_360d (defaut), earth_365d, earth_366d
11calend=earth_360d
12## Jour de l'etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
13dayref=1
14##  Annee de l'etat  initial (   avec  4  chiffres   )
15anneeref=1980
16## Nombre de jours d'integration
17nday=5
18## Remise a zero de la date initiale
19raz_date=0
20## periode de sortie des variables de controle (en pas)
21iconser=240
22## sorties instantanees dans la dynamique (fichiers dyn_hist.nc and co.)
23ok_dyn_ins=n
24## periode d'ecriture des sorties instantanees dans la dynamique
25## (en pas dynamiques)
26iecri=960
27## sorties de valeurs moyennes dans la dynamique (fichiers dyn_hist_ave.nc and co.)
28ok_dyn_ave=n
29## periode de stockage des moyennes dans la dynamique et dans dynzon
30periodav=30
31## flag de sortie dynzon
32ok_dynzon=n
33## activation du calcul d equilibrage de charge
34adjust=n
35## activation du filtre fft
36use_filtre_fft=n
37## niveau d'impression de controle
38prt_level=1
39##
40## Informations sur la configuration utilisee
41##
42### type_ocean = force / slab  /couple
43type_ocean=force
44### version_ocean = nemo / opa8
45version_ocean=nemo
46### VEGET= y si ORCHIDEE, =n si bucket
47VEGET=n
Note: See TracBrowser for help on using the repository browser.