using Pkg
Pkg.add(url="https://github.com/CUG-hydro/SPACKun.jl")
- 测试三种土壤水运动方案
- SITH
- BEPS
- Bonan2019
现在的版本是分开计算的。
ET_SM
:SM_discharge!
,简化版Richards
方程,非饱和流方程ET_GW
: 直接从Δw
中扣除Δw = exceed + vw2 - sum(Ec_gw) - GW_Rsb(zwt)
-
修复
swb_case4
逻辑漏洞if wa3 > θ_sat ff3 = max((wa3 - θ_sat) * d3, 0) wa3 = θ_sat # fix by kongdd, 2024-11-23 wa3_unsat = θ_sat end