文件名称:hwm93:Python和Matlab中的NASA水平风模型HWM93
文件大小:91KB
文件格式:ZIP
更新时间:2024-02-24 17:42:45
python fortran matlab geoscience mesosphere
Python中的HWM93 Python≥3.6的NASA水平风模型HWM93 适用于许多Fortran编译器,包括: Gfortran≥5 英特尔ifort PGI pgf90 Nvidia flang 安装 需要诸如gfortran类的Fortran编译器。 我们使用f2py ( numpy一部分)无缝使用Python中的Fortran库。 如果您没有Fortran编译器,请按以下步骤安装Gfortran: Linux: apt install gfortran Mac: brew install gcc pip install -e。 通过测试 pytest -sv 视
【文件预览】:
hwm93-master
----.flake8(98B)
----CMakeLists.txt(445B)
----.gitignore(335B)
----setup.cfg(1KB)
----README.md(2KB)
----RunHWM93.py(2KB)
----.github()
--------workflows()
--------FUNDING.yml(37B)
----hwm93.m(941B)
----meson.build(498B)
----tests()
--------test_all.py(540B)
--------test_compilers.sh(1KB)
--------example.png(62KB)
--------test_script.py(316B)
--------test.log(4KB)
----mypy.ini(203B)
----.gitattributes(397B)
----pytest.ini(26B)
----.coveragerc(378B)
----src()
--------hwm93_sub.f(126KB)
--------hwm93_driver.f(3KB)
----CODE_OF_CONDUCT.md(3KB)
----hwm93()
--------plots.py(465B)
--------__init__.py(942B)
----LICENSE.txt(1KB)
----pyproject.toml(91B)
----setup.py(242B)
----archive()
--------.travis.yml(193B)
--------.appveyor.yml(354B)