oceanflux-ghg / FluxEngine

Open source atmosphere-ocean gas flux data processing tools. Example uses i) calculating global/regional gas fluxes and net integrated values using satellite Earth, model or in situ data (or any combination), ii) uncertainty analyses (eg ensemble runs, input data uncertainty, model uncertainty), iii) evaluating novel gas transfer parameterisations.
Other
28 stars 16 forks source link

Temporal resolution and full validation suite #33

Closed THolding closed 6 years ago

THolding commented 6 years ago

Specify temporal resolution in config files using temporal_resolution parameter. This defines the time between flux calculations and uses the following format: D hh:mm (number of days, hours and minutes. If left unspecified this will default to monthly.

Flexible start and end dates. The run script supports specifying start and end times to within one minute resolutions using the following formats: YYYY, YYYY-MM-DD, YYYY-MM-DD hh:mm. Backwards compatibility with previous YYYY format will select first day of the year for start_date and last day of the year for stop_date.

User specified output file names and output file hierarchy (data/time tokens can be used).

The full validation suite script has been added.

Bugs with the k parameterisation name have been fixed. A bug which caused crashes when certain k parameterisation functors which use OceanFluxGHG_k and OceanFluxGHG_kd were set has been fixed.

Updated instructions / documentation has been included.