-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config, org: Start unet model module, lake mask configuration
- Loading branch information
1 parent
fd6f5b5
commit 72e7a92
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.