Update for HydroMT v1.3.0 and HydroMT-Wflow v1.0.0 compatibility. The main change is that
the DelwaqModel and DEmissionModel are now separated and have a component structure.
HydroMT data catalog format and workflow YAML were also updated. The code was also adapted
to support Wflow.jl models v1.0.0.
Added
DelwaqConfigComponentandDEmissionConfigComponentto handle the configuration files.DelwaqStaticdataComponentto handle gridded static data.DelwaqHydromapsComponentto handle hydromaps from hydromodel needed for processing by HydroMT.DelwaqPointerComponentto handle pointer properties of the delwaq model.DEmissionGeometryComponentto handle geometry properties of the demission model.DelwaqForcingComponentandDEmissionForcingComponentto handle hydrological, sediment and climate forcing data.- Readers for
pointer,forcing(netcdf copy) andgeometrycomponents. - New methods
classareaandclassfractionfor emission raster resampling insetup_emission_raster. - Flexible output variable name in
setup_emission_vectorandsetup_emission_mapping.
Changed
DelwaqModelandDEmissionModelare now separated classes with a component structure.gridis nowstaticdata.- All
setup_emission_*methods are now in theDEmissionModelclass only. setup_sediment_forcingis now in theDelwaqModelclass only.
Fixed
- Integration tests for all components (not just geoms and staticdata).