diff --git a/README.rst b/README.rst index eed85bf..d5f3dfe 100644 --- a/README.rst +++ b/README.rst @@ -24,15 +24,6 @@ dipper dipper (the bird) *Dipper is a stout little bird that thrives in fast-flowing rivers.* -This namesake Web Processing Service produces data files and maps on flood warning level forecasts in Europe on a seasonal scale. - -Warning levels are produced for sub-basins that has an average area of 250km2 and are presented with a weekly resolution. - -The warning levels are determined from a historical simulations for the past 30 years and applied on a 31 week seasonal forecast at the start of each month. - -The color, if any, shows the level of the first occuring warning whithin the forecast period. -Note that a higher warning level occuring in a specifig sub-basin can be obscured by a lower level occuring closer in time, use the functionality to choose levels to explore this. -Color intensity is lower the later the warning occurs in the forecast period. This means that a clear vibrant color is close in time and a faded color is distant in time up to the maximum of forecast week 30 which is then barely visible. Documentation ------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 318de0c..a01a5a3 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -4,6 +4,7 @@ :maxdepth: 1 :caption: Contents: + service installation configuration notebooks/index diff --git a/docs/source/service.rst b/docs/source/service.rst new file mode 100644 index 0000000..e4f6695 --- /dev/null +++ b/docs/source/service.rst @@ -0,0 +1,22 @@ +.. _service: + +Climate Service +=============== + +.. contents:: + :local: + :depth: 1 + +Scientific Methode +------------------ + + +This namesake climate resilience aplication package produces data files and maps on flood warning level forecasts in Europe on a seasonal scale. + +Warning levels are produced for sub-basins that has an average area of 250km2 and are presented with a weekly resolution. + +The warning levels are determined from a historical simulations for the past 30 years and applied on a 31 week seasonal forecast at the start of each month. + +The color, if any, shows the level of the first occuring warning whithin the forecast period. +Note that a higher warning level occuring in a specifig sub-basin can be obscured by a lower level occuring closer in time, use the functionality to choose levels to explore this. +Color intensity is lower the later the warning occurs in the forecast period. This means that a clear vibrant color is close in time and a faded color is distant in time up to the maximum of forecast week 30 which is then barely visible.