In two steps :
[pene@donunix] ncecat fic_in1.nc fic_out.nc
[pene@donunix] ncecat -A fic_in2.nc fic_out.nc
[NCO] concatenate 2 netcdf files with differents variables
tags :
NCO,
netcdf,
shell-script
Subscribe to:
Post Comments (Atom)
Welcome to Don Unix
The main purpose of this blog is to show you some interesting Unix and Linux Tips'n Tricks.
I hope you'll enjoy it
In two steps :
[pene@donunix] ncecat fic_in1.nc fic_out.nc
[pene@donunix] ncecat -A fic_in2.nc fic_out.nc
1 comment:
Very useful. Can I ask for any advice on how to concatenate 2 netcdf files, identical except for different time axis? The trick is to not duplicate any time points, but to update a record if already exists. This way result stays monotonic in time.
Post a Comment