Skip to content

Releases: Klemet/LANDIS-II-Forest-Roads-Simulation-extension

Release of v2.0

14 Jun 15:29
Compare
Choose a tag to compare
  • Updating the code for compatibility with the new LANDIS-II Core v8
    • Updated the references to the new core and utility libraries (in particular, the universal cohorts library)

Warning

From this release and further on, the FRS module will only be compatible with LANDIS-II-v8 (Core v8) and not with LANDIS-II-v7 (Core v7).

Release of v1.3.1

15 Sep 19:59
Compare
Choose a tag to compare
  • Fixing the printing of the message "Testing if prescription is repeat harvest." that would display in certain cases.

⚠️ This message could indicate if the FRS module was capable of acquiring stand related information, in order to adapt to repeated harvest in a cell. With this fix, there is currently no way of knowing if the FRS module can do this or not in your simulation. The problem seem to be related to recent versions of the succession and harvest libraries. See this issue. A fix will come as soon as possible when the issue is fixed from their side.
In the meanwhile, the problem should not have great repercussions on what the module does; it just won't be able to choose the (sometimes) best option of constructing sturdier, but more costly roads when to access a cell at a future time step when a repeated harvest is used.

Release of v. 1.3

11 Aug 22:04
Compare
Choose a tag to compare
  • The loop algorithm now uses the random number generator of the LANDIS-II core. Hence, different simulations using the loop algorithm with the a similar LANDIS-II scenario seed will give the exact same road network as a result, which was not the case before.

Hotfix - 1.2.1

08 Jul 16:43
Compare
Choose a tag to compare

Release of v. 1.2

15 Jun 17:47
Compare
Choose a tag to compare
  • Temporary fix for a problem in the planning of a return to an harvested cell (see this issue)
  • Fix in the parsing of cost parameters and rasters; now, if one writes "none" as the location for a cost raster, there is not need to indicate an entry for the associated parameter.

Release of version 1.1

07 May 14:44
Compare
Choose a tag to compare

Implementation of the V2 of the loop algorithm

Release of version 1.0

23 Oct 02:53
Compare
Choose a tag to compare

Finally, the FRS module is complete and ready to be used !

It might get updated in the future with new functions; but for now, everything is in order. I hope that you'll enjoy it !

  • All of the essential functions of the model are present (see Readme.md)
  • Code is cleaned up

Pre-release version 0.98

29 Jun 21:35
Compare
Choose a tag to compare
Pre-release
  • Should fix a bug during the initialization phase that was due to the module trying to gather non-initialized variables at that time.

Pre-release version 0.97

03 Jun 17:11
Compare
Choose a tag to compare
Pre-release
  • Looping behaviour : The module can now create loops in the forest road network, in order to account for more realistic fragmentation measures
  • The module now takes into account the fact that if a repeated harvest (single or multiple repeat) is used on a cell, then a road will be needed to come back at the next rotation. Therefore, if road ageing is taken into account in the parameter file of the module, the module will then try to find the best (cheapest) option between creating a lower road type that will get destroyed before the next rotation (due to road ageing) and that will need to be re-constructed to access the harvested site again; or building a more solid, but more costly type of road that will last until the next harvest rotation.
  • Fixed a bug concerning the wood fluxes that resulted in some incoherent road types.

Pre-release version 0.96

16 Jan 13:27
Compare
Choose a tag to compare
Pre-release
  • Updated some functions to adapt to the new way of getting the TimeSinceLastEvent variable to select which sites have to be connected to a road
  • Performance improvments