File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
models/rothc/inst/workflow_example Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Example workflow for multisite RothC simulations
2+
3+ This is a quick example of a set of scripts to run a simple PEcAn ensemble
4+ that simulates soil carbon using the RothC model.
5+
6+ The run scripts scripts were adapted from a set under development for the
7+ [ MAGiC project] ( https://github.com/ccmmf/workflows ) with a goal of keeping
8+ this set simple enough to be easy to (1) understand as demos, and
9+ (2) modify for your specific project.
10+
11+ ## Important caveats
12+
13+ This package is still under development and many inputs are still hard-coded.
14+ As I write this on 2025-12-04, only met data is read from site-specific files;
15+ all soil and management is hard-coded. Do not interpret the outputs as
16+ meaningful predictions yet.
17+
18+
19+ ## Required but not yet provided here
20+
21+ * ERA5 weather data in PEcAn standard netcdf format (instructions TK)
22+ * a RothC binary, available from https://github.com/Rothamsted-Models/RothC_Code
23+
24+ ## To run
25+
26+ * put weather data in ` data_raw/ERA5_CA_nc/ ` (or update paths to where your weather already is)
27+ * put RothC in ` /usr/local/bin/RothC_v2.1.0 ` (or update that path in the template)
28+ * update ` site_info.csv ` with your sites of interest
29+ * TK: site-specific management and soil information once implemented
30+ * ` ./run.sh `
You can’t perform that action at this time.
0 commit comments