Config file #84
Replies: 5 comments
-
|
At some point would be good to look at something like https://models.slf.ch/p/inishell-ng/ as in our experience config errors are main source of non-running sims or unexpected results with SLF models (i think I mentioned this somewhere else). |
Beta Was this translation helpful? Give feedback.
-
|
Dependency between parameters is another tricky thing that can be handled by a config generator. |
Beta Was this translation helpful? Give feedback.
-
|
Some parameters have (or could have) default values - others not ie scenario 2 where default is None (or could be another default value) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
I implemented a little code to grab git commit hash if available and TopoPyScale version used when exporting to netcdf. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The config is getting more complex and I have noticed one issue which can be confusing: we have started to develop optional parameters, which gives us three possibilities depending on how coded:
This parameter is declared as optional in the config but fits scenario 2
This example is scenario 3:
2c8e375
Beta Was this translation helpful? Give feedback.
All reactions