source: codes/icosagcm/trunk/param_sets/shallow_water/williamson91/run6.def @ 284

Last change on this file since 284 was 284, checked in by dubos, 10 years ago

Updated make_rundefs.sh and new DCMIP parameter files

File size: 1.7 KB
Line 
1
2#---------------- Mesh ----------------
3
4# Number of subdivisions on a main triangle : integer (default=40)
5nbp = 40
6
7# Number of vertical layers : integer (default=19)
8llm = 1
9
10# Mesh optimisation : number of iterations : integer (default=0)
11optim_it = 100
12
13# Sub splitting of main rhombus : integer (default=1)
14nsplit_i = 2
15nsplit_j = 2
16
17
18#---------------- Numerics ----------------
19
20# Time step in s : real (default=480)
21dt = 480
22
23# Discretization of Coriolis term : [energy|enstophy] (default=energy)
24caldyn_conserv = enstrophy
25
26
27#---------------- Time and output ----------------
28
29# Pressure level to which interpolate T : real (default=0)
30out_pression_level = 85000
31
32# Interval in s between two outputs : integer (default=??)
33write_period = 21600
34
35# Run length in s : real (default=??)
36run_length = 864000
37
38
39#---------------- Physical parameters ----------------
40
41# Planetary radius : real (default=6371220)
42radius = 6.37122e6
43
44# Gravity : real (default=9.80616)
45g = 9.80616
46
47# Vertical coordinate : [eta_mass|eta_lag] (default=mass)
48caldyn_eta = eta_lag
49
50# Boussinesq approximation, requires eta_lag : [.FALSE.|.TRUE.] (default=.FALSE.)
51boussinesq = .TRUE.
52
53# Initial state :
54#   [jablonowsky06|academic|dcmip[1-4]|heldsz|dcmip2_schaer_noshear] (default=jablonowsky06)
55etat0 = williamson91.6
56
57# Dissipation time for grad(div) : real (default=5000)
58tau_graddiv = 5000
59
60# Exponent of grad(div) disspation : integer (default=1)
61nitergdiv = 2
62
63# Dissipation time for curl(curl) : real (default=5000)
64tau_gradrot = 5000
65
66# Exponent of curl(curl) disspation : integer (default=1)
67nitergrot = 2
68
69# Dissipation time for div(grad) : real (default=5000)
70tau_divgrad = 5000
71
72# Exponent of div(grad) disspation : integer (default=1)
73niterdivgrad = 2
74
Note: See TracBrowser for help on using the repository browser.