Add initial project files for Soil Water Balance Model including Docker setup, deployment scripts, API implementation, and data files

This commit is contained in:
张鑫
2025-12-16 11:42:36 +08:00
parent ad6c32a81f
commit 09e38e7350
18 changed files with 4497 additions and 0 deletions

18
data/plant_para.json Normal file
View 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
}