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
How can I make a new netcdf file in a loop in bash?
I am trying to loop over all the netcdf files in a certain directory with bash, manipulate them with NCO, and then write the result to new files, all with different names. I am thinking of something l...
Bernard Postema
Votes: 0
Answers: 1
How to add 2 netcdf files with NCO?
I have two gridded netcdf files with several variables including also time.
The files have the same dimension (gridded, time, variables). The number of the variables are the same. However , the name o...
Nat
Votes: 0
Answers: 1