The MONC_utils module.¶
This module implements utility functions specific to MONC for subfilter.subfilter
.
New at 0.5
Relocated to
subfilter.io
.
Detailed Module Contents¶
The entire module is documented below.
Created on Mon Aug 2 11:06:21 2021
@author: paclk
- subfilter.io.MONC_utils.bytarr_to_dict(d)¶
- subfilter.io.MONC_utils.options_database(source_dataset)¶
Convert options_database in source_dataset to dictionary.
- Parameters
source_dataset (netCDF4 file) – MONC output file.
- Returns
options_database
- Return type
dict
Created on Mon Aug 2 11:21:15 2021
@author: paclk