Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ SIPNET is distributed under the BSD 3-Clause license—see [LICENSE](https://git
- [v2.0.0 “Add Events and Refactor”](https://github.com/PecanProject/sipnet/releases/tag/v2.0.0): major refactor to add event system for managed ecosystems, modularize code, and improve build/test infrastructure.
- [v1.2.0 “fAPAR assimilation”](https://github.com/PecanProject/sipnet/releases/tag/v1.2.0): MODIS-derived fAPAR assimilation for joint NEE + remote sensing workflows (Zobitz 2014).
- [v1.1.0 “Roots and Microbes”](https://github.com/PecanProject/sipnet/releases/tag/v1.1.0): microbial soil respiration, root pools, and joint CO₂/H₂O assimilation (Moore 2008; Zobitz 2008).
- [v1.0.0 “First release”](https://github.com/PecanProject/sipnet/releases/tag/v1.0.0): baseline Braswell (2005) model with with improved hydrology, evergreen phenology (Sacks 2006), and respiration partitioning (Sacks 2007).
- [v1.0.0 “First release”](https://github.com/PecanProject/sipnet/releases/tag/v1.0.0): baseline Braswell (2005) model with improved hydrology, evergreen phenology (Sacks 2006), and respiration partitioning (Sacks 2007).
2 changes: 1 addition & 1 deletion docs/developer-guide/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When adding a new command-line option, you will need to add a corresponding memb

## Important Notes

### Naming {#naming}
### Naming

Each command-line option must have a corresponding entry in the `Context` struct. SIPNET uses a mapping system to
link the command-line option (e.g. `print_header`) to its `Context` member (in this case, `printHeader`).
Expand Down
Loading