cdo remapbil - Error(gridToCurvilinear):Grid type >generic< unsupported!
Added by Carol Ed almost 9 years ago
I am new to CDO and I want to interpolate one file (tsice) to the same grid as another file (ts), and later I need to combine those two files; however, when i do "cdo remapbil", i got the following error.
$ cdo remapbil,ts_Amon_GFDL-ESM2M_historical_r1i1p1_200101-200512.nc tsice_OImon_GFDL-ESM2M_historical_r1i1p1_200101-200512.nc tsice_as_ts.nc
Warning (cdfScanVarAttributes) : NetCDF: Variable not found - areacella
Warning (find_time_vars) : Found more than one time variable, skipped variable average_T1!
Warning (find_time_vars) : Found more than one time variable, skipped variable average_T2!
Warning (cdfScanVarAttributes) : NetCDF: Variable not found - areacello
Warning (find_time_vars) : Found more than one time variable, skipped variable average_T1!
Warning (find_time_vars) : Found more than one time variable, skipped variable average_T2!
Error (gridToCurvilinear) : Grid type >generic< unsupported!
Please have a look at the grid information of the attached nc files:
$ cdo griddes tsice_OImon_GFDL-ESM2M_historical_r1i1p1_200101-200512.nc > tsice_gridinfo.txt
$ cdo griddes ts_Amon_GFDL-ESM2M_historical_r1i1p1_200101-200512.nc > ts_gridinfo.txt
Also, I do not understand why there are two 'gridID' for each of the nc files.
Any help is sincerely appreciated!
Thank you!
Carol
ts_gridinfo.txt (7.73 KB) ts_gridinfo.txt | |||
tsice_gridinfo.txt (6.6 MB) tsice_gridinfo.txt |
Replies (1)
RE: cdo remapbil - Error(gridToCurvilinear):Grid type >generic< unsupported! - Added by Carol Ed almost 9 years ago
i found a solution. just simply select by parameter ID and saved it to a new nc file.