Releases: GralDispersionModel/GRAMM
V23.11
What's Changed
New features
- The application has been transformed to .NET8
The GRAL release is no longer published as all-in-one file by default
This means that user must install .NET8 Runtime (Windows OS requires the .NET8 Desktop
Runtime) and therefore benefits in several ways
▪ Smaller published files
▪ Fewer false warnings from anti-virus programs
▪ Better performance
▪ Individual setting options from Runtime for the respective computer in the *.runtimecon-fig.json file
▪ Same compilation for Windows, Linux and MacOS
For windows users, a published version as a single-fill is still available in a separate download
Download pre-compiled binaries: https://gral.tugraz.at/
Full Changelog: V2209...V23.11
V22.09 Release
-
The application has been transformed to .NET6
-
Enable optional user defined settings for
• Snow cover
• Air temperature
• Air humidity
• Ground temperature
• Air and ground temperature gradients
• Inversion height -
Improve the file access for multiple instances in the same project folder
-
An error that occurred when the operating system reported 0 free processor cores, resulting in a division by 0, has been fixed
The compiled binaries are available on GitHub
V22.09 binaries for GRAL, GRAMM and the GUI
V21.09 Release
Bug fixes
- Use the correct sign for the wind vectors, if an overflow occurs while writing the wind field vectors. Catch an overflow, which could occur when writing the stability class files
- Linux: compiled for .NET5 as single file applications. Start GRAL or GRAMM using ./GRAL or ./GRAMM or using the Linux GUI. The .NetCore or .Net5 Framework no longer needs to be installed for Linux when using the self-extracting executables. It is still possible to use the operating system independent *.dll files if the .NetCore Framework is installed
Full Changelog: V20.09...V21.09
V 20.09 release
• Code clean up and performance improvements within the GRAMM radiation module
• Removed the experimental dependencies of Windows-GDAL (introduced in GRAMM 20.01). GRAMM works in LINUX again.
• Removed the experimental Topography Index Algorithm (TPI)