Config file #84
joelfiddes
started this conversation in
General
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). |
0 replies
|
Dependency between parameters is another tricky thing that can be handled by a config generator. |
0 replies
|
Some parameters have (or could have) default values - others not ie scenario 2 where default is None (or could be another default value) |
0 replies
|
0 replies
|
I implemented a little code to grab git commit hash if available and TopoPyScale version used when exporting to netcdf. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
All reactions