Skip to content

Commit

Permalink
Fix fonts/wording in figure captions
Browse files Browse the repository at this point in the history
  • Loading branch information
czender committed Jun 27, 2024
1 parent 3a8ebfa commit d92e51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch08.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ The value of **`quantization_nsd`** is an integer with **`1 \<= NSD \<= 7`** for
ps:standard_name = "surface_air_pressure" ;
ps:units = "Pa" ;
----
Note how the same NSB is reported in two attributes of the data variable **`ps`**. The **`quantization`** container variable (**`quantization`**) **`implementation`** attribute reveals that the netCDF library applied the BitRound algorithm. The netCDF library wrote the system-defined **`_QuantizeBitRoundNumberOfSignificantBits`** attribute [<<NetCDF>>] which contains the same parameter value as the CF **`quantization_nsb`** attribute.
Note how the same NSB is reported in two attributes of the data variable **`ps`**. The quantization variable (**`quantization_info`**) **`implementation`** attribute reveals that the netCDF library applied the BitRound algorithm. The netCDF library wrote the system-defined **`_QuantizeBitRoundNumberOfSignificantBits`** attribute [<<NetCDF>>] which contains the same parameter value as the CF **`quantization_nsb`** attribute.
====

[[example-quantization-nsd-multiple-variables-nco]]
Expand All @@ -781,7 +781,7 @@ Quantization of different variables to different levels often makes good scienti
ts:quantization = "quantization_info" ;
ts:quantization_nsd = 3 ;
----
Both variables were quantized by the same algorithm and so utilize the same **`quantization`** variable. **`quantization`** reveals that the Granular BitRound algorithm in NCO performed the quantization. Since the netCDF library did not perform the quantization, there is no system-defined long quantization attribute.
Both variables were quantized by the same algorithm and so utilize the same quantization variable. **`quantization_info`** reveals that the Granular BitRound algorithm in NCO performed the quantization. Since the netCDF library did not perform the quantization, there is no system-defined long quantization attribute.
====

[[quantization-algorithms-description, Section 8.4.3, "Description of Quantization Algorithms"]]
Expand Down

0 comments on commit d92e51d

Please sign in to comment.