Skip to content

Releases: mkrapp/semic

SEMIC update 1.2

13 Mar 12:35
Compare
Choose a tag to compare

This update of SEMIC corrects for an error in the selection of the albedo schemes introduced with the previous version v1.1. Also it changed the Fortran primitive exp to its double precision version dexp in some instances.

Changes include

  • if/else constructs where erroneous when introducing alb_scheme = "none", in the previous version (that flag is never checked); is now if/else if
  • The refreezing parametrisation accounts the snowpack height (check if refreezing amount is smaller than snowpack height)
  • change function call to exponential exp to its double precision version dexp
  • refreezing fraction is always calculated, in case of no snow and additional epsilon term (variable epsil is the smallest double possible) prevents exceptions

SEMIC update 1.1

06 Feb 12:35
Compare
Choose a tag to compare

This is an updated version of SEMIC, the Surface Energy and Mass balance model of Intermediate Complexity.

Changes include

  • clean up of out-commented lines of code
  • add a new very simple albedo parameterisation (to be used with alb_scheme = "none", in the Fortran Namelist file)
  • update of README.md with more information about how to run the model
  • add Latin Hypercube Search to optimisation algorithms

SEMIC version 1.0

20 Sep 16:09
Compare
Choose a tag to compare

This is the first release of SEMIC, the Surface Energy and Mass balance model of Intermediate Complexity.