Top "Nco" questions

NCO is the acronym standing for netCDF Operators, a collection of standalone operators that manipulate data stored in netCDF-accessible formats, including HDF4 and HDF5.

netcdf4 extract for subset of lat lon

I would like to extract a spatial subset of a rather large netcdf file. From Loop through netcdf files and …

python netcdf nco cdo-climate
Combine multiple NetCDF files into timeseries multidimensional array python

I am using data from multiple netcdf files (in a folder on my computer). Each file holds data for the …

python netcdf nco cdo-climate
Python : Replacing Values in netcdf file using netCDF4

I have a netcdf file with several values < 0. I would like to replace all of them with a single …

python netcdf python-xarray nco
Is there a way to crop a NETCDF file?

Imagine that you have a file example.nc, that has wind data defined in 90N, 90S, 180E, 180W region. Is …

linux netcdf nco cdo-climate
subtracting variables within two different netcdf files

I have two netcdf files: downwelling radiation named rsds.nc and confined radiation named rsns.nc. rsds.nc contains a …

variables netcdf subtraction nco cdo-climate