xarray-simlab:Xarray扩展和用于计算机模型仿真的框架

时间:2021-05-15 01:45:27
【文件属性】:
文件名称:xarray-simlab:Xarray扩展和用于计算机模型仿真的框架
文件大小:182KB
文件格式:ZIP
更新时间:2021-05-15 01:45:27
python xarray simulation-framework modelling Python xarray-simlab:用于计算机模型仿真的xarray扩展 xarray-simlab是一个Python库,它提供了用于以模块化方式构建计算模型的通用框架,还提供了用于使用xarray的Dataset结构设置和运行仿真的扩展。 它是为快速,交互式和探索性建模而设计的。 xarray-simlab与PyData生态系统的其他库(例如和 )很好地集成在一起。 简而言之 下面显示的Conway的“人生游戏”示例改编自Jake VanderPlas的这篇。 通过编写紧凑的Python类来创建新的模型组件,即非常类似于 : import numpy as np import xsimlab as xs @ xs . process class GameOfLife : world = xs . variable ( dims = ( 'x' , 'y' ), in
【文件预览】:
xarray-simlab-master
----MANIFEST.in(248B)
----README.rst(5KB)
----.coveragerc(57B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(244B)
--------workflows()
--------disabled-workflows()
----licenses()
--------DASK_LICENSE(1KB)
--------XARRAY_LICENSE(10KB)
--------PANDAS_LICENSE(2KB)
----CONTRIBUTING.rst(661B)
----ci()
--------requirements()
----LICENSE(2KB)
----setup.cfg(641B)
----codecov.yml(206B)
----doc()
--------api.rst(4KB)
--------io_storage.rst(9KB)
--------testing.rst(1KB)
--------framework.rst(13KB)
--------conf.py(11KB)
--------installing.rst(2KB)
--------run_model.rst(12KB)
--------release_procedure.rst(2KB)
--------develop.rst(6KB)
--------_templates()
--------citation.rst(822B)
--------faq.rst(5KB)
--------run_parallel.rst(5KB)
--------create_model.rst(13KB)
--------examples.rst(619B)
--------Makefile(613B)
--------about.rst(7KB)
--------monitor.rst(7KB)
--------whats_new.rst(17KB)
--------scripts()
--------index.rst(2KB)
--------inspect_model.rst(5KB)
--------_static()
----setup.py(897B)
----.gitignore(602B)
----xsimlab()
--------hook.py(5KB)
--------formatting.py(7KB)
--------utils.py(6KB)
--------dot.py(9KB)
--------validators.py(3KB)
--------ipython.py(4KB)
--------tests()
--------xr_accessor.py(34KB)
--------variable.py(19KB)
--------__init__.py(656B)
--------drivers.py(14KB)
--------model.py(37KB)
--------_version.py(18KB)
--------stores.py(12KB)
--------monitoring.py(4KB)
--------process.py(23KB)
----readthedocs.yml(143B)
----versioneer.py(67KB)
----.gitattributes(33B)

网友评论