File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 2727 Highlighted changes
2828===================
2929
30+ Version 18.0
31+ ------------
32+
33+ Format change of parameters.json
34+ ################################
35+
36+ We’ve changed the format of the parameters.json file located in the runpath of each
37+ realization. The groups have been dropped, so that all parameters are now at the
38+ top level. For example, the old format:
39+
40+ .. code-block :: text
41+
42+ {"COEFFS" : {"a": 0.88}}
43+
44+
45+ is now:
46+
47+ .. code-block :: text
48+
49+ {"a" : {"value" : 0.88}}
50+
51+
52+ .. note ::
53+ This has impact on TEMPLATE_RENDER forward model, which when used with
54+ parameters.json needs to be adjusted:
55+ from `{{my_input.COEFFS.a}} ` to `{{my_input.a.value}} `.
56+
3057Version 16.0
3158------------
3259
You can’t perform that action at this time.
0 commit comments