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 #32

Closed THolding closed 6 years ago

THolding commented 6 years ago

New features: Specify temporal resolution in config Specify custom output file names and output directory structure *Start and end dates can now also be specified as full dates (instead of just years). Use the following format: "YYYY-MM-DD" and "YYYY-MM-DD hh:mm". Back compatibility to "YYYY" format will use the first day of the year (for start_date) or the last day of the year (end_date).

Various small bug fixes.