From a53ada5e097d7975061486045d26bbfc2b2ef569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Cirac=C3=AC?= Date: Tue, 22 Aug 2023 09:52:36 -0700 Subject: [PATCH] 08/22/2023 - Minor typo found. --- compute_sg_runoff_monthly.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compute_sg_runoff_monthly.py b/compute_sg_runoff_monthly.py index 21076c6..d617b95 100644 --- a/compute_sg_runoff_monthly.py +++ b/compute_sg_runoff_monthly.py @@ -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