Skip to content

jl-pkgs/NetCDFTools.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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文件处理