# nmc_met_diagnostic **Repository Path**: hldqxt/nmc_met_diagnostic ## Basic Information - **Project Name**: nmc_met_diagnostic - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-03-03 - **Last Updated**: 2021-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 气象诊断分析程序库 提供气象诊断分析程序,包括动力, 热力, 水汽和天气特征分析等。 ## Dependencies Other required packages: - Numpy - Scipy - nmc_met_base, 请预先安装, 见https://github.com/nmcdev/nmc_met_base. ## 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 ```