Skip to content

MindTheGap-ERC/StratPal_data_prep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StratPal_ws_data_prep

Data preparation for StratPal workshop and package (Hohmann et al. 2024, 2025). Emulates scenario A of Hohmann et al. (2024) using CarboKitten.jl (Hidding et al. 2025).

Author

Niklas Hohmann
Utrecht University
email: n.h.hohmann [at] uu.nl
Web page: www.uu.nl/staff/NHohmann
ORCID: 0000-0003-1559-1838

Requirements

Julia >= 1.10, R >= 4.0

Running

To simulate the carbonate platform, do in Julia package mode (press ] in the Julia REPL)

activate .
instantiate

This will activate the project and download & precompile all required Julia packages. Then run

include("code/sim_platform.jl")

to run simulate the carbonate platform. This will generate the platform data in data/, including outputs of age-depth models, water depth, and stratigraphic columns as .csv file. Then you can genrate the figures using

include("code/vis_platform.jl")

which will generate all figures in figs/.

To process the data in R and save it as .rda file (as it is provided in the StratPal package), run the file code/data_proc_jl.R in R, e.g., via

Rscript code/data_proc_jl.R

in your console.

Copyright

Copyright 2023-2025 Netherlands eScience Center and Utrecht University

License

Apache 2.0 License, see LICENSE file for full license text.

References

Funding information

Funded by the European Union (ERC, MindTheGap, StG project no 101041077). Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Research Council. Neither the European Union nor the granting authority can be held responsible for them. European Union and European Research Council logos

About

Data preparation for StratPal workshop and package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 83.1%
  • R 16.9%