Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Sep 8, 2022
1 parent ef7189f commit a138b0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/assets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ These data are tabular summary from available global datasets:

- https://cluster.klima.uni-bremen.de/~oggm/rgi/rgi62_stats.h5: the global RGI stripped from the geometries
- https://cluster.klima.uni-bremen.de/~oggm/g2ti/rgi62_itmix_df.h5: ice volumes from [Farinotti_etal_2019]_ in tabular form
- https://cluster.klima.uni-bremen.de/~oggm/geodetic_ref_mb/hugonnet_2021_ds_rgi60_pergla_rates_10_20_worldwide_filled.hdf: glacier geodetic mass balance data from `Hugonnet et al., 2021 <https://www.nature.com/articles/s41586-021-03436-z>_` corrected for RGI region 12 and missing glaciers, in tabular form
- https://cluster.klima.uni-bremen.de/~oggm/geodetic_ref_mb/hugonnet_2021_ds_rgi60_pergla_rates_10_20_worldwide_filled.hdf: glacier geodetic mass balance data from `Hugonnet et al., 2021 <https://www.nature.com/articles/s41586-021-03436-z>`_ corrected for RGI region 12 and missing glaciers, in tabular form
- `an example of OGGM output summary <https://cluster.klima.uni-bremen.de/~oggm/gdirs/oggm_v1.4/L3-L5_files/ERA5/elev_bands/qc3/pcp1.6/no_match/RGI62/b_040/L5/summary/>`_
from the pre-processed directories. Useful outputs include terminus position, topographical
variables, etc.
Expand Down
8 changes: 4 additions & 4 deletions oggm/tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ def up_to_climate(reset=False, use_mp=None):
cfg.initialize()

# Use multiprocessing
if use_mp is None:
cfg.PARAMS['use_multiprocessing'] = use_multiprocessing()
else:
cfg.PARAMS['use_multiprocessing'] = use_mp
# if use_mp is None:
# cfg.PARAMS['use_multiprocessing'] = use_multiprocessing()
# else:
# cfg.PARAMS['use_multiprocessing'] = use_mp

# Working dir
cfg.PATHS['working_dir'] = _TEST_DIR
Expand Down

0 comments on commit a138b0d

Please sign in to comment.