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 thencdumpcommand, which lets you view the header information of a netCDF file. -
time_units: Wrapper script that allows you to reset thetime:unitsattribute of a netCDF file. -
time_unlimited: Wrapper script that allows you to set thetimedimension of a netCDF file toUNLIMITED. NetCDF files must have anUNLIMITEDtime dimension before they can be concatenated with e.g. the NCOncrcatcommand.