format of PartMC raw output

Here is a sample of PartMC raw output

[1]:
import xarray as xr
p = "../data/urban_plume_0001_00000002.nc"
ds = xr.open_dataset(p)
ds
[1]:
<xarray.Dataset>
Dimensions:                     (gas_species: 77, aero_species: 20,
                                 aero_source: 8, aero_weight_group: 2,
                                 aero_weight_class: 8, aero_particle: 1246,
                                 aero_removed: 4636)
Coordinates:
  * gas_species                 (gas_species) int32 1 2 3 4 5 ... 73 74 75 76 77
  * aero_species                (aero_species) int32 1 2 3 4 5 ... 17 18 19 20
  * aero_source                 (aero_source) int32 1 2 3 4 5 6 7 8
  * aero_weight_group           (aero_weight_group) int32 1 2
  * aero_weight_class           (aero_weight_class) int32 1 2 3 4 5 6 7 8
  * aero_particle               (aero_particle) int32 1 2 3 4 ... 1244 1245 1246
  * aero_removed                (aero_removed) int32 1 2 3 4 ... 4634 4635 4636
Data variables: (12/48)
    time                        float64 3.6e+03
    timestep                    float64 60.0
    timestep_index              int32 2
    repeat                      int32 1
    temperature                 float64 292.5
    relative_humidity           float64 0.8126
    ...                          ...
    aero_refract_core_real      (aero_particle) float64 0.0 0.0 0.0 ... 0.0 0.0
    aero_refract_core_imag      (aero_particle) float64 0.0 0.0 0.0 ... 0.0 0.0
    aero_core_vol               (aero_particle) float64 0.0 0.0 0.0 ... 0.0 0.0
    aero_removed_id             (aero_removed) int32 134 602 715 ... 5534 5783
    aero_removed_action         (aero_removed) int32 1 1 1 4 3 3 ... 1 1 1 1 1 4
    aero_removed_other_id       (aero_removed) int32 32767 32767 ... 32767 0
Attributes:
    title:        PartMC version 2.5.0 output file
    source:       PartMC version 2.5.0
    UUID:         A96876F0-F62E-45FB-AC47-2FB221548641
    history:      2021-09-22T15:54:26.773-05:00 created by PartMC version 2.5.0
    Conventions:  CF-1.4