1.3.0
This version of STEMMUS_SCOPE is only compatible with PyStemmusScope 0.3.0.
Added:
- A license file, indicating that the code is under the GNU GPL-3.0 license (#153)
- A notebook to (more) easily compare the results of different STEMMUS_SCOPE git branches (#177)
- Changes in the land cover over time are now supported by the model (#182).
Changed:
- All code has been formatted with MISS_HIT, to improve readability (#147). All new or modified code should follow this style as well.
- The
Constants.m
file has been refactored (#158):- Removed unused script
src/CnvrgnCHK.m
- Removed unused global variables
- Replaced
Constants.m
withio.loadModelSettings
andinit.defineInitialValues
- Removed unused script
- The files
calcLambda.m
andcalcPhi_s.m
have been moved to the+equations
module (#171) - The scripts
SOIL1.m
andSOIL2.m
have been refactored. The code is now in the filesUpdateSoilWaterContent.m
andupdateWettingHistory.m
(#180)
Fixed:
- An error in the sign of NEE has been corrected (#151).