From de97406a2b2a8e5644ce139117fca1de6d9b7fed Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot - API updater <> Date: Mon, 13 Jan 2025 16:27:52 +0000 Subject: [PATCH] MAINT: Update generated API --- src/icclim/_generated/_dcsc.py | 50 +++++++++--------- src/icclim/_generated/_ecad.py | 88 +++++++++++++++---------------- src/icclim/_generated/_generic.py | 30 +++++------ 3 files changed, 84 insertions(+), 84 deletions(-) diff --git a/src/icclim/_generated/_dcsc.py b/src/icclim/_generated/_dcsc.py index 4ada3435..33b71fb2 100644 --- a/src/icclim/_generated/_dcsc.py +++ b/src/icclim/_generated/_dcsc.py @@ -29,38 +29,38 @@ from icclim.logger import Verbosity __all__ = [ - "tav", - "txav", - "trav", - "tx10", - "tx90", - "tn10", - "tn90", - "tnfd", - "txfd", - "sd", - "tx35", - "tr", - "txnd", - "tnht", - "tnnd", - "tncwd", - "txhwd", - "hdd", "cdd", + "ff98", + "ffav", + "hdd", "pav", + "pfl90", "pint", - "rr", - "rr1mm", "pn20mm", + "pq90", + "pq99", "pxcdd", "pxcwd", "r99", - "pfl90", - "pq90", - "pq99", - "ffav", - "ff98", + "rr", + "rr1mm", + "sd", + "tav", + "tn10", + "tn90", + "tncwd", + "tnfd", + "tnht", + "tnnd", + "tr", + "trav", + "tx10", + "tx35", + "tx90", + "txav", + "txfd", + "txhwd", + "txnd", ] diff --git a/src/icclim/_generated/_ecad.py b/src/icclim/_generated/_ecad.py index a77b723d..d3c85b44 100644 --- a/src/icclim/_generated/_ecad.py +++ b/src/icclim/_generated/_ecad.py @@ -28,70 +28,70 @@ from icclim.logger import Verbosity __all__ = [ - "tg", - "tn", - "tx", + "cd", + "cdd", + "cfd", + "csdi", + "csu", + "cw", + "cwd", + "ddeast", + "ddnorth", + "ddsouth", + "ddwest", "dtr", "etr", - "vdtr", - "su", - "tr", - "wsdi", - "tg90p", - "tn90p", - "tx90p", - "txx", - "tnx", - "csu", - "gd4", "fd", - "cfd", + "fg", + "fg6bft", + "fgcalm", + "fxx", + "gd4", + "gsl", "hd17", "id", - "tg10p", - "tn10p", - "tx10p", - "txn", - "tnn", - "csdi", - "cdd", + "pp", "prcptot", - "rr1", - "sdii", - "cwd", - "rr", "r10mm", "r20mm", - "rx1day", - "rx5day", "r75p", "r75ptot", "r95p", "r95ptot", "r99p", "r99ptot", + "rh", + "rr", + "rr1", + "rx1day", + "rx5day", "sd", "sd1", "sd5cm", "sd50cm", - "cd", - "cw", - "wd", - "ww", - "fxx", - "fg6bft", - "fgcalm", - "fg", - "ddnorth", - "ddeast", - "ddsouth", - "ddwest", - "gsl", - "spi6", + "sdii", "spi3", - "pp", + "spi6", "ss", - "rh", + "su", + "tg", + "tg10p", + "tg90p", + "tn", + "tn10p", + "tn90p", + "tnn", + "tnx", + "tr", + "tx", + "tx10p", + "tx90p", + "txn", + "txx", + "vdtr", + "wd", + "wsdi", + "ww", ] diff --git a/src/icclim/_generated/_generic.py b/src/icclim/_generated/_generic.py index 93fd9df2..3cf14fc6 100644 --- a/src/icclim/_generated/_generic.py +++ b/src/icclim/_generated/_generic.py @@ -29,27 +29,27 @@ from icclim.logger import Verbosity __all__ = [ + "average", "count_occurrences", - "max_consecutive_occurrence", - "sum_of_spell_lengths", - "excess", + "custom_index", "deficit", + "difference_of_extremes", + "difference_of_means", + "excess", "fraction_of_total", - "maximum", - "minimum", - "average", - "sum", - "standard_deviation", - "max_of_rolling_sum", - "min_of_rolling_sum", + "max_consecutive_occurrence", "max_of_rolling_average", - "min_of_rolling_average", - "mean_of_difference", - "difference_of_extremes", + "max_of_rolling_sum", + "maximum", "mean_of_absolute_one_time_step_difference", - "difference_of_means", + "mean_of_difference", + "min_of_rolling_average", + "min_of_rolling_sum", + "minimum", "percentile", - "custom_index", + "standard_deviation", + "sum", + "sum_of_spell_lengths", ]