Skip to content

Commit

Permalink
Fix typos (#1656)
Browse files Browse the repository at this point in the history
Signed-off-by: shuoer86 <129674997+shuoer86@users.noreply.github.com>
  • Loading branch information
shuoer86 authored Nov 9, 2023
1 parent 6ba2794 commit d37540c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/download-projections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Feel free to make a selection of GCMs that suits your purpose when using the dat

For more information and access to the data, visit the
`OGGM/oggm-standard-projections-csv-files <https://github.com/OGGM/oggm-standard-projections-csv-files>`_
reposity.
repository.

Data usage requirements
-----------------------
Expand Down
4 changes: 2 additions & 2 deletions oggm/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3867,7 +3867,7 @@ def reset_melt_f():
ye = gdir.get_climate_info()['baseline_yr_1'] + 1
yr_rgi = gdir.rgi_date

# succesful run to compare to
# successful run to compare to
run_dynamic_melt_f_calibration(
gdir, melt_f_max=melt_f_max,
run_function=dynamic_melt_f_run_with_dynamic_spinup,
Expand Down Expand Up @@ -4753,7 +4753,7 @@ def test_hydro_ref_area(self, hef_gdir, inversion_params):

odf = pd.concat([odf_hist, odf_run])
# Domain area is constant and equal to the first year
# Except at the begining of the simulation where the glacier
# Except at the beginning of the simulation where the glacier
# advances a little
odf['dom_area'] = odf['on_area'] + odf['off_area']
assert_allclose(odf['dom_area'], odf['dom_area'].iloc[0], rtol=3e-3)
Expand Down

0 comments on commit d37540c

Please sign in to comment.