Skip to content

Commit

Permalink
Fix graphics test (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion authored Jan 26, 2018
1 parent 46d9184 commit b185e8c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
34 changes: 27 additions & 7 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,39 @@ Version history
v1.X (unreleased)
-----------------

Changes since the last release:
Breaking changes
~~~~~~~~~~~~~~~~

- Accumulation Area Ratio (AAR) is now correctly computed (:issue:`361`).
By `Fabien Maussion <https://github.com/fmaussion>`_.
- Added a utility function to easily get intersects files (:pull:`402`).
By `Fabien Maussion <https://github.com/fmaussion>`_.
- The method used to apply CRU and GCM anomalies to the climatology has
changed for precipitation: we now use scaled anomalies instead of the
standard anomalies. The previous method might have lead to negative
values in some cases. This change probably has consequences
on the model results and needs to be assessed: this will be done at a
later stage. Related PR: :pull:`393`
standard anomalies (:pull:`393`). The previous method might have lead to
negative values in some cases. The corresponding reference t* have also
been updated (:pull:`407`). This change has some consequences on the
the model results: cross-validation indicates very similar scores, but
the influence on global model output has not been assessed yet.
By `Fabien Maussion <https://github.com/fmaussion>`_.

Enhancements
~~~~~~~~~~~~

- Added a utility function to easily get intersects files (:pull:`402`).
By `Fabien Maussion <https://github.com/fmaussion>`_.
- The old GlaThiDa file linking the total volume of glaciers (T database) to
RGI has been updated to RGI Version 6 (:pull:`403`).
Generally, we do not recommend to use these data for calibration or
validation because of largely unknown uncertainties.
By `Fabien Maussion <https://github.com/fmaussion>`_.

Internals
~~~~~~~~~

- We now use a dedicated server for input data such as modified RGI files
(:pull:`408`). By `Fabien Maussion <https://github.com/fmaussion>`_.
- Test fix for googlemaps.
By `Fabien Maussion <https://github.com/fmaussion>`_.


.. _whats-new.1.0:

Expand Down
2 changes: 1 addition & 1 deletion oggm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# Github repository and commit hash/branch name/tag name on that repository
# The given commit will be downloaded from github and used as source for all sample data
SAMPLE_DATA_GH_REPO = 'OGGM/oggm-sample-data'
SAMPLE_DATA_COMMIT = '17fe98844aed27199d2dfc7fd8af2bc3e356dbd0'
SAMPLE_DATA_COMMIT = '5e15bb8c19191950b3ea0dbfe87d0d68e15aedc9'

CRU_SERVER = ('https://crudata.uea.ac.uk/cru/data/hrg/cru_ts_4.01/cruts'
'.1709081022.v4.01/')
Expand Down

0 comments on commit b185e8c

Please sign in to comment.