## page was renamed from select_slice === Program select_slice === This routine extracts a subset from a NetCDF file and writes it to a new destination. The input file should contain a NetCDF file with maximum n=3-dimensional fields, e.g. a trajectory file. This subroutine selects a n-1-dimensional slice for a given selected dimension e.g. the data for a single trajectory out of a set of trajectories. ==== Configuration file ==== It needs an input file '''select_slice.inp''' which contains information in the following order: {{{ dimension name chosen number number of files input file 1 output file 1 input file 2 output file 2 etc. }}}