mintproject / mint-ui-lit

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

New properties for Models #523

Closed hvarg closed 3 years ago

hvarg commented 3 years ago

We need to add the following properties at the Model level:

@khider those names are ok?

khider commented 3 years ago

theoreticalBasis

khider commented 3 years ago

Should be theoreticalBasis. Can we also add a "see Also" property that would link to another model in the catalog. Will be needed for coupled models.

hvarg commented 3 years ago

@khider Can you write a small description of each attribute?

khider commented 3 years ago

runtimeEstimation: An estimate of the time required to run example codes or other known configurations parameterization: Were there any simplifications made to processes to make the model more efficient limitations: Known restrictions (i.e. cases where the model is known not to be reliable or shouldn't be used) theoreticalBasis: What is the theory behind the processes described in the model

hvarg commented 3 years ago

Thanks @khider !