@@ -47,18 +47,19 @@ generally 132 characters wide and an analyze file is less than 80
4747characters wide.
4848
4949In analyze mode, the output for a field looks like
50-
50+ ```
5151 ( lon, lat, time, -----)
5252 259200 ( 587, 134, 1) ( 269, 59, 1)
5353 FX1 96369 8.273160400390625E+02 0.000000000000000E+00
5454 avg abs field values: 9.052845920820910E+01
55-
55+ ```
5656and a guide to this information is printed at the top of the file
5757
58+ ```
5859 ( dim1, dim2, dim3, dim4)
5960 ARRSIZ1 ( indx1, indx2, indx3) file 1
6061 FIELD NVALID MAX MIN
61-
62+ ```
6263
6364The first 10 characters of the field name are identified in the first
6465 dozen columns of the third line.
@@ -73,23 +74,23 @@ The last line summarizes some overall statistics including the average
7374 absolute value of the valid values of the field.
7475
7576In comparison mode, the output (132 chars wide) for a field looks like
76-
77+ ```
7778 96369 ( lon, lat, time)
7879 259200 ( 422, 198, 1) ( 203, 186, 1) ( 47, 169, 1) ( 224, 171, 1)
7980 FIRA 96369 1.466549530029297E+02 -3.922052764892578E+01 1.4E+02 -3.037954139709473E+01 1.0E+00 -3.979958057403564E+00
8081 96369 1.321966247558594E+02 -1.603044700622559E+01 1.084177169799805E+02 3.982142448425293E+00
8182 259200 ( 156, 31, 1) ( 573, 178, 1) (
8283 avg abs field values: 6.778244097051392E+01 rms diff: 1.4E+01 avg rel diff(npos): 4.6E-02
8384 5.960437961084186E+01 avg decimal digits(ndif): 1.2 worst: 0.0
84-
85+ ```
8586and a guide to this information is printed at the top of the file
86-
87+ ```
8788 NDIFFS ( dim1, dim2, dim3, dim4, ... )
8889 ARRSIZ1 ( indx1, indx2, indx3, ... ) file 1
8990 FIELD NVALID1 MAX1 MIN1 DIFFMAX VALUES RDIFMAX VALUES
9091 NVALID2 MAX2 MIN2
9192 ARRSIZ2 ( indx1, indx2, indx3, ...) file 2
92-
93+ ```
9394The information content is identical to the information in analyze
9495mode with the following additions. Two additional lines are added
9596in the main body. Lines 4 and 5 are identical to line 3 and 2
@@ -120,7 +121,7 @@ will be 4.
120121max relative difference (in the above example, this would give 3).
121122
122123At the end of the output file, a summary is presented that looks like
123-
124+ ```
124125SUMMARY of cprnc:
125126 A total number of 119 fields were compared
126127 of which 83 had non-zero differences
@@ -132,7 +133,7 @@ SUMMARY of cprnc:
132133 A total number of 0 time-varying fields on file 2 were not found on file 1.
133134 A total number of 0 time-constant fields on file 2 were not found on file 1.
134135 diff_test: the two files seem to be DIFFERENT
135-
136+ ```
136137
137138This summarizes:
138139- the number of fields that were compared
0 commit comments