Add initial project files for Soil Water Balance Model including Docker setup, deployment scripts, API implementation, and data files
This commit is contained in:
18
data/plant_para.json
Normal file
18
data/plant_para.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"GDD_emergence": 120,
|
||||
"1.1": 0.0,
|
||||
"1.5": 16.9,
|
||||
"2.2": 27.85,
|
||||
"2.4": 42.31,
|
||||
"3.0": 66.46,
|
||||
"pp": 0.05,
|
||||
"pl": 0.05,
|
||||
"kp": 0.5,
|
||||
"kl": 0.75,
|
||||
"RFAC1": 1050,
|
||||
"RTGR": 0.05,
|
||||
"Kcbini": 0,
|
||||
"Kcbmid": 1.15,
|
||||
"Kcbend": 0.35,
|
||||
"h": 0.6
|
||||
}
|
||||
Reference in New Issue
Block a user