Skip to content

Commit

Permalink
added 1972 mask
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschwanden committed Nov 17, 2024
1 parent 967bd19 commit 4f6b25c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data/02_prepare_calfin_retreat_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,6 @@ def dissolve_range(df, k):
p_fn = p / fn

ds.sel({"time": "1972"}).isel({"time": 0}).to_netcdf(p_fn, encoding=encoding)
end = time.time()
time_elapsed = end - start
print(f"Time elapsed {time_elapsed:.0f}s")

p = Path("front_retreat")
fn = Path(f"pism_g{resolution}m_frontretreat_calfin_2007.nc")
Expand Down

0 comments on commit 4f6b25c

Please sign in to comment.