Error while multiplying netcdf files using mulc command
Added by chinmay Deval over 9 years ago
Hi,
I have a netcdf file containing daily precipitation values. And I have another netcdf file which contains correction factor values. Both the files have grid description as mentioned below. I need to multiply the daily precipitation values with the correction factors. when I used cdo mulc,correction factor netcdf Original precipitation netcdf outfile.nc I got error saying cdo mulc (Abort): Float parameter >correction factor netcdf file name< contains invalid characters at position 1!. I would highly appreciate any help in solving this issue.
gridtype = lonlat
gridsize = 95760
xname = lon
xlongname = longitude
xunits = degrees_east
yname = lat
ylongname = latitude
yunits = degrees_north
xsize = 420
ysize = 228
xfirst = 65.00
xinc = 0.083333333333330
yfirst = 39.00
yinc = -0.083333333333330
Thanks in advance,
Chinmay
Replies (1)
RE: Error while multiplying netcdf files using mulc command - Added by Ralf Mueller about 9 years ago
Hi!
Without a sample of the input fields and the exact CDO call, it's almost impossible to help, sorry
cheers
ralf