From aa2273b26f4fe022690ed8814115e8e3f45f79dc Mon Sep 17 00:00:00 2001 From: Thomas Jahns <jahns@dkrz.de> Date: Wed, 8 Mar 2017 18:12:31 +0100 Subject: [PATCH] Document -qtaxis-unit option of test program. --- doc/README.pio_write | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/README.pio_write b/doc/README.pio_write index 8c491c8e8..257f3cf8a 100644 --- a/doc/README.pio_write +++ b/doc/README.pio_write @@ -154,3 +154,21 @@ the distributed multi-array feature. Create a time axis following the conventions of TAXIS_ABSOLUTE, TAXIS_RELATIVE or TAXIS_FORECAST respectively. + +-qtaxis-unit=<UNIT> + +Set the time unit to one of + +* second +* minute +* quarter +* 30minutes +* hour +* 3hours +* 6hours +* 12hours +* day +* month +* year + +As with -qtaxis-type see the CDI library documentation for specifics. -- GitLab