Added by Muhammad Latif over 9 years ago
Hi,
I'm trying to remove the precipitation values over the ocean areas for GFDL-CM2.1 (one of the GCMs from CMIP5) monthly data (e.g. June). In order to create "land-sea-mask file" I used the following:
cdo -f nc -remapnn,GFDL.nc -gtc,0 -topo land-sea-mask.nc
and an error appears as:
Error (gridToCurvilinear) : Grid type >generic< unsupported!
The above operator works for all models except only GFDL-CM2.1. I'm using version "cdo 1.5.3.dfsg.1-2".
Any help would be greatly appreciated.
Latif (Ph.D Student)