modelskill icon indicating copy to clipboard operation
modelskill copied to clipboard

Compare results from MIKE and other simulations with measurements

Results 53 modelskill issues
Sort by recently updated
recently updated
newest added

The default behavior of MIKE FM is to create to store outputs in a folder based on the name of the setup file. E.g. in this case the file `flow.dfsu`...

I propose a new method `scale()` in `Comparer` and `ComparerCollection` that should scale all primary variables (not aux data) by a factor and set a new unit. The use case...

enhancement

An update to the comparer plotter such that it takes a style and a color input. I wanted to also allow for color input, since this is actually the main...

This PR introduces flexible error handling for cases where observations and model results do not overlap. It adds a new parameter, `obs_no_overlap`, to the match function and related methods, allowing...

When matching many observations with one or more modelresults with `ms.match(obslist, mr)`, it is annoying when it fails only because a one or a few of comparers have no overlapping...

enhancement

Should be cleaner than using a zip file. This is a **breaking change** since it is not backwards compatible. If useful, consider supporting both formats. Any case, this PR is...