When trying to display the results in "scalar_database.json" using dashboard.html, the score values are only displayed for the “h1” header files (e.g. physical drivers), not written before the variables of interest (temperature0m, 200m, 700m). It appears grey. On the other hand, index.html shows the results via the "python -m http.server" command.
The problem is caused by the different contents in scalars.json and scalar_database.json. ILAMB shall generate two json files with identical contents but different json schema.
When trying to display the results in "scalar_database.json" using dashboard.html, the score values are only displayed for the “h1” header files (e.g. physical drivers), not written before the variables of interest (temperature0m, 200m, 700m). It appears grey. On the other hand, index.html shows the results via the "python -m http.server" command.
Requesting help to fix this issue. Thank you.