...
none netcdf_auto_rescale_values_to_fit_packed_type( number )
(Metview 5)
Sets whether Metview automatically rescales values if they overflow the packed data type of the current variable. Setting the input number to 1 enables the rescaling (which is the default behaviour), setting it to 0 disables it. If disabled, and the computed values overflow the data type, the macro will fail.
Anchor netcdf_auto_translate_times netcdf_auto_translate_times
none netcdf_auto_translate_times( number )
(Metview 5)
Sets whether Metview automatically translates time variables into dates when retrieving with the value()
or values()
functions. Setting the input number to 1 enables the translation (which is the default behaviour), setting it to 0 disables it. If disabled, these functions will instead return the raw numbers encoded in the netCDF variable. This is a global option, not specific to a particular netcdf file.
...
none netcdf_preserve_missing_values( number )
(Metview 5)
Sets whether Metview correctly handles missing values by not including them in computations. Set the input number to 1 to ensure the correct treatment of missing values, or set it to 0 to revert to Metview 4's behaviour of considering them to be normal numbers. This is a global option, not specific to a particular netcdf file.
...
none netcdf_auto_scale_values( number )
(Metview 5 )
Sets whether Metview automatically applies scale_factor and add_set attributes if they are present. Setting the input number to 1 enables the scaling (which is the default behaviour), setting it to 0 disables it. If disabled, the the raw numbers encoded in the netCDF variable will be used in any calculations. This is a global option, not specific to a particular netcdf file.
...