source: codes/icosagcm/trunk/run.def @ 12

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

dynamico tree creation

YM

File size: 466 bytes
Line 
1
2# timestep : real (default=90s)
3dt = 90.
4
5# scheme type : integer ( 1 : Euler, 2 : leapfrog, 3 : leapfrog/matsuno, 4 : adam_bashforth, default = 3)
6scheme = 4
7
8# matsuno period : integer ( default=5)
9matsuno_period = 5
10
11# number of timestep (default 100)
12itaumax = 9600
13
14# dissipation time graddiv : real (default=5000)
15tetagdiv = 1e10
16
17# dissipation time nxgradrot (default=5000)
18tetagrot = 1e10
19
20# output field period : integer (default none)
21write_period=10000
22
Note: See TracBrowser for help on using the repository browser.