OFFSET/SCALE when interpolating
Added by Joana Medeiros almost 8 years ago
Dear all,
I am new to CDO, and have one question :
If SCALE and/or OFFSET are defined in the original NETCDF file (ERA-Interim .nc files), then when I use CDO to average or interpolate, does it takes into account OFFSET and SCALE automatically or do I have specify it like "cdo remapbic,mygrid,txt -mulc,scale -addc,offset infile.nc outfile.nc " or do I just "cdo remapbic,mygrid,txt infile.nc outfile.nc " because cdo automatically detects and scales/offset it beforehand ?
Hope for feedback soon.
Many thanks
regards
J
Replies (2)
RE: OFFSET/SCALE when interpolating - Added by Joana Medeiros almost 8 years ago
ERRATA, I do "cdo -b f32 remapbic,mygrid,txt infile.nc outfile.nc", so does this mean that it is the same has " "cdo remapbic,mygrid,txt -mulc,scale -addc,offset infile.nc outfile.nc " ??
Many thanks
Regards
Joana