changing grid resolution
Added by Augusto Sanabria almost 13 years ago
Hi list_members,
I'm struggling to understand how to change grid resolution,
in a previous email the expression to create the template for a new 1 degree grid
was given as: cdo -f nc -sellonlatbox, lon1,lon2,lat1,lat2,-random,r360x180 template.nc
How should I modify the expression if I want to change resolution to 0.5 deg.?
Thanks for any help you can provide,
regards,
Augusto
Replies (1)
RE: changing grid resolution - Added by Ralf Mueller almost 13 years ago
cdo -f nc -sellonlatbox,lon1,lon2,lat1,lat2 -random,r720x360 template.nc
The random
operator needs a grid description for generating a random field