Aquadopp HR

Aquadopp HR mode data has only seen limited testing. Contributions welcome.

Data are processed using a series of run scripts that use command line arguments.

Instrument data to raw .cdf

First, in AquaPro HR, export data to text files using the default options.

Convert from text to a raw netCDF file with .cdf extension using runaqdhrhdr2cdf.py. This script depends on two arguments, the global attribute file and extra configuration information configuration files.

runaqdhrhdr2cdf.py

Convert Aquadopp text files to raw .cdf format. Run this script from the directory containing Aquadopp files.

usage: runaqdhrhdr2cdf.py [-h] gatts config

Positional Arguments

gatts

path to global attributes file (gatts formatted)

config

path to instrument configuration file (YAML formatted)

Raw .cdf to CF-compliant .nc

Convert the raw .cdf data into an CF-compliant netCDF file with .nc extension, optionally including atmospheric correction of the pressure data.

runaqdhrcdf2nc.py

Convert raw Aquadopp .cdf format to processed .nc files, optionally compensating for atmospheric pressure

usage: runaqdhrcdf2nc.py [-h] [--atmpres ATMPRES] cdfname

Positional Arguments

cdfname

raw .cdf filename

Named Arguments

--atmpres

path to cdf file containing atmopsheric pressure data