A Matlab toolbox for paleoclimate data assimilation workflow.
Please cite:
King, J. M., Tierney, J., Osman, M., Judd, E. J., & Anchukaitis, K. J. (2023). DASH: A MATLAB Toolbox for Paleoclimate Data Assimilation. Geoscientific Model Development, (in review).
when using the toolbox.
DASH is a Matlab toolbox designed to facilitate paleoclimate data assimilation. It includes modules to help:
- Catalogue and organize climate data,
- Design state vector ensembles,
- Implement proxy system models, and
- Run Kalman filter, particle filter, and optimal sensor algorithms.
There are 3 ways to install DASH:
- Navigate to the most recent stable release: Latest Release
- Under the release assets, download the file:
DASH-<version>.mltbx
- Open the downloaded file. This should automatically install the DASH toolbox in your MATLAB environment. (If you previously installed a DASH toolbox using a .mltbx file, this will update your toolbox to the latest version)
- Click on the
Home
tab in the MATLAB editor, - Click on the
Add-Ons
orGet Add-Ons
button, - Search for
DASH
and click on the entry for the toolbox (Its tagline is "A Matlab toolbox for paleoclimate data assimilation") - Click on the
Add
button in the top-right corner and follow the instructions.
- Navigate to the submission for the toolbox: DASH on FileExchange
- Click the
Download
button in the top right corner and select theToolbox
option. This should download a file with the nameDASH-<version>.mltbx
. - Open the downloaded file (its name should follow the pattern
DASH-<version>.mltbx
). This should automatically install the DASH toolbox in you MATLAB environment.
To get started with the DASH toolbox, enter:
>> dash.doc
in the MATLAB console. This will open the DASH documentation, which includes resources for starting with DASH. In particular, we recommend checking out the DASH tutorial. The tutorial begins with an overview of the DASH toolbox, and then provides step-by-step instructions and examples for using the components of DASH. We recommend budgeting several hours to complete the tutorial.
If you have not yet installed the toolbox, you can find the DASH documentation online here: DASH Documentation
And the tutorial is available here: DASH Tutorial
Find a bug, or have an idea for a cool new feature? We welcome feedback! For bug reports, suggestions, or anything else - send us an email at DASH.toolbox@gmail.com
Interested in contributing? Either send us an email, or submit a pull request to the DASH repository to get started.
The following is an overview of the branches of the DASH repository.
This branch holds the most up-to-date source code for the DASH toolbox. This branch is intended for developers rather than users. It may contain active development and may not be stable. If you are looking to use the DASH toolbox, we recommend downloading and opening the DASH-<version>.mltbx
file from the most recent stable release.
This branch holds the source code used to implement the online DASH documentation website.