Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 718 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 718 Bytes

本程序库已经合并到nmc_met_base中去, 不再更新。

气象诊断分析程序库

提供气象诊断分析程序,包括动力, 热力, 水汽和天气特征分析等。

Dependencies

Other required packages:

Install

Using the fellowing command to install packages:

  pip install git+git://github.com/nmcdev/nmc_met_diagnostic.git --process-dependency-links

or download the package and install:

  git clone --recursive https://github.com/nmcdev/nmc_met_diagnostic.git
  cd nmc_met_diagnostic
  python setup.py install