MindTheGap-ERC / CarboKitten.jl

Julia implementation of carbonate platform model
https://mindthegap-erc.github.io/CarboKitten.jl/
GNU General Public License v3.0
1 stars 0 forks source link

Add reading in sea-level data from a .txt file (analogous to CarboCAT) #11

Closed EmiliaJarochowska closed 7 months ago

EmiliaJarochowska commented 12 months ago

This is a very small task as a warm-up :-)

In the examples, sea-level curves are currently constant or functions of t. For empirical datasets, we need to use external input.

  1. Create a new branch for this.
  2. Add examples with sea-level curves, you can borrow the files from the triangle repo.
  3. Make a few new examples with external input as new notebooks and plot them.
  4. When it works, make a pull request and ask Johan for review.

A follow-up will be documenting this, but let's worry about this in the next episode.

EmiliaJarochowska commented 10 months ago

Example reading in SL from a text file -> @jhidding, keep in the package Download data from OSF -> @xyl96, move to https://github.com/MindTheGap-ERC/ck-triangle

EmiliaJarochowska commented 7 months ago

Moved to https://github.com/MindTheGap-ERC/ck-triangle