| 193 | |
| 194 | == Units Of Measurement (UOM) == |
| 195 | |
| 196 | Currently EMSO support Units Of Measurement (UOM) for variables, parameters, equations, etc. |
| 197 | The problem is that the units of measurement are declared exactly as string text (with double quotes, eg "kg/h") |
| 198 | |
| 199 | I think it should be a good idea to directly distinguish texts from UOM in some way: |
| 200 | * We could use the simple quote for UOM, eg. 'kg/h' |
| 201 | * We could use the '''{''', eg. {kg/h} |
| 202 | |
| 203 | ||Who || Opinion || Why || |
| 204 | ||Rafael || '''in doubt''' || I still don't know which is the better way to distinguish a Text from a UOM || |