Skip to content

Commit

Permalink
MAINT: Update generated API
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot - API updater committed Dec 2, 2024
1 parent 0e27631 commit 6546a3b
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 84 deletions.
50 changes: 25 additions & 25 deletions src/icclim/_generated/_dcsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]


Expand Down
88 changes: 44 additions & 44 deletions src/icclim/_generated/_ecad.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]


Expand Down
30 changes: 15 additions & 15 deletions src/icclim/_generated/_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]


Expand Down

0 comments on commit 6546a3b

Please sign in to comment.