Releases: zcobell/ADCIRCModules
Releases · zcobell/ADCIRCModules
v0.5.0-beta.1
Changelog
- Contains the updated and refactored Griddata module
- Contains an option for "fast math" which uses an approximation to the exponential function for some additional performance gain
v0.4.1-beta.1
This release adds a number of useful features:
- The Griddata class is no longer tied specifically to an ADCIRC mesh and you can query using x, y locations only. This can be particularly useful for generating values for levees or other features
- The Griddata class will now automatically reproject input data to the specified coordinate system in the raster being used
- There is now a set of topology routines for use with the ADCIRC mesh geometries
- Internally built proj as needed if a suitable system proj isn't found
v0.3.0-beta.2
Continued updates and modularization. Fixing bugs identified by external users.
v0.3.0-beta.1
v0.3.0-beta.1
Continued progress on modularizing code and adding features with feedback from users.
v0.2.0-beta.1
v0.2.0-beta.1
This is the first release of the ADCIRCModules code since transitioning to a paradigm where it seeks to be used as the backbone for scripting codes (like Python) as well as traditional C++ codes.
v0.1.0-beta.2
QADCModules
Beta release of QADCModules library for use with ADCIRC files. Features that are fully implemented:
- Read/Write ADCIRC mesh files and perform common operations
- Read/Write ADCIRC nodal attribute files (fort.13) and perform common operations
- Read ADCIRC output files (ascii or netCDF format)
Changelog
- This uses real numbers to track position instead of floats (via QVector3D). Now a specific struct is used
- Hashes are tracked using QByteArray instead of QString which should help save memory
v0.1.0-beta.1
QADCModules
Beta release of QADCModules library for use with ADCIRC files. Features that are fully implemented:
- Read/Write ADCIRC mesh files and perform common operations
- Read/Write ADCIRC nodal attribute files (fort.13) and perform common operations
- Read ADCIRC output files (ascii or netCDF format)