How to use this plot
Make sure you have the required datafields (air_pressure
, cloud_area_fraction_in_atmosphere_layer
)
You can use it as is by appending this code into your mswms_settings.py
:
from mslib.mswms.mpl_lsec_styles import LS_DefaultStyle
register_linear_layers = [] if not register_linear_layers else register_linear_layers
register_linear_layers.append((LS_DefaultStyle, "cloud_area_fraction_in_atmosphere_layer", "ml", [next(iter(data))]))