1NCRCAT(1)                   General Commands Manual                  NCRCAT(1)
2
3
4

NAME

6       ncrcat - netCDF Record Concatenator
7

SYNTAX

9       ncrcat  [-3]  [-4]  [-6]  [-A]  [-C]  [-c]  [-D  dbg] [-d dim,[ min][,[
10       max]][,[ stride]]] [-F] [-h] [-L dfl_lvl] [-l path] [-n loop] [-O]  [-p
11       path]  [-R] [-r] [-t thr_nbr] [-v var[,...]]  [-X box] [-x] input-files
12       output-file
13

DESCRIPTION

15       ncrcat concatenates record variables  across  an  arbitrary  number  of
16       input  files.   The final record dimension is by default the sum of the
17       lengths of the record dimensions in the input files.
18
19       Input files may vary in size, but each must have  a  record  dimension.
20       The  record  coordinate, if any, should be monotonic (or else non-fatal
21       warnings may be generated).  Hyperslabs of the record  dimension  which
22       include  more  than  one file are handled correctly.  ncra supports the
23       stride argument to the -d hyperslab option  for  the  record  dimension
24       only, stride is not supported for non-record dimensions.
25
26       ncrcat  applies  special  rules  to  ARM  convention time fields (e.g.,
27       time_offset).
28

EXAMPLES

30       Concatenate files 85.nc, 86.nc,  ...  89.nc along the record dimension,
31       and store the results in 8589.nc:
32              ncrcat 85.nc 86.nc 87.nc 88.nc 89.nc 8589.nc
33              ncrcat 8[56789].nc 8589.nc
34              ncrcat -n 5,2,1 85.nc 8589.nc
35       These three methods produce identical answers.
36
37       Assume  the files 85.nc, 86.nc,  ...  89.nc each contain a record coor‐
38       dinate time of length 12 defined such that the third  record  in  86.nc
39       contains  data  from  March  1986, etc.  NCO knows how to hyperslab the
40       record dimension across files.  Thus, to concatenate data  from  Decem‐
41       ber, 1985--February, 1986:
42              ncrcat -d time,11,13 85.nc 86.nc 87.nc 8512_8602.nc
43              ncrcat -F -d time,12,14 85.nc 86.nc 87.nc 8512_8602.nc
44       The  file  87.nc  is  superfluous, but does not cause an error.  The -F
45       turns on the Fortran (1-based) indexing convention.
46
47       The following uses the stride option to concatenate all the March  tem‐
48       perature data from multiple input files into a single output file
49              ncrcat  -F  -d  time,3,,12  -v  temperature  85.nc  86.nc  87.nc
50              858687_03.nc
51
52       Assume the time coordinate is incrementally numbered such that January,
53       1985  =  1  and  December, 1989 = 60.  Assuming ??  only expands to the
54       five desired files, the following concatenates June, 1985--June, 1989:
55              ncrcat -d time,6.,54. ??.nc 8506_8906.nc
56
57

AUTHOR

59       NCO manual pages written by Charlie Zender and Brian Mays.
60
61

REPORTING BUGS

63       Report bugs to <http://sf.net/bugs/?group_id=3331>.
64
65
67       Copyright © 1995-2010 Charlie Zender
68       This is free software; see the source for copying conditions.  There is
69       NO  warranty;  not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
70       PURPOSE.
71
72

SEE ALSO

74       The full documentation for NCO is maintained as a Texinfo manual called
75       the NCO User's Guide.  Because NCO is mathematical in nature, the docu‐
76       mentation includes TeX-intensive portions not  viewable  on  character-
77       based  displays.  Hence the only complete and authoritative versions of
78       the NCO User's Guide are the PDF  (recommended),  DVI,  and  Postscript
79       versions  at  <http://nco.sf.net/nco.pdf>, <http://nco.sf.net/nco.dvi>,
80       and <http://nco.sf.net/nco.ps>, respectively.  HTML  and  XML  versions
81       are       available       at      <http://nco.sf.net/nco.html>      and
82       <http://nco.sf.net/nco.xml>, respectively.
83
84       If the info and NCO programs are properly installed at your  site,  the
85       command
86
87              info nco
88
89       should  give  you  access  to  the complete manual, except for the TeX-
90       intensive portions.
91
92

HOMEPAGE

94       The NCO homepage at <http://nco.sf.net> contains more information.
95
96
97
98                                                                     NCRCAT(1)
Impressum