Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 933 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 933 Bytes

NetCDFTools in Julia

Stable Dev CI Codecov

Dongdong Kong, CUG

Installation

using Pkg
Pkg.add(url = "https://github.com/jl-pkgs/NetCDFTools.jl")

Usage

  • 检索CMIP6数据,获取下载url

  • OpenDAP下载CMIP6数据

  • CMIP6 QMD偏差矫正

  • CMIP6 bilinear双线性插值

  • nc文件拼接、聚合(一些仿cdo的函数,nc_combine, nc_subset, nc_aggregate)

  • nc文件处理