• PEcAn.workflow is now distributed under the BSD 3-clause license instead of the NCSA Open Source license.
  • It is now easier to run a workflow without a connection to the PEcAn database by setting settings$database$bety$write to FALSE (or undefining it entirely), at the obvious cost that runs set up this way are not recorded in the database (@yinghaoSunn, #3398).
  • Improved handling of modellauncher in start_model_runs(), including some support for array runs via settings like <qsub.extra>-t 1-@NJOBS@</qsub.extra>.
  • New functions start_model_runs and runModule_start_model_runs, both moved from package PEcAn.remote (where they were start.model.runs and runModule.start.model.runs). They kick off the model runs you set up earlier in the workflow and handle the details of local or remote execution.