From 22f29ca42a6ae3818cb66161726415b97b63c122 Mon Sep 17 00:00:00 2001 From: atakeigor <166010897+atakeigor@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:03:30 +0100 Subject: [PATCH] Update config.toml --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 5f423fe..c22f7d0 100755 --- a/config.toml +++ b/config.toml @@ -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