Skip to content

Commit

Permalink
Update news
Browse files Browse the repository at this point in the history
  • Loading branch information
marcadella committed Jan 9, 2025
1 parent 089d8f8 commit ed45512
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

* new BiomeE behavior to recycle last year of forcing if requested simulation time span (`nyeartrend`) is longer than
available forcing data
* Breaking change: biomee drivers' `init_cohort$init_n_cohorts` column has been phased out and must not be present in
* Breaking changes in biomee drivers
* `init_cohort$init_n_cohorts` column has been phased out and must not be present in
drivers to protect against data corruption.
* `update_annualLAImax` flag was removed and the behavior is now slightly altered since `LAImax` and `underLAImax` are set and kept constant at the start of the simulation:
* `LAImax` takes value `max(LAI_light, 0.5)`
* `underLAImax` takes value `min(LAImax, 1.2)`

# rsofun v5.0.0

Expand Down

0 comments on commit ed45512

Please sign in to comment.