Skip to content

Commit

Permalink
config, org: Start unet model module, lake mask configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JuLieAlgebra committed Oct 9, 2024
1 parent fd6f5b5 commit 72e7a92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/lake_mask.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[ApplyLakeMaskNetCDF]
# Full relative directory is data/input_dir, data/output_dir
input_dir = "ims_netcdf_1km_cropped_2_000km_window_74lat_-170lon"

# Change this output_dir name to reflect the window size and center coordinates selected
# Example: _50000x_15000y
output_dir = "masked_ims_netcdf_1km_cropped_2_000km_window_74lat_-170lon"

# Final shape will be (window_size, window_size)
window_size = 2000 #km

mask_filepath = "lake_mask_74lat_-170lon.nc"
Empty file added icedyno/unet_models/__init__.py
Empty file.

0 comments on commit 72e7a92

Please sign in to comment.