source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/vert.def_L79 @ 4355

Last change on this file since 4355 was 4288, checked in by jgipsl, 5 years ago
  • Moved variables related to the vertical discretization from run_dynamico.def to vert.def. Added comments in vert.def so it will be clear which variables are read by LMDZ and which are read by DYNMAICO.
  • Variables create_etat0_limit, etat0 and iflag_phys are now managed through dynamico.card and dynamico.driver. Default values are the same as before.
  • Removed read_start only read by the LMDZ/dynmaics.
File size: 2.4 KB
Line 
1#
2# $Id: vert_L79.def 2446 2016-02-16 12:32:59Z fairhead $
3#
4#### Verticale discretisation
5## Modified verticale discretisation for stratospheric versions.
6## The new version can be controled by following parameters
7## Al the parameters are given in km assuming a given scalehigh
8##
9## This file is read by both LMDZ and DYNAMICO.
10## Parameters in section 1 are only read by LMDZ when running without DYNAMICO
11## Parameters in section 2 are only read by DYNAMCIO
12## Parameters in section 3 are shared between LMDZ/dynamics and DYNAMCIO
13
14## Section 1: Following paramereters are read only when running LMDZ without DYNAMCIO
15#####################################################################################
16vert_sampling=strato_custom
17#  Couche eponge dans les couches de pression plus faible que 100 fois la pression de la derniere couche
18iflag_top_bound=2
19#  Coefficient pour la couche eponge (valeur derniere couche)
20tau_top_bound=5.e-4
21#  mode_top_bound (defaults: 3)
22mode_top_bound=3
23
24## Section 2: Following paramereters are read only when running with DYNAMCIO
25#############################################################################
26# Number of vertical layer (llm) : integer (default=19)
27llm=79
28# disvert : vertical discretisation : string (default='std') : std, ncar, ncar30l
29disvert=strato_custom
30# sponge parmeters
31iflag_sponge=2
32tau_sponge=5.e-4
33mode_sponge=1
34
35## Section 3: Following paramereters are shared between LMDZ/dynamics and DYNAMICO
36##            They will be read either by LMDZ or DYNAMCIO
37##################################################################################
38## scale hight
39vert_scale=7.
40## width of first layer
41vert_dzmin=0.017
42## dz in the low atmosphere
43vert_dzlow=1.
44## height at which resolution recches dzlow
45vert_z0low=8.7
46## dz in the mid atmsophere
47vert_dzmid=2.
48## height at which resolution recches dzmid
49vert_z0mid=70.
50## width of the transition
51vert_h_mid=20.
52## dz in the high atmsophere
53vert_dzhig=11.
54## height at which resolution recches dz
55vert_z0hig=75.
56## width of the transition
57vert_h_hig=20.
58## vert_prof_dissip used to choose the vertical profile
59## of horizontal dissipation (values are 0 and 1)
60vert_prof_dissip = 1
61dissip_zref = 50
62##  Avec ou sans strato
63#   ok_strato est lu dans LMDZ/dynamique et phylmd (necessaire avec ou sans DYNAMICO)
64ok_strato=y
65##  Activation ou non de la parametrisation de Hines pour la strato
66# ok_hines est lu par LMDZ/phylmd (avec ou sans DYNAMICO)
67ok_hines=n
68
Note: See TracBrowser for help on using the repository browser.