Add initial project files for Soil Water Balance Model including Docker setup, deployment scripts, API implementation, and data files
This commit is contained in:
84
data/SOILPROP.json
Normal file
84
data/SOILPROP.json
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"CN": 75,
|
||||
"NLAYR": 4,
|
||||
"DLAYR": [
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"DS": [
|
||||
10,
|
||||
20,
|
||||
30,
|
||||
40
|
||||
],
|
||||
"DUL": [
|
||||
0.52,
|
||||
0.53,
|
||||
0.55,
|
||||
0.56
|
||||
],
|
||||
"SAT": [
|
||||
0.63,
|
||||
0.59,
|
||||
0.58,
|
||||
0.57
|
||||
],
|
||||
"LL": [
|
||||
0.17,
|
||||
0.19,
|
||||
0.2,
|
||||
0.2
|
||||
],
|
||||
"BD": [
|
||||
1.31,
|
||||
1.27,
|
||||
1.27,
|
||||
1.3
|
||||
],
|
||||
"PH": [
|
||||
6.5,
|
||||
6.5,
|
||||
6.5,
|
||||
6.5
|
||||
],
|
||||
"SOILC": [
|
||||
0.41,
|
||||
0.35,
|
||||
0.27,
|
||||
0.24
|
||||
],
|
||||
"FOM": [
|
||||
6500,
|
||||
6500,
|
||||
6500,
|
||||
6500
|
||||
],
|
||||
"FON": [
|
||||
1.14,
|
||||
1.14,
|
||||
1.14,
|
||||
1.14
|
||||
],
|
||||
"TOTN": [
|
||||
13.2,
|
||||
10.5,
|
||||
7.6,
|
||||
6.9
|
||||
],
|
||||
"CLAY": [
|
||||
0.33,
|
||||
0.33,
|
||||
0.33,
|
||||
0.33
|
||||
],
|
||||
"SNO3_0": [
|
||||
9.8, 7.3, 5.3, 4.1
|
||||
],
|
||||
"SNH4_0": [
|
||||
2.2, 2.2, 1.5, 1.2
|
||||
],
|
||||
"SW0": [0.52, 0.53, 0.55, 0.56]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user