Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AS committed Dec 12, 2021
1 parent c23e1a7 commit 1b5ebec
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
10 changes: 3 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Verification of weather and climate forecasts.
* - docs
- |docs| |joss| |doi|
* - tests
- |ci| |upstream| |requires| |codecov|
- |ci| |upstream| |codecov|
* - package
- |conda| |pypi|
- |conda| |conda downloads| |pypi| |pypi downloads|
* - license
- |license|
* - community
- |gitter| |contributors| |conda downloads| |pypi downloads|
- |gitter| |contributors|
* - tutorials
- |gallery| |workshop| |cloud|

Expand All @@ -42,10 +42,6 @@ Verification of weather and climate forecasts.
:target: https://github.com/pangeo-data/climpred/actions/workflows/upstream-dev-ci.yml
:alt: upstream

.. |requires| image:: https://requires.io/github/pangeo-data/climpred/requirements.svg?branch=main
:target: https://requires.io/github/pangeo-data/climpred/requirements/?branch=main
:alt: Requirements Status

.. |codecov| image:: https://codecov.io/gh/pangeo-data/climpred/branch/main/graph/badge.svg
:target: https://codecov.io/gh/pangeo-data/climpred
:alt: coverage
Expand Down
1 change: 1 addition & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ Preprocessing
load_hindcast
rename_to_climpred_dims
rename_SLM_to_climpred_dims
set_integer_time_axis

.. currentmodule:: climpred.preprocessing.mpi

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
climpred.preprocessing.shared.set\_integer\_time\_axis
======================================================

.. currentmodule:: climpred.preprocessing.shared

.. autofunction:: set_integer_time_axis
10 changes: 3 additions & 7 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ climpred: verification of weather and climate forecasts
* - docs
- |docs| |joss| |doi|
* - tests
- |ci| |upstream| |requires| |codecov|
- |ci| |upstream| |codecov|
* - package
- |conda| |pypi|
- |conda| |conda downloads| |pypi| |pypi downloads|
* - license
- |license|
* - community
- |gitter| |contributors| |conda downloads| |pypi downloads|
- |gitter| |contributors|
* - tutorials
- |gallery| |workshop| |cloud|

Expand All @@ -41,10 +41,6 @@ climpred: verification of weather and climate forecasts
:target: https://github.com/pangeo-data/climpred/actions/workflows/upstream-dev-ci.yml
:alt: upstream

.. |requires| image:: https://requires.io/github/pangeo-data/climpred/requirements.svg?branch=main
:target: https://requires.io/github/pangeo-data/climpred/requirements/?branch=main
:alt: Requirements Status

.. |codecov| image:: https://codecov.io/gh/pangeo-data/climpred/branch/main/graph/badge.svg
:target: https://codecov.io/gh/pangeo-data/climpred
:alt: codecov
Expand Down
6 changes: 3 additions & 3 deletions docs/source/terminology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ world [Meehl2013]_ [Pegion2019]_.
[Murphy1988]_:

.. math::
S = \\frac{A_{f} - A_{r}}{A_{p} - A_{r}},
S = \frac{A_{f} - A_{r}}{A_{p} - A_{r}},
where :math:`A_{f}`, :math:`A_{p}`, and :math:`A_{r}` represent the accuracy of the
forecast being assessed, the accuracy of a perfect forecast, and the accuracy of the
Expand All @@ -87,13 +87,13 @@ Forecasting
integrated forward in time, also called re-forcasts. Depending on the length of time
of the integration, external forcings may or may not be included. The longer the
integration (e.g. decadal vs. daily), the more important it is to include external
forcing. [Boer2016]_. Because they represent so-called forecasts over periods that
forcing [Boer2016]_. Because they represent so-called forecasts over periods that
already occurred, their prediction skill can be evaluated.

*Prediction*: Forecasts initialized from a reconstruction integrated into the future.
Depending on the length of time of the integration, external forcings may or may not
be included. The longer the integration (e.g. decadal vs. daily), the more important
it is to include external forcing. [Boer2016]_ Because predictions are made into the
it is to include external forcing [Boer2016]_. Because predictions are made into the
future, it is necessary to wait until the forecast occurs before one can quantify the
skill of the forecast.

Expand Down

0 comments on commit 1b5ebec

Please sign in to comment.