-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrad.properties
96 lines (44 loc) · 1.17 KB
/
rad.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#Runnig single xml file recursively
run.par.file.path = resources/ncep2.xml
#Name prefix of worker dir (may be suffixed by time add.time.flag)
worker.dir.name = :split_name
#Name prefix of temporary dir
tmp.dir.name = ./tmp
stay.chart.flag = true
add.time.flag = false
#add.time.flag = false
error.stop.flag = true
use.cash.flag = true
run.gui.flag = false
parent.model.path = models
browser.run.flag = false
data.file.path =
model.seebor.name = SEEBOR
debug.mode.flag = false
model.cira86.name = CIRA86
stay.chart.flag = false
model.afgl.name = AFGL
data.dir.path =
split.dir.path = tmp/split
run.par.dir.path = tmp/split
ncep.path = ./NCEP
#i:/ncep
ncep.year = 2003
ncep.year.end = 2002
ncep.year.step = 0
ncep.month = 08
ncep.month.end = 09
ncep.month.step = 0
ncep.day = 22
ncep.day.end = 22
ncep.day.step = 0
ncep.hour = 16
ncep.hour.end = 22
ncep.hour.step = 4
target.lat.begin = 10.
target.lat.end = 20.
target.lat.step = 10.
target.lon.begin = 0.
target.lon.end = 0.
target.lon.step = 0.
ncep.wrap.points = 9