source: LMDZ5/trunk/DefLists/guide.def @ 1907

Last change on this file since 1907 was 1907, checked in by lguez, 10 years ago

Added a copyright property to every file of the distribution, except
for the fcm files (which have their own copyright). Use svn propget on
a file to see the copyright. For instance:

$ svn propget copyright libf/phylmd/physiq.F90
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory

Also added the files defining the CeCILL version 2 license, in French
and English, at the top of the LMDZ tree.

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:executable set to *
File size: 852 bytes
Line 
1ok_guide=y
2# guidage sur niveaux modèle (y) ou standard
3guide_modele=y
4# inversion de l'ordre des niveaux verticaux
5ok_invertp=y
6ncep=y
7 ######################################
8 #### guidage de u #####
9 guide_u=y
10 ######################################
11 #### guidage de v #####
12 guide_v=y
13 ######################################
14 #### guidage de T #####
15 guide_T=y
16 ######################################
17 #### guidage de P #####
18 guide_P=n
19 ######################################
20 #### guidage de Q (hr=y:hum.rel,n:hum.spec) #####
21 guide_Q=n
22 guide_hr=n
23 ######################################
24 ## guidage dans la couche limite
25 guide_BL=n
26 ######################################
27ini_anal=n
28tau_min_u=0.04166667
29tau_max_u=0.125
30tau_min_v=0.04166667
31tau_max_v=0.125
32tau_min_T=0.04166667
33tau_max_T=10.
34tau_min_Q=0.2
35tau_max_Q=10.
36# gamma limité
37gamma4=n
Note: See TracBrowser for help on using the repository browser.