Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
atakeigor authored Nov 14, 2024
1 parent da54ba4 commit 22f29ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
delta = [0.75] # default domain length in degrees (applied to both lon/lat), to download or crop data
# note: delta is used only if set_domain = false
[input_files.dtm]
bathymetry_path = "WITOIL_iMagine/data/gebco/GEBCO_2023.nc" # GEBCO 2023 bathymetry file
coastline_path = "WITOIL_iMagine/data/gshhs/f/GSHHS_f_L1.shp" # coastline shapefile gshhg
bathymetry_path = "WITOIL_iMagine/data/gebco/GEBCO_2024_sub_ice_topo.nc"
coastline_path = "WITOIL_iMagine/data/gshhs/GSHHS_shp/f/GSHHS_f_L1.shp"
[input_files.metoce]
oce_data_path = false # to provide if dowload_curr = false
met_data_path = false # to provide if dowload_wind = false
Expand Down

0 comments on commit 22f29ca

Please sign in to comment.