Coder Social home page Coder Social logo

jonking93 / dash Goto Github PK

View Code? Open in Web Editor NEW
17.0 3.0 9.0 40.37 MB

A package for paleoclimate data assimilation workflow.

Home Page: https://jonking93.github.io/DASH/

License: MIT License

MATLAB 99.53% Python 0.14% HTML 0.22% CSS 0.10%
data-assimilation ensemble-kalman-filter paleoclimate particle-filter optimal-sensor

dash's Introduction

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 [email protected]

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.

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.

dash's People

Contributors

jesstierney avatar jonking93 avatar mattosman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dash's Issues

Kalman chunking

You can recycle any kalman gain that uses the same "obs" array. Potentially large speed gains for successful PSMs with a joint update.

Energy statistic / Npdft

estat is super slow. Either speed it up, or have Npdft just accept iterations and then calculate once at the end.

Design: Coupling by default

  1. Should be able to couple multiple variables with a single function call.

  2. Should have a couple 'all' flag

  3. Perhaps automatically couple variables in a finalizeDesign function.
    (But this could be questionable, how to set state seq and mean indices?)
    Maybe have a copyIndices function for vars and template?

V3: Tall ensembles

Implement dash to handle ensembles that do not fit in working memory.

PSM: VS-Lite standardization.

Any VS-Lite standardization will change as multiple proxies are updated. This is because the mean of each run can change as the analysis updates.

Perhaps there should be a baseline standardization given at the beginning of each PSM?
This would be along the lines of: Do a bulk Ye calculation before starting dash, then save the mean and std of this bulk calculation to use in all dash updates.

Ens: General messiness

  1. Make a more intuitive directory format
  2. More intelligent use of varDex, sequences, etc. Most of these functions should be called a single time and pass the outputs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.