Skip to content

YX577/CDT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

Climate Data Toolbox for Matlab

CDT Contents and Documentation

Click here to view the CDT documentation online.

Installing the toolbox:

There are a few different ways to install this toolbox. Pick your favorite among the following:

...from the Add-On Explorer in MATLAB:

In the Home menu of MATLAB, click Add-Ons, and search for Climate Data Toolbox. Click "Add from GitHub" and that's all you need to do. Installing this way is easy and will provide the most up-to-date version available.

...as a .mltbx toolbox:

First, download the ~100 MB .mltbx file here. After downloading the .mltbx file, installation should be as easy as double clicking on the zip file and clicking "install". Or you can navigate to it in the Matlab file explorer, right click on the .mltbx, and click "Install."

The installation process puts the files in a folder called something like:

~MATLAB/Add-Ons/Toolboxes/Climate Data Toolbox/

If that's not correct, find the CDT folder by typing this into the Matlab Command Window:

which cdt -all

If the which hunt still turns up nothing, that suggests the toolbox hasn't been properly installed.

...or as individual files and folders:

The files in this GitHub repository may be slightly more up to date than the prepackaged .mltbx toolbox. So if you want to be on the bleeding edge of innovation, get the cdt folder, put it somewhere Matlab can find it, and then right-click on it from within Matlab and select "Add to Path--Selected folder and subfolders."

After installation:

Type

cdt

into the command line to check out the documentation.

Citing CDT:

Please cite our paper!

Chad A. Greene, Kaustubh Thirumalai, Kelly A. Kearney, José Miguel Delgado, Wolfgang Schwanghart, Natalie S. Wolfenbarger, Kristen M. Thyng, David E. Gwyther, Alex S. Gardner, and Donald D. Blankenship. The Climate Data Toolbox for MATLAB. Geochemistry, Geophysics, Geosystems 2019. doi: 10.1029/2019GC008392

The Climate Data Toolbox is also mirrored on the MathWorks File Exchange site here.

Packages

No packages published

Languages

  • HTML 54.4%
  • MATLAB 45.6%