Skip to content

Implementation of parameter type Raster

Tom Fischer requested to merge TomFischer/ogs:RasterParameter into master
  • Implemented class NamedRaster to connect read raster data to the RasterParameter
  • New tags for reading raster in project file (see documentation)
  • Implemented netcdf raster data reading (requires specification of variable and dimension)
  • Implementation of RasterParameter
  • Method is memory efficient (also for HPC runs)
  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?

Merge request reports