cct-datascience / ed2-mandifore

PEcAn.ED2 runs using MANDIFORE site, patch, cohort, and met data
0 stars 1 forks source link

ed2-mandifore

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

The goal of ed2-mandifore is to run ED2 with Setaria in already grown, complex ecosystems using weather data from MANDIFORE sites.

Reproducibility

This project uses renv to manage package dependencies. This is essential for reproducing this work as the version of PEcAn.ED2 used is installed from a pull request that will likely never be merged. Using a different version of PEcAn.ED2 will result in errored runs. Run renv::restore() to install dependencies.

Setup scripts

Scripts 00 and 01 have already been run and have generated the data in data/. They do not need to be run again.

  1. Start with sourcing 02_setup-runs.R to generate files in the transect/ directory.
  2. In the terminal, navigate to a particular run (e.g. ./transect/MANDIFORE-SEUS-352/pine) and start the job as a background process with ./run.sh.
  3. Follow the checklist below to check that the job is running correctly

Job Start Checklist

Do all of this before starting the next job!

...now you can start another job.

Job analytics

If you want to know how long a job took on the HPC you can use:

sacct -j <jobid> -o Start,End,Elapsed

To check remaining compute hours:

va