← 返回题库
高级

实现Penman-Monteith简化蒸散量估算

未完成

示例

输入
solve()
期望输出
ET estimation vs pre-computed:
  2025-06-01 ET0_calc=3.86 ET0_stored=3.86 ETc=4.25
  2025-06-02 ET0_calc=6.41 ET0_stored=6.41 ETc=7.05
  2025-06-03 ET0_calc=4.24 ET0_stored=4.24 ETc=4.66
  2025-06-04 ET0_calc=3.39 ET0_stored=3.39 ETc=3.73
  2025-06-05 ET0_calc=4.24 ET0_stored=4.24 ETc=4.66
Python 代码 🔒 登录后使用
🔒

登录后即可练习

注册免费账号,在浏览器中直接运行 Python 代码