Skip to content

Commit

Permalink
08/22/2023 - Minor typo found.
Browse files Browse the repository at this point in the history
  • Loading branch information
eciraci committed Aug 22, 2023
1 parent 562bb30 commit a53ada5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compute_sg_runoff_monthly.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ def main() -> None:
# - Basal Friction Melt Production
# - melt = 1e5 x v (in meters per second) x area / rho_i / L / 2.
tau = 1e5
n_sec_year = 365 * 24 * 60 * 68
n_sec_month = 30 * 24 * 60 * 68
n_sec_year = 365 * 24 * 60 * 60
n_sec_month = 30 * 24 * 60 * 60

# - Pixel Area [m2]
pixel_area = 150 * 150 # - 150 m x 150 m - BedMachin resolution
Expand Down

0 comments on commit a53ada5

Please sign in to comment.