Search results
Post the output of the commands cdo sinfo and cdo griddes. I am currently trying to convert my grid type "Icc2" to "lonlat" so it can be recognized by CDO and to convert my file finally GRIB1. I am considering the data for mygrid are:
- cdo setgrid
I have problems adjusting the grid of a netCDF file...
- Help with setgrid
I have data which is referenced with longitudes b/n 220 and...
- cdo setgrid
15 cze 2021 · cdo griddes infile.nc > mygrid sed -i "s/generic/lonlat/g" mygrid Then use CDO to set the grid: cdo setgrid,mygrid infile.nc infile_fixedgrid.nc You should then be able to regrid the file.
I have problems adjusting the grid of a netCDF file generated with ArcGIS. The file is in T63: 192 x 96, xincr=1.875. The grid differs from the standard t63grid in respect to xfirst and the yvals. Therefore I generated "mygrid" and did "cdo setgrid,mygrid input.nc output.nc".
I have data which is referenced with longitudes b/n 220 and 300 deg on a regular 0.25 deg grid. I would like to set the grid to -140 to -60 lon range. The data has its grid defined as follows: As I understand, changing xfirst to -140 should accomplish what I need, but the grid remains unchanged (even changed xunits = degrees_west ): ...
These files provide the latitude and longitude of every grid point, and of the corners of its surrounding cell boundary. A CDO grid file for the ISMIP6 standard 5 km polar stereographic grid for the Greenland ice sheet and the 8km polar stereographic grid for the Antarctic ice sheet can be obtained by emailing ismip6@gmail.com.
PINGO is using a very simple grid description in ASCII format. You can use it to describe regular longitude/latitude or global gaussian grids. All PINGO grid description files are supported. For more information about this format see [PINGO].
cdo -f nc import_cmsaf ifile.h5 ofile.nc. Operators can be combined to a command sequence. A typical case for CM SAF data could look like this: (importing CM SAF data, bilinear remapping to a predefined global grid with 1° resolution and conversion to netcdf).