Releases: mkrapp/semic
Releases · mkrapp/semic
SEMIC update 1.2
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 introducingalb_scheme = "none",
in the previous version (that flag is never checked); is nowif/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 versiondexp
- 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
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
This is the first release of SEMIC, the Surface Energy and Mass balance model of Intermediate Complexity.