While I explicitely require the unarchived netcdf data, the output is still downloaded as a zip archive. The archive contains two files that are:
data_stream-oper_stepType-accum.nc
data_stream-oper_stepType-instant.nc
I don’t understand what these “accum/instant” files are supposed to be
Hello,
So what changes should I make to my code to be able to get the data in netcdf format as in my code currently I use that NetCDF data from ERA5 to be converted to an excel sheet and I am getting unknown format error when my code try to process the .nc file downloaded from CDS
Thanks for the explanation. However, it is still not clear to me what are the meaning of the “accumulated” and “instantaneous” variables. Different variables are stored in these two files. What are the definitions of the accumulated and instant variables?