Added by Alessio Spassiani almost 11 years ago
Hi,
I am using the operator "remap" to remap CFSR data to the Reanalysis2 grid in grib2 format using SCRIP remapping.
cdo remap,r2grid.nc,remap_weights_cfsr_to_r2.nc ifile ofile
I don't run into any problem when using the operator but when I go to make my control file for the remapped data using the command:
g2ctl.pl -0 ./grib2_file > grib2_file.ctl
I get the following error:
ERROR: local table = 0 is not allowed, set to 1
I don't really understand what the issue is related to or how to go about fixing it.
Any help or insight would be appreciated.
Thanks,
Alessio