quail

Logo

A Web Processing Service for climdex.pcic

View the Project on GitHub pacificclimate/quail

Processes

Climdex Days

Takes a climdexInput object as input and computes the annual count of days where daily temperature satisfies some condition.

Notebook Demo

Climdex DTR

Computes the mean daily diurnal temperature range.

Notebook Demo

Get Indices

Takes a climdexInput object as input and returns a dictionary with the names of all the indices which may be computed as values and which processes they are accessible by as keys

Notebook Demo

Climdex GSL

Computes the growing season length (GSL). Growing season length is the number of days between the start of the first spell of warm days in the first half of the year, defined as six or more days with mean temperature above 5 degrees Celsius, and the start of the first spell of cold days in the second half of the year, defined as six or more days with a mean temperature below 5 degrees Celsius.

Notebook Demo

Climdex MMDMT

This process wraps climdex functions:

Notebook Demo

Climdex Ptot

Wraps climdex.r95ptot, climdex.r99ptot and climdex.prcptot. Computes the annual sum of precipitation in days where daily precipitation exceeds the daily precipitation threshold in the base period. If threshold is not given, annual sum of precipitation in wet days (> 1mm) will be calculated.

Notebook Demo

Climdex Quantile

This function implements R’s type=8 in a more efficient manner.

Notebook Demo

Climdex RMM

Wraps climdex.r10mm, climdex.r20mm and climdex.rnnmm. The annual count of days where daily precipitation is more than [threshold] mm per day.

Notebook Demo

Climdex Rxn day

Notebook Demo

Climdex SDII

Computes the climdex index SDII, or Simple Precipitation Intensity Index. This is defined as the sum of precipitation in wet days (days with precipitation over 1mm) during the year divided by the number of wet days in the year.

Notebook Demo

Climdex Spells

Cold or warm spell duration index and maximum consecutive dry or wet days. Wraps:

Notebook Demo

Climdex Temp Pctl

This process wraps climdex functions

Notebook Demo

ClimdexInput CSV

Process for creating climdexInput object from CSV files.

Notebook Demo

ClimdexInput Raw

Process for creating climdexInput object from data already ingested into R.

Notebook Demo