Skip to content

ubuntuLANDIS_Corev7_v1

Latest
Compare
Choose a tag to compare
@Klemet Klemet released this 15 Oct 19:28
· 2 commits to main since this release
2aa2be6

This Apptainer contains the following :

  • dotnet with sdk and runtime 2.2 needed to compile and run LANDIS-II, with the path to the dotnet installation folder (/bin/dotnet) correctly indicated in the environment file (see readme)
  • LANDIS-II Core v7 core compiled (in /bin/LANDIS_Linux)
  • All of the dependencies necessary for LANDIS-II (GDAL, etc.)
  • 14 different LANDIS-II extensions (each of them tested) installed in /bin/LANDIS_Linux/build/extensions/ :
    • Age-Only Succession v5.2
    • Biomass Succession v5.3 ⚠️ With a personal modification to the code before compiling so solve this issue
    • Base Wind v3.1
    • Base Fire v4.0
    • Base BDA v4.0.1
    • Base Harvest v5.1
    • Biomass Harvest v4.4
    • Forest Roads Simulation v1.3.1
    • Magic Harvest 1.3
    • Output Biomass v3.0
    • Output Biomass-by-Age v3.0
    • Output Cohort Statistics v3.0
    • Output Max Species Age v.30
    • Output Biomass Community v2.0
  • Python installed with several modules (numpy, pandas, GDAL, etc.).
    • Python can be called directly with the command python thanks to the package python-is-python3