source: configs/dcmip2016/RUNS/CYCLONE/1over16_degree_RJ_PBL/run.def @ 456

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

DCMIP2016 : tropical cyclone runs

YM

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