Last active
September 24, 2017 07:10
-
-
Save pastewka/bce43017e0fb6b8b6cb231fc78b9417c to your computer and use it in GitHub Desktop.
Pick out every n-th frame from a NetCDF file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --rad is "retain all dimensions", makes sure unused dimensions are not deleted | |
ncks --rad -F -d frame,1,,n input.nc output.nc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment