作物生长模型WOFOST测试

这里介绍农业种植专业的作物数学模型WOFOST 内容在网站上可找到。因为该模型是通用模型,原作者推出了python 版本。
为了核实其真实性本人进行了测试,测试原代码放在github上。更多智慧灌溉专业内容敬请访问:www.irripro.net

PCSE/LINTUL 灌溉、施肥条件下作物叶面指数对比
本Jupyter Notebook 程序将展示如何运行 PCSE/LINTUL 实现灌溉施肥及自然条件下作物生长时的叶面指数对比。

For details of the original procedure, see: https://github.com/ajwdewit/pcse_notebooks, Allard de Wit, April 2018

例如,我们将假设数据文件位于该 Notebook 程序所在目录的 data 数据目录中。如果您从github下载笔记本,情况就会是这样。

 运行此 Notebook 程序的环境条件* *

运行PCSE/WOFOST需要安装几个软件包:

PCSE and its dependencies. See the [PCSE user guide] for more information;

The pandas module for processing and storing WOFOST output;

The matplotlib module for plotting results

1.` PCSE '及其依赖关系。有关更多信息,请参见 [PCSE user guide]《PCSE用户指南》;

2.pandas 进程和储存 WOFOST 的输出;

3.matplotlib用于生成图表。

最后,你需要一个有效的互联网连接。

*You will see that after using LINTUL3 model, the difference between irrigation and fertilization that tried to be displayed by Panda did not appear! ! !

*你将会看到采用LINTUL3模型后,试图用 Panda 显示的灌溉、施肥的不同并没有出现!!!

更多内容在github:
https://github.com/irripro/Test_PCSE_Jupyter_Notbooks

你可能感兴趣的:(作物数学模型,python,人工智能,算法)