ocmw.dataproc module

A set of data processing modules with functions to extract and process model and ADCP data.

Models deveopled using the Open Telemac-Mascaret solver formed the starting point for the development of these tools. The modules otm_extraction and otm_vectorfield are specific to simulation data generated using Open Telemac-Mascaret. The OTM modules output data in a standardized OCMW internal format that can be processed using ocmw_extract, processModelData. To apply these tools to other numerical solvers, an equivalent set of data extraction tools will need to be written.

At present the OCMW internal data format used is a structured matlab file, this allows the data generated to directly processed using matlab. The intent is to move to a more generic format, e.g. netCDF4.

otm_extraction

Open Telemac-Mascaret output data extraction built on the HR Wallingford parser tools supplied with OTM.

otm_vectorfield

Functions for extracting velocity, velocity gradient, and vorticity 2D fields from Open Telemac-Mascret model output.

ocmw_extract

Functions to extract timeseries of data at specific locations in the water column from model data location extracts.

processModelData

Tools for post-processing Open Telemac-Mascaret model data extract to OCMW format.

processADCPData

Tools for converting ADCP data into OCMW standard format for OCMW post-processing.

Submodules