merge files from different pressure levels
Added by Anonymous over 14 years ago
Hi,
I have netCDF files (.nc) with atmospheric data. Each file has the same variable and time slot but a different atmospheric pressure level. I wish to merge these files to a single file. I try:
"cdo merge ifile01.nc ifile02.nc ofile.nc".
CDO does this operation without error message, however, "ofile.nc" contains the value "0" for the pressure level of "ifile02.nc". How can I correctly merge .nc-files containing different pressure levels? Thank you very much in advance.
With kind regards,
Christian
Replies (2)
RE: merge files from different pressure levels - Added by Ralf Mueller over 14 years ago
Older versions had that problem, see here, but the current release should work.
Which version do you use? (Test with 'cdo -V
')
regards
ralf
RE: merge files from different pressure levels - Added by Anonymous over 14 years ago
Thanks Ralf! I now changed to CDO version 1.4.4 and it now works fine!
Cheers,
Christian