python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
pack/compress netcdf data ("add offset" and "scale factor") with CDO, NCO or similar
I have heavy netCDF files with floating 64-bits precision. I would like to pack using specific values for the add_offset and scale_factor parameters (so then I could transform to short I16 precision)....

Diego Hernandez
Votes: 0
Answers: 2
How to remove a "redundant" dimension with CDO (climate data operators)?
The ERA5 climate dataset is, in general, defined as a [lat, lon, time] matrix. Except for recent data, where it adds the exp_ver variable that indicate if the data is provisory (recent data, up to 3 m...

Diego Hernandez
Votes: 0
Answers: 1
I am trying to download ERA5 reanalysis data(global)from python code but it shows data is too large
I want to download ERA5 reanalysis hourly data for global (from 1950 to 2022). I am trying to download by using python code from cdsapi.
I am just trying to download only for 5 years (in each year onl...
haritha
Votes: 0
Answers: 1