This repository contains convenience scripts for viewing and editing netCDF files.
All scripts are in the scripts/
folder:
-
isCoards
: Determines whether a netCDF file adheres to the COARDS netCDF conventions. This is required if the files are to be read by GEOS-Chem Classic or GCHP. -
nc_chunk.pl
: Deflates and chunks a netCDF file. See the Work with netCDF files for more information. -
ncd
: Wrapper script for thencdump
command, which lets you view the header information of a netCDF file. -
time_units
: Wrapper script that allows you to reset thetime:units
attribute of a netCDF file. -
time_unlimited
: Wrapper script that allows you to set thetime
dimension of a netCDF file toUNLIMITED
. NetCDF files must have anUNLIMITED
time dimension before they can be concatenated with e.g. the NCOncrcat
command.