Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.43 KB
  • 18 Feb 2023:

    • [maintenance] merged supy into suews
    • [maintenance] re-organised file structure
  • 13 Apr 2023:

    • [bugfix] fixed a bug in the calculation of the soil moisture deficit weighted by vegetation fractions (#174)
    • [maintenance] added script to update sample output for testing
    • [feature] added more upgrade options to the upgrade_df_state function
    • [change] removed deltaLAI from the DailyState output group as related info is already in LAI columns of all vegetated surfaces
  • 15 May 2023:

    • [bugfix] fixed a bug in heat flux calculation (#182)
    • [bugfix] fixed a bug in table-converter (#186)
  • 03 Jun 2023:

    • [bugfix] fixed a bug in writing out DailyState - all rows were written as zero (#190)
  • 05 Jun 2023:

    • [feature] added FAIMethod to help determine the FAI (#192)
  • 01 Jul 2023:

    • [feature] Added a function supy.util.get_spinup_state to retrieve the spin-up state for the model, which can be used for debugging and initialising the model for simulation.
  • 17 May 2024:

    • [maintenance] Changed the python build backend to meson and ninja for faster builds (#257)