-
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 theDailyState
output group as related info is already inLAI
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)
- [bugfix] fixed a bug in writing out
-
05 Jun 2023:
- [feature] added
FAIMethod
to help determine the FAI (#192)
- [feature] added
-
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.
- [feature] Added a function
-
18 Oct 2023:
- [change]
Snow
is temporarily turned off for easier implementation of other functionalities; will be brought back in the future.
- [change]
-
17 May 2024:
- [maintenance] Changed the python build backend to
meson
andninja
for faster builds (#257)
- [maintenance] Changed the python build backend to
-
31 May 2024:
- [feature] Added
dict_debug
an optional output ofrun_supy
to help debug the model (for developers: add adebug
flag todf_state
to activate this feature) (#233)
- [feature] Added
-
04 Jul 2024:
- [bugfix] Fixed a bug causing an abrupt change in results due to a less smooth transition in
z0
from surfaces without roughness elements to those with them. (#271) - [bugfix] Improved the discretisation of the vertical levels in the RSL scheme for better interpolation of surface diagnostics (e.g.
T2
) (#271) - [maintenance] Added support for NumPy 2.0 (#271)
- [bugfix] Fixed a bug causing an abrupt change in results due to a less smooth transition in
-
05 Jul 2024:
- [feature] Added an option to consider the local feedback of near-surface temperature on the surface energy balance (#132)
-
02 Aug 2024:
- [bugfix] Fixed a bug in the calculation of the surface temperature (#281)