-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
54 lines (54 loc) · 1.57 KB
/
config.json
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
{
"parameters": {
"rho": 1000,
"t_end": 86400,
"dtc": 12000,
"grid_depth": -1.6,
"grid_step": -0.1,
"mobile_particle_fraction": 0.1,
"total_particles": 1000000,
"classes": 800,
"soil": {
"ks":2.5e-6,
"ths": 0.4,
"thr": 0.04,
"alph": 1.9,
"n_vg": 1.25,
"stor": 0.38,
"l_vg": 0.5
},
"tmix": {
"ratio": 1.0,
"mean1": 120,
"mean2": 12000,
"SD1": 60,
"SD2": 1200
},
"preferential_flow": {
"amount" : 16,
"depth": -1.05,
"depth_step": -0.05,
"diameter_mm": 5,
"total_particles": 10000,
"mak_mid": -0.8,
"mak_sml": -0.5,
"rate_big": 0.13,
"rate_mid": 0.19,
"rate_sml": 0.68
}
},
"model_configuration": {
"can_load_from_global": true,
"setup": ["PreferentialFlow", "Infiltration"],
"pre_main": ["Infiltration"],
"post_main": [],
"output": []
},
"data": {
"precipitation": "./example/source/boundarycon/prec_int_specht.csv",
"precipitation_concentration": "./example/source/boundarycon/prec_conc_specht.csv",
"soil_moisture": [[0.274, 0.0, 0.15]],
"concentration": [[0, 0.0, 0.1], [0, 0.1, 1.5]],
"concentration_final": "./example/source/initial_states/conc_final_specht.csv"
}
}