Description
Hi, thanks for releasing the strong foundation model!
I am trying to get the inference result of the released AuroraSmall checkpoint using ERA5 data.
I download the ERA5 data from Climate Data Store, which has 4 surf-vars and 5 atmos-vars with 8 pressure levels (differenct from the settings in the paper).
After that, I follow the guidance in the document to build the inference pipeline.
Also, I implement a RMSE metric by myself to evaluate the results.
However, I get a pretty bad performance on some of the variables.
I have known that the result is sensitive to different combinations of input variables, and I believe that the optimized inference result need to be generated by HRES-T0 dataset.
I would like to check if there is anything else I miss during my implementation that leads to the bad performance.
Or could you provide the inference result (the RMSE value of each variable, ex. 2t, 10u, t850, u500, ...) using a year (maybe 2020) of ERA5 data as a reference value?