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

View File

@@ -0,0 +1,8 @@
{
"sowdate": "10/5/2024",
"latitude": 32,
"elevation": 100,
"seed_weight": 50,
"Nfertilizer": {"kind": "SNH4", "amount": 200, "date": "03/15/2025"},
"irrigation": {"amount": 10, "date": "03/15/2025"}
}