File: cdfcmp.1

package info (click to toggle)
cdftools 4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,948 kB
  • sloc: f90: 43,175; makefile: 457; sh: 96; ada: 22
file content (33 lines) | stat: -rw-r--r-- 1,227 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH cdfcmp 1  CDFTOOLS

.SH REQUIRED FILES
None.

.SH OUTPUT
output is done on standard output.




.\"    PRINT *,' usage : cmp_var -f1 IN-file1 -f2 IN-file2 -var IN-var ...'
.\"     PRINT *,'     ... [-lev kmin kmax ] [-zoom imin imax jmin jmax] ...'
.\"     PRINT *,'      '
.\"     PRINT *,'     PURPOSE :'
.\"     PRINT *,'        Find where IN-var is different between IN-file1 and IN-file2 '
.\"     PRINT *,'        Options allow to restrict the finding to a sub area in space'
.\"     PRINT *,'      '
.\"     PRINT *,'     ARGUMENTS :'
.\"     PRINT *,'       -f1 IN-file1 : input file1'
.\"     PRINT *,'       -f2 IN-file2 : input file2'
.\"     PRINT *,'       -var IN-var  : input variable'
.\"     PRINT *,'      '
.\"     PRINT *,'     OPTIONS :'
.\"     PRINT *,'       [-lev kmin kmax ] : restrict to level between kmin and kmax. '
.\"     PRINT *,'       [-zoom imin imax jmin jmax] : restrict to sub area specified'
.\"     PRINT *,'                                     by the given limits. '
.\"     PRINT *,'      '
.\"     PRINT *,'     REQUIRED FILES :'
.\"     PRINT *,'       none '
.\"     PRINT *,'      '
.\"     PRINT *,'     OUTPUT : '
.\"     PRINT *,'       output is done on standard output.'