Changelog
Source:NEWS.md
PEcAn.workflow 1.10.0
Changed
Breaking: Ensemble runs now use shared input samples across all sites instead of independent sampling per site.
-
run.write.configs()now has two new required argsensemble.sizeandinput_design, and removesens.sample.method(#3535, #3612). -
runModule.run.write.configs()has new arginput_design, with default NULL meaning to generate one internally (#3535).
PEcAn.workflow 1.9.0
- 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$writeto 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
modellauncherinstart_model_runs(), including some support for array runs via settings like<qsub.extra>-t 1-@NJOBS@</qsub.extra>.
PEcAn.workflow 1.8.0
- New functions
start_model_runsandrunModule_start_model_runs, both moved from packagePEcAn.remote(where they werestart.model.runsandrunModule.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.
PEcAn.workflow 1.7.1
- All changes in 1.7.1 and earlier were recorded in a single file for all of the PEcAn packages; please see https://github.com/PecanProject/pecan/blob/v1.7.1/CHANGELOG.md for details.