Skip to content

CUG-hydro/IVT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCL: 水汽通量与水汽通量散度

Dongdong Kong, CUG

DATA

Windows下搭建ncl运行环境

ncl只能在linux like系统下运行,环境配置相对麻烦

  1. 启动wsl功能

    控制面板 -> 程序和功能 -> 启用或关闭windows功能 -> 适用于Linux系统的Windows子系统。

    具体步骤详见知乎:https://zhuanlan.zhihu.com/p/209032586

  2. 微软应用商店,安装ubuntu-20.04(稳定为第一需求,不要尝新猎奇)

  3. 安装conda

  4. 安装ncl

conda create -n ncl_stable -c conda-forge ncl

How to run

ncl scripts/ex01_China_IVT.ncl

Reference

  1. https://www.ncl.ucar.edu/Applications/wind.shtml

  2. https://www.ncl.ucar.edu/Applications/Scripts/mfc_div_1.ncl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages