Skip to content

Codes in support of analyses of erosion and accretion of carbonate blocks for Katharina

Notifications You must be signed in to change notification settings

open-AIMS/carbonate_blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Erosion and Accretion of carbonate blocks

Dependencies

The following R packages are required:

  • tidyverse
  • validate

Installation

  1. Start by cloning the repository to a directory of your choice
git clone [email protected]:open-AIMS/carbonate_blocks.git .
OR
git clone https://github.com/open-AIMS/carbonate_blocks.git .
  1. Establish a data/raw/ folder and place a copy of the raw data (as show below)
\
|- README.md
|- data
|  |- raw
|     |- Blocks_eReefs_silt_biota_erosion_metab_2024Oct.csv
|- R
|  |- 00_main.R
  1. Navigate to the R folder and run the 00_main.R script

Outputs

Early on, the scripts will expand on the directory structure to create the following:

\
|- README.md
|- data
|  |- raw
|  |  |- Blocks_eReefs_silt_biota_erosion_metab_2024Oct.csv
|  |- primary
|  |- processed
|  |- modelled
|- R
|  |- 00_main.R
|- outputs
|  |- figures
|  |- tables
|

Important global variables

  • DATA_PATH: path to root of data folder
  • RAW_DATA_PATH: path to location of raw data (data supplied by Katharina)
  • FIGURES_PATH: path to location of all output figures
  • TABLES_PATH: path to location of all output tables

About

Codes in support of analyses of erosion and accretion of carbonate blocks for Katharina

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages