Jun-18-2018, 12:53 PM
Who created the Netcdf (.nc) files?
If was you, try to create them setting the units attribute:
If was you, try to create them setting the units attribute:
temp.units = "Celsius" #(or "C")If not, I think you'll have to convert the values before creating the CSV:
temp_c = temp_k - 273.15