@@ -47,18 +47,19 @@ generally 132 characters wide and an analyze file is less than 80
47
47
characters wide.
48
48
49
49
In analyze mode, the output for a field looks like
50
-
50
+ ```
51
51
( lon, lat, time, -----)
52
52
259200 ( 587, 134, 1) ( 269, 59, 1)
53
53
FX1 96369 8.273160400390625E+02 0.000000000000000E+00
54
54
avg abs field values: 9.052845920820910E+01
55
-
55
+ ```
56
56
and a guide to this information is printed at the top of the file
57
57
58
+ ```
58
59
( dim1, dim2, dim3, dim4)
59
60
ARRSIZ1 ( indx1, indx2, indx3) file 1
60
61
FIELD NVALID MAX MIN
61
-
62
+ ```
62
63
63
64
The first 10 characters of the field name are identified in the first
64
65
dozen columns of the third line.
@@ -73,23 +74,23 @@ The last line summarizes some overall statistics including the average
73
74
absolute value of the valid values of the field.
74
75
75
76
In comparison mode, the output (132 chars wide) for a field looks like
76
-
77
+ ```
77
78
96369 ( lon, lat, time)
78
79
259200 ( 422, 198, 1) ( 203, 186, 1) ( 47, 169, 1) ( 224, 171, 1)
79
80
FIRA 96369 1.466549530029297E+02 -3.922052764892578E+01 1.4E+02 -3.037954139709473E+01 1.0E+00 -3.979958057403564E+00
80
81
96369 1.321966247558594E+02 -1.603044700622559E+01 1.084177169799805E+02 3.982142448425293E+00
81
82
259200 ( 156, 31, 1) ( 573, 178, 1) (
82
83
avg abs field values: 6.778244097051392E+01 rms diff: 1.4E+01 avg rel diff(npos): 4.6E-02
83
84
5.960437961084186E+01 avg decimal digits(ndif): 1.2 worst: 0.0
84
-
85
+ ```
85
86
and a guide to this information is printed at the top of the file
86
-
87
+ ```
87
88
NDIFFS ( dim1, dim2, dim3, dim4, ... )
88
89
ARRSIZ1 ( indx1, indx2, indx3, ... ) file 1
89
90
FIELD NVALID1 MAX1 MIN1 DIFFMAX VALUES RDIFMAX VALUES
90
91
NVALID2 MAX2 MIN2
91
92
ARRSIZ2 ( indx1, indx2, indx3, ...) file 2
92
-
93
+ ```
93
94
The information content is identical to the information in analyze
94
95
mode with the following additions. Two additional lines are added
95
96
in the main body. Lines 4 and 5 are identical to line 3 and 2
@@ -120,7 +121,7 @@ will be 4.
120
121
max relative difference (in the above example, this would give 3).
121
122
122
123
At the end of the output file, a summary is presented that looks like
123
-
124
+ ```
124
125
SUMMARY of cprnc:
125
126
A total number of 119 fields were compared
126
127
of which 83 had non-zero differences
@@ -132,7 +133,7 @@ SUMMARY of cprnc:
132
133
A total number of 0 time-varying fields on file 2 were not found on file 1.
133
134
A total number of 0 time-constant fields on file 2 were not found on file 1.
134
135
diff_test: the two files seem to be DIFFERENT
135
-
136
+ ```
136
137
137
138
This summarizes:
138
139
- the number of fields that were compared
0 commit comments