mintproject / mint-ui-lit

New version of the MINT-UI
Apache License 2.0
4 stars 0 forks source link

A specific unit shouldn't be attached to a variable label #530

Open khider opened 3 years ago

khider commented 3 years ago

Describe the bug Currently, the units are added as a variable description. However, the same variable can have two different units (e.g. temperature in degC and degF) and two different variables could share the same unit (eg. Water flux and heat flux). So we should treat them separately.

hvarg commented 3 years ago

To solve this (without modifying the ontology) we are:

If we want to have unique tuples (variable, unit) linked to the model, we will need to modify the ontology and add something similar to parameters on the model level.