cct-datascience / ed2-mandifore

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

Split workflow.R #44

Closed Aariq closed 1 year ago

Aariq commented 1 year ago

Split workflow.R into setup script, submit runs script, and process results script. This will hopefully reduce fragility and allow for some manual checking while maintaining some automation.

Also create checklists (could be programmatic, could be literal list) for each stage.

Aariq commented 1 year ago

Wait, that doesn't even help because the runs don't get copied over to the HPC until start_model_runs() runs. Guess I could go back to doing this manually??

Aariq commented 1 year ago

Nevermind