Skip to content

Instantly share code, notes, and snippets.

@baelter
Created December 3, 2014 10:43
Show Gist options
  • Save baelter/da02819a3ba1d8d7d43a to your computer and use it in GitHub Desktop.
Save baelter/da02819a3ba1d8d7d43a to your computer and use it in GitHub Desktop.
Edit netCDF files
#!/bin/bash
cp $1 $1_bak
cdl=/tmp/$1.cdl
ncdump $1 > $cdl
nano $cdl
ncgen -o $1 $cdl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment