source: configs/dcmip2016/RUNS/SUPERCELL/1_degree/run.def @ 463

Last change on this file since 463 was 463, checked in by ymipsl, 8 years ago

DCMIP2016 : supercell runs

YM

File size: 1.6 KB
Line 
1INCLUDEDEF = const.def
2scale_factor=120
3time_scale=dcmip
4#---------------- Mesh ----------------
5
6# Number of subdivisions on a main triangle : integer (default=40)
7nbp = 80
8
9# Number of vertical layers : integer (default=19)
10llm = 40
11
12# Vertical grid : [std|ncar|ncarl30] (default=std)
13disvert = ncar
14ncar_dz=500
15
16
17# Mesh optimisation : number of iterations : integer (default=0)
18optim_it = 2000
19
20# Sub splitting of main rhombus : integer (default=1)
21nsplit_i = 4
22nsplit_j = 4
23
24
25#---------------- Numerics ----------------
26
27# Time step in s : real (default=480)
28dt = 240
29
30# Dissipation time for grad(div) : real (default=5000)
31tau_graddiv = 2000
32
33# Exponent of grad(div) disspation : integer (default=1)
34nitergdiv = 2
35
36# Dissipation time for curl(curl) : real (default=5000)
37tau_gradrot = 2000
38
39# Exponent of curl(curl) disspation : integer (default=1)
40nitergrot = 2
41
42# Dissipation time for div(grad) : real (default=5000)
43tau_divgrad = 2000
44
45# Exponent of div(grad) disspation : integer (default=1)
46niterdivgrad = 2
47
48
49#---------------- Time ----------------
50
51# Run length in s : real (default=??)
52#            30 days
53
54run_length = 864000
55
56# Interval in s between two outputs : integer (default=??)
57write_period = 36000
58
59
60#---------------- Physical parameters ----------------
61
62# Number of tracers : integer (default=1)
63nqtot = 5
64
65# Initial state :
66#   [jablonowsky06|academic|dcmip[1-4]|heldsz|dcmip2_schaer_noshear] (default=jablonowsky06)
67etat0 = dcmip2016_supercell
68
69
70itau_physics=3
71physics=dcmip2016
72#physics_dcmip2016=supercell
73physics_dcmip2016=supercell
74physics_dcmip2016_PBL=no
75#caldyn_thermo=theta_fake_moist
76thermo=theta_fake_moist
Note: See TracBrowser for help on using the repository browser.