earthkit-climdates - Compute model climate dates ================================================ .. program:: earthkit-climdates The :program:`earthkit-climdates` can be invoked with various actions documented here, as follows:: earthkit-climdates [args...] .. option:: -h, --help Print a help message and exit. Can be used as ``earthkit-climdates --help`` as well as for actions, e.g. ``earthkit-climdates range --help``. .. _cli_mclim_range: ``range`` - Compute climatological date ranges ---------------------------------------------- Compute climatological date ranges, one day per year in a given range:: earthkit-climdates range [--sep ] (--from-date | --from-year ) (--to-date | --to-year ) The list is printed using the given separator, as documented in :ref:`cli_sep`. .. option:: --from-date Return dates starting from this one .. option:: --from-year Return dates starting from this year .. option:: --to-date Return dates up to this one .. option:: --to-year Return dates up to this year .. option:: date The date to use as a reference (YYYYMMDD) ``mclim`` - Compute sets of dates for model climatologies --------------------------------------------------------- This combines a climatological range (see :ref:`cli_mclim_range`) and a recurring source (e.g. twice a week). Usage:: earthkit-climdates mclim [--sep ] (--from-date | --from-year ) (--to-date | --to-year ) --before --after The sequence is described as documented in :ref:`cli_seq`. The list is printed using the given separator, as documented in :ref:`cli_sep`. .. option:: --from-date Return dates starting from this one .. option:: --from-year Return dates starting from this year .. option:: --to-date Return dates up to this one .. option:: --to-year Return dates up to this year .. option:: --before Pick up all inputs starting from *num* days before the chosen date .. option:: --after Pick up all inputs up to *num* days after the chosen date .. option:: date The date to use as a reference (YYYYMMDD)