Skip to content

Commit f5d3b73

Browse files
authored
Use spinup flowlines for calibration and simulation (#134)
Closes #132. Enable use of spinup flowlines in calibration and simulation.
1 parent a4f4cf3 commit f5d3b73

38 files changed

+429
-221
lines changed

pygem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
copyright © 2018 David Rounce <[email protected]
55
6-
Distrubted under the MIT lisence
6+
Distributed under the MIT license
77
"""
88

99
from importlib.metadata import version

pygem/bin/op/compress_gdirs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
copyright © 2024 Brandon Tober <[email protected]> David Rounce <[email protected]>
55
6-
Distrubted under the MIT lisence
6+
Distributed under the MIT license
77
88
compress OGGM glacier directories
99
"""

pygem/bin/op/duplicate_gdirs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
copyright © 2024 Brandon Tober <[email protected]> David Rounce <[email protected]>
55
6-
Distrubted under the MIT lisence
6+
Distributed under the MIT license
77
88
duplicate OGGM glacier directories
99
"""

pygem/bin/op/initialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
copyright © 2024 Brandon Tober <[email protected]> David Rounce <[email protected]>
55
6-
Distrubted under the MIT lisence
6+
Distributed under the MIT license
77
88
initialization script (ensure config.yaml and get sample datasets)
99
"""

pygem/bin/op/list_failed_simulations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
copyright © 2018 David Rounce <[email protected]>
55
6-
Distrubted under the MIT lisence
6+
Distributed under the MIT license
77
88
script to check for failed glaciers for a given simulation and export a pickle file containing a list of said glacier numbers to be reprocessed
99
"""

pygem/bin/postproc/postproc_binned_monthly_mass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
copyright © 2024 Brandon Tober <[email protected]> David Rounce <[email protected]>
55
6-
Distrubted under the MIT lisence
6+
Distributed under the MIT license
77
88
derive binned monthly ice thickness and mass from PyGEM simulation
99
"""

pygem/bin/postproc/postproc_compile_simulations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
copyright © 2024 Brandon Tober <[email protected]> David Rounce <[email protected]>
55
6-
Distrubted under the MIT lisence
6+
Distributed under the MIT license
77
88
compile individual glacier simulations to the regional level
99
"""

pygem/bin/postproc/postproc_distribute_ice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
copyright © 2024 Brandon Tober <[email protected]> David Rounce <[email protected]>
55
6-
Distrubted under the MIT lisence
6+
Distributed under the MIT license
77
"""
88

99
# Built-in libraries

pygem/bin/postproc/postproc_monthly_mass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
copyright © 2024 Brandon Tober <[email protected]> David Rounce <[email protected]>
55
6-
Distrubted under the MIT lisence
6+
Distributed under the MIT license
77
88
derive monthly glacierwide mass for PyGEM simulation using annual glacier mass and monthly total mass balance
99
"""

pygem/bin/preproc/preproc_fetch_mbdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
copyright © 2018 David Rounce <[email protected]>
55
6-
Distrubted under the MIT lisence
6+
Distributed under the MIT license
77
88
Fetch filled Hugonnet reference mass balance data
99
"""

0 commit comments

Comments
 (0)