Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

安装

本节介绍如何在 CMA 国家级气象超算子系统 1 (CMA-HPC2023-SC1) 上安装 cedarkit 工具栈。

cedarkit 工具栈

cedarkit 工具栈均在 GitHub 开源,并可以通过 pip 安装。

使用 pip 在线安装 cedarkit 工具栈及 cedar-graph:

pip install reki cedarkit-comp cedarkit-plots cedar-graph

如果想要获取最新代码,可以访问 GitHub 代码库克隆主分支:

附加工具库

从 METCODE 中下载 cemc-meda-data 包并安装。 项目地址(需要 CEMC 组权限): http://codingcorp.mc.met.cma/p/cedarkit/d/cemc-meda-data/git

cd cemc-meda-data
pip install .

## 预安装环境

CMA 国家级气象超算子系统 1 和 2 可以使用 **wangdp** 账户预安装 miniforge3 环境 (**py312-cedar**) 进行测试,使用方法如下:

激活 miniforge3 环境

```bash
. /g1/u/wangdp/start_miniforge3.sh

激活 py312-cedar 环境

conda activate py312-cedar