Skip to content

Commit cb36ba6

Browse files
authored
Merge pull request #3836 from infotroph/events-schema-0.1.1
Update events schema: require crop id when planting, remove pft from site
2 parents bb821b6 + 0e8aa03 commit cb36ba6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ For more information about this file see also [Keep a Changelog](http://keepacha
3737
- Sensitivity analysis and ensemble runs now generate separate input design matrices with appropriate dimensions, fixing dimension mismatch errors in multisite workflows. (#3708)
3838
- Generated runs are now stored in a `runs_manifest.csv` file in the output directory instead of modifying `samples.Rdata` (#3708)
3939
- SDA workflows now maintain joint input sampling, via internal calls to `generate_joint_ensemble_design()` (#3634).
40+
- Management events specified via `events.json` are now required to specify a crop code for each planting event, so that models can know when to restart with a different PFT (#3828, #3836).
4041
- `PEcAn.data.land`: Moved optional dependencies `doSNOW`, `dplR`, `httr`,
4142
`MCMCpack`, `mvtnorm`, `neonUtilities`, `neonstore`, `PEcAn.benchmark`,
4243
`PEcAn.visualization`, `rjags`, `sirt`, and `sp` from `Imports` to

modules/data.land/NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
## Changed
2121

2222
* Package `traits`, used by `match_pft()` and `match_species_id()` only when no database connection is provided, is now suggested rather than required.
23+
* Updated `validate_events_json()` to use events schema v0.1.1 by default. The previous default v0.1.0 is still available by setting `schema_version="0.1.0"`.
2324
* Packages `doSNOW`, `dplR`, `httr`, `MCMCpack`, `mvtnorm`, `neonUtilities`,
2425
`neonstore`, `PEcAn.benchmark`, `PEcAn.visualization`, `rjags`, `sirt`, and
2526
`sp` are now suggested rather than required. They are only needed for

0 commit comments

Comments
 (0)