I want to concatenate two sets of netcdf files using nco
, where each set has about 30 files.
Set 1 contains: longitude, latitude, time and v.
Set 2 contains: longitude, latitude, time and u.
I have tried:
ncks *.nc out.nc
but I get:
Error received 97 filenames; need no more than two
then I tried:
ncks -A *.nc out.nc
but the error persists:
Error received 97 filenames; need no more than two
Please can you point me in the right direction, I am quite new to this.
Thanks in advance.