rubisco-sfa / ILAMB

Python software used in the International Land Model Benchmarking (ILAMB) project
BSD 3-Clause "New" or "Revised" License
46 stars 37 forks source link

Issue with IOMB dashboard display - scalar_database.json file not read correctly and link to detail page not working. #100

Open MGsreeush opened 2 months ago

MGsreeush commented 2 months ago

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.

minxu74 commented 2 months ago

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.