Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volume Area Scaling (VAS) model from Marzeion et.al., 2012 #662

Merged
merged 42 commits into from May 29, 2019

Commits on Feb 1, 2019

  1. Adding the first version of the original mass balance model used by M…

    …arzeion et.al., 2012, including an altered calibration method. The `test_ben.py` file contains the corresponding unit tests.
    oberrauch committed Feb 1, 2019
    Copy the full SHA
    3d57b9f View commit details
    Browse the repository at this point in the history
  2. - Correcting PEP8 issues, mainly too long lines.

     - Deleting the OGGM tests from the `test_ben.py` file
    oberrauch committed Feb 1, 2019
    Copy the full SHA
    e8eb416 View commit details
    Browse the repository at this point in the history
  3. Tests for the mass balance methods & minor improvements:

    - Test for the routine computing the minimal and maximal glacier surface elevation
    - Tests for the routines computing the mass balance relevant climate information
    - Added `ben_params` as basename in the config file
    - Minor changes such as typos and similar
    oberrauch committed Feb 1, 2019
    Copy the full SHA
    fb43d48 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    154e3e3 View commit details
    Browse the repository at this point in the history
  5. Finalising the mass balance tests

    - Test the monthly specific mass balance against the corresponding annual mb
    - Test the annual mass balance against the 'manually' computed mass balance
    - Add a comparison with the reference mass balance measurements to the spec mb test
    oberrauch committed Feb 1, 2019
    Copy the full SHA
    6286e05 View commit details
    Browse the repository at this point in the history
  6. Started to work on the dynamic part (end of day commit):

    - Added area-volume and area-lenght scaling parameters to `params.cfg`
    - First steps on what will become the `BenModel` class
    oberrauch committed Feb 1, 2019
    Copy the full SHA
    33b850d View commit details
    Browse the repository at this point in the history
  7. Continued to work on the dynamic model (end of day commit):

    - Corrected typo in the `cfg.py`
    - `step()` function of dynamic model
    - `run_until()` function of dynamic model
    Note: I'm well aware that the model does not work properly yet. Qualitative tests on Hintereisferner show not observed area/volume/length changes...
    oberrauch committed Feb 1, 2019
    Copy the full SHA
    c06f5c9 View commit details
    Browse the repository at this point in the history
  8. Finalizing the volume/area scaling model.

    - Changed the name to VAScaling
    - Solved problems with scaling constants
    - Solved problem with time scales
    oberrauch committed Feb 1, 2019
    Copy the full SHA
    d52a645 View commit details
    Browse the repository at this point in the history
  9. Test for the VAS model

    - Testing the length, area and volume output against the OGGM
    oberrauch committed Feb 1, 2019
    Copy the full SHA
    cde7c7e View commit details
    Browse the repository at this point in the history
  10. VAS model test fine tuning

    oberrauch committed Feb 1, 2019
    Copy the full SHA
    8951fc2 View commit details
    Browse the repository at this point in the history
  11. Adding routine which calculates the RMSD between the anomalies to the…

    … mean of the repective time series.
    oberrauch committed Feb 1, 2019
    Copy the full SHA
    2ec0a4d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Copy the full SHA
    1dd6f37 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Copy the full SHA
    5384922 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Adding pytest to test file.

    oberrauch committed Mar 26, 2019
    Copy the full SHA
    c5745e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Fixing some tests.

    oberrauch committed Mar 27, 2019
    Copy the full SHA
    2dc2b68 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Minor changes

    oberrauch committed Apr 14, 2019
    Copy the full SHA
    7a98cea View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Copy the full SHA
    1b05d9a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7120733 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Update the OGGM code base.

    oberrauch committed May 9, 2019
    Copy the full SHA
    7cd3ea7 View commit details
    Browse the repository at this point in the history
  2. Solving PEP8 issues.

    oberrauch committed May 9, 2019
    Copy the full SHA
    7fa68be View commit details
    Browse the repository at this point in the history
  3. Some more PEP8 issues.

    oberrauch committed May 9, 2019
    Copy the full SHA
    e3b30d5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Copy the full SHA
    ed0c64b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Copy the full SHA
    d05dbc5 View commit details
    Browse the repository at this point in the history
  2. Reference t* lists.

    oberrauch committed May 15, 2019
    Copy the full SHA
    81956ff View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Copy the full SHA
    a53a31c View commit details
    Browse the repository at this point in the history
  2. Fixing some tests.

    oberrauch committed May 20, 2019
    Copy the full SHA
    e5442b2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Copy the full SHA
    8b42cce View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Copy the full SHA
    7f3418a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8cc475d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Copy the full SHA
    ee9fb7a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Copy the full SHA
    111c06e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    10c76f5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    67f6d63 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Copy the full SHA
    81dbe9f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b17e2a8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Copy the full SHA
    3e46d5e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    81f3cb4 View commit details
    Browse the repository at this point in the history
  3. Resolving PEP8 issues.

    oberrauch committed May 29, 2019
    Copy the full SHA
    d25a04e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3ae2a59 View commit details
    Browse the repository at this point in the history
  5. Revert gitignore

    fmaussion committed May 29, 2019
    Copy the full SHA
    8a85126 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6e7be41 View commit details
    Browse the repository at this point in the history
  7. Add whats new

    fmaussion committed May 29, 2019
    Copy the full SHA
    a1c49c2 View commit details
    Browse the repository at this point in the history