To remap or regrid file
Added by Harsh Vardhan Singh almost 5 years ago
I am using a GCM data tas_Amon_GFDL-ESM2M_rcp85_r1i1p1_200601-201012.nc file
and using an IMD temperature file at 1 degree resolution nc file.
cdo remapcon, tas_Amon_GFDL-ESM2M_rcp85_r1i1p1_200601-201012.nc MinT_1951_2016.nc Output.nc
then it comes as following arguement:
cdo remapcon (Abort): Too many streams! Operator needs 1 input and 1 output streams.
Kindly help me to regrid the same file with respect to my file.!!!!
Replies (1)
RE: To remap or regrid file - Added by Karin Meier-Fleischer almost 5 years ago
Hi Harsh,
you have to delete the blank between remapcon and tas_Amon_GFDL-ESM2M_rcp85_r1i1p1_200601-201012.nc.
cdo remapcon,tas_Amon_GFDL-ESM2M_rcp85_r1i1p1_200601-201012.nc MinT_1951_2016.nc Output.nc
-Karin