cdf_put_vara_double :: ncid=4 var0=0.0000
Added by abdu cp over 12 years ago
I am trying to combine a 248 files to a new file combine2010.nc. I try to do with this command "cdo copy *.nc combine2010.nc". It shows error as "cdf_put_vara_double :: ncid=4 var0=0.0000". Could you pls help me to solve the problem. What is the meaning of "ncid=4". My files are precipitation estimates. Thanking you in advance and waiting for ur valuable reply.
I have attached one sample file I am using.
Abdulla C.P.
3B42.100110.18.6A.nc (4.4 MB) 3B42.100110.18.6A.nc |
Replies (2)
RE: cdf_put_vara_double :: ncid=4 var0=0.0000 - Added by Jaison-Thomas Ambadan over 12 years ago
Hi,
try "cdo -f nc2 -copy *.nc combine2010.nc2 " or "cdo -f nc4 -copy *.nc combine2010.nc4"
Cheers,
J.