DASH

A Matlab toolbox for paleoclimate data assimilation.
53 Downloads
Updated 23 Aug 2023

DASH

A Matlab toolbox for paleoclimate data assimilation workflow.

Citation

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.

Summary

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.

Install DASH

There are 3 ways to install DASH:

  1. Using Github,
  2. Via MATLAB's Add-On explorer, or
  3. Using MATLAB File Exchange

Github

  1. Navigate to the most recent stable release: Latest Release
  2. Under the release assets, download the file: DASH-<version>.mltbx
  3. 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)

MATLAB Add-On Explorer

  1. Click on the Home tab in the MATLAB editor,
  2. Click on the Add-Ons or Get Add-Ons button,
  3. Search for DASH and click on the entry for the toolbox (Its tagline is "A Matlab toolbox for paleoclimate data assimilation")
  4. Click on the Add button in the top-right corner and follow the instructions.

MATLAB File Exchange

  1. Navigate to the submission for the toolbox: DASH on FileExchange
  2. Click the Download button in the top right corner and select the Toolbox option. This should download a file with the name DASH-<version>.mltbx.
  3. Open the downloaded file (its name should follow the pattern DASH-<version>.mltbx). This should automatically install the DASH toolbox in you MATLAB environment.

Getting Started

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

Feedback / Contributions

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.

Branches

The following is an overview of the branches of the DASH repository.

main

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.

gh-pages

This branch holds the source code used to implement the online DASH documentation website.

Cite As

Jonathan King (2024). DASH (https://github.com/JonKing93/DASH/releases/tag/v4.2.2), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2021b
Compatible with R2020a and later releases
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

+PSM

+PSM/+prysm

+dash

+dash/+assert

+dash/+closest

+dash/+dataSource

+dash/+error

+dash/+file

+dash/+indices

+dash/+is

+dash/+kalman

+dash/+localize

+dash/+math

+dash/+parse

+dash/+posteriorCalculation

+dash/+string

+dash/+warning

+dash/@ensembleFilter

+dash/@gridfileSources

+dash/@stateVectorVariable

@ensemble

@ensembleMetadata

@gridMetadata

@gridfile

@kalmanFilter

@optimalSensor

@particleFilter

@stateVector

Version Published Release Notes
4.2.2.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v4.2.2

4.2.1.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v4.2.1

4.2.0.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v4.2.0

4.1.0.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v4.1.0

4.0.0

3.6.2.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/3.6.2

3.6.1.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.6.1

3.6.0.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.6.0

3.5.0.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.5.0

3.4.3.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.4.3

3.4.2.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.4.2

3.4.1.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.4.1

3.4.0.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.4.0

3.3.1.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.3.1

3.3.0.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.3.0

3.2.2.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.2.2

3.2.1.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.2.1

3.2.0.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.2

3.1.0.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.1

3.0.2.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.0.2

3.0.1.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v3.0.1

2.0.0.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v2.0

1.0.0.0

See release notes for this release on GitHub: https://github.com/JonKing93/DASH/releases/tag/v1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.