Recent Releases of https://github.com/ch-earth/summa
https://github.com/ch-earth/summa - Experimental release before v4 finalization
Changes mainly include further refactoring, new infiltration decision and various bug fixes.
- Fortran
Published by wknoben about 1 year ago
https://github.com/ch-earth/summa - [Pre-release] SUMMA v4.0.0
This is part of a work-in-progress release in the preparation for SUMMA v4.0.0. Changes are primarily the inclusion of the SUNDIALS solver, but also include refactoring of parts of the code. The full v4.0.0 release will contain additional features beyond these. This release documents the state of the code base as used for the following paper to appear in JAMES:
Accurate and efficient numerical simulation of land models using SUMMA with \sundials
It is recommended to wait for the formal v4.0.0 release before upgrading.
- Fortran
Published by wknoben over 1 year ago
https://github.com/ch-earth/summa - SUMMA v3.3.0
Final release in SUMMA v3 cycle. Contains only a minor change to SWE fixes compared to v3.2.0, but this lets us have a clear break with the upcoming v4 cycle.
Major changes - None.
Minor changes - Updated SWE balance check in coupled_em for cases where all snow melts in one of the substeps.
- Fortran
Published by wknoben almost 2 years ago
https://github.com/ch-earth/summa - SUMMA v3.2.0
SUMMA Version 3.2.0
Major changes
- Addition to compute wall clock time for each HRU and time step
- Fixes a bug that incorrectly writes scalarTotalET and scalarNetRadiation to output in cases where canopy calculations are skipped
- Added case_study folder and Reynolds Mountain East albedo decay experiment
- Fixes a bug where restart files are not read correctly in cases with the parallelization argument
-gfor setups that have >1 HRU per GRU
Minor changes
- Fixes a bug where solar angle incorrectly gets set to 0 during polar days
- Canopy ice content check in check_icond.f90 now generates a warning if ice > 0 for T > 0 instead of a graceful exit. Graceful exit still exists if ice > 1E-3.
- Add deflate (compression level) option to outputControl file -- default level is 4 if not specified
- Fixes an unnecessary rounding error on SAI and LAI values in PHENOLOGY routine
- Fixes a bug where the SUMMA version is incorrectly reported by "summa.exe -v"
- Fixes a bug that incorrectly writes scalarRainPlusMelt to output in cases where snow layers do not exist
- Changed part "(a,1x,i0)" to "(a,1x,i0,a,f5.3,a,f5.3)" in check_icond.f90 line 277 to print out error correctly.
- Adds scalarSnowDrainage variable when melting of the snow without a layer
- Changes the logic for creating the first snow layer: instead of creating the layer when snow-without-a-layer exceeds the maximum depth of the 1st layer, the first layer is now created if snow-without-a-layer exceeds the average of specified 1st layer minimum and maximum depth (zminLayer1 and zmaxLayer1_lower in localParamInfo.txt)
- Added documentation of lookup table provenance
- Fortran
Published by wknoben almost 3 years ago
https://github.com/ch-earth/summa - v3.1.0
Version 3.1.0
- Initial addition of the "What's new" page
- Added pull request template
- Adds HRU/GRU info to error messages
- Fixes a segfault of mysterious origin when using JRDN snow layering
- Fixes a water balance error w.r.t transpiration
- Fixes the output message to report the correct solution type
- Adds tolerance to balance check in updatState.f90
- Changes all float data types to
rkind, for "real kind", which is intended to make it easier to switch from double to single precision.
- Fortran
Published by arbennett about 5 years ago
https://github.com/ch-earth/summa - v3.0.3
This release changes state files so that they include the basin variables required to be used as initial conditions. It also implements changes so that if basin variables are not in the initial conditions they are automatically populated with defaults. There is also a new option (optional) in the file manager which allows for specifying the location of the initial conditions file.
- Fortran
Published by arbennett over 5 years ago
https://github.com/ch-earth/summa - SUMMA 3.0.2
This includes a couple of minor bugfixes/enhancements: * Record soil and veg type tables in the global attributes of output files * A fix for very small stability values * Improved error message on reading forcing data
- Fortran
Published by arbennett almost 6 years ago
https://github.com/ch-earth/summa - SUMMA 2.0.0
Updated with NetCDF I/O and improved numerics
- Fortran
Published by bartnijssen about 9 years ago
https://github.com/ch-earth/summa - SUMMA 1.0.0
Initial public release of SUMMA
- Fortran
Published by bartnijssen almost 11 years ago