Exorad

Convert data

We can convert exorad outputs using

cubedsphere.exorad.exorad_postprocessing(ds, outdir=None, datafile=None)[source]

Preliminaray postprocessing on exorad dataset. This function converts the vertical windspeed from Pa into meters and saves attributes to the dataset.

Parameters
ds: Dataset

dataset to be extended

outdir: string

directory in which to find the data file (following the convention f’{outdir}/data’)

datafile: string

alternatively specify datafile directly

Returns
ds:

Dataset to be returned