Era5 and Era5-land timestep in different columns

Does anyone know why using a dataset 1hourly from era5, we have the column “hour” to represent each timestep but, if the dataset is from era5-land the timestep comes from the columns “stepRange” and “step”?
Am I doing something wrong?

You can see above:

Thanks in advance if somebody can help me to understand better.

Hi,
please make sure that the parameters are of the same type. It could be that in ERA5 a variable is ‘analysis’ and in ERA5-Land ‘forecast’.
You can check the type from the parameters tables in the documentation pages:

Thanks

1 Like

Thank you so much, Michela.