{nco} cheatsheet

Working with and nco tool
netcdf
nco
Author

Sunny Hospital

Published

April 2, 2024

This is an instruction to create a netcdf file with templated metadata.

Create a metadata template from an existing nc file

ncdump samplefile.nc > metadata_header.txt
ncks -A -v temperature newdata.nc newfile.nc
ncdump -v temperature newfile.nc
ncks -A newdata.nc newfile.nc