Skip to content

1.3.0

Compare
Choose a tag to compare
@SarahAlidoost SarahAlidoost released this 22 Jun 10:06
· 522 commits to main since this release
51668dc

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 with io.loadModelSettings and init.defineInitialValues
  • The files calcLambda.m and calcPhi_s.m have been moved to the +equations module (#171)
  • The scripts SOIL1.m and SOIL2.m have been refactored. The code is now in the files UpdateSoilWaterContent.m and updateWettingHistory.m(#180)

Fixed:

  • An error in the sign of NEE has been corrected (#151).