Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
980cd98
Adding high-reso domain for Isonzo region
Dec 19, 2025
95cdf19
Modified Isonzo width
Jan 7, 2026
4ce6e4c
Mannu river modified as stem_flux
Jan 7, 2026
c693bda
Added CAG domain
Jan 7, 2026
05cbe1f
Pescara river side modified as S
Jan 7, 2026
c193030
Added PES domain
Jan 7, 2026
295b4fc
Added CON domain
Jan 7, 2026
fcf2b0c
Added FOL domain
Jan 7, 2026
e2e0dec
Added GAE domain
Jan 7, 2026
464d9ec
Added NAP domain
Jan 7, 2026
b529a05
Added PAN domain
Jan 7, 2026
a33dc73
Savuto and Amato river sides changed in E
Jan 7, 2026
dbc244f
Added LAM domain
Jan 7, 2026
9c6a815
Added GOR domain
Jan 7, 2026
1193bfa
Adding RemoveDeepTrappedWater not conservative (2) in CAG domain
Jan 29, 2026
96c65fa
Adding RemoveDeepTrappedWater some high-resos and changes in pan
Feb 12, 2026
800a7ab
fixed json indentation
Feb 16, 2026
0b0b1fc
Delete LIG.json and added size tiles for exch2 in FOL
Feb 16, 2026
88c9be3
Delete TYR.json in GAE
Feb 16, 2026
1682f1c
Delete TYR.json in NAP
Feb 16, 2026
e44d052
Opening a channel and fixing some cells in HGT and ISO
Feb 17, 2026
9168c25
Refining HGT lat and lon coordinates
Feb 17, 2026
87d16b5
Changing GOR max lon, deleting Po and fixing size tiles for exch2
Feb 17, 2026
0180e25
Changing LAM lat-lon, RemoveDeepTrappedWater 2, fixing size tiles for…
Feb 17, 2026
9d35e02
Deleting Savuto in LAM due to new coordinates of the domain
Feb 17, 2026
a0a0f51
Deleting DigRivers action in FOL to avoid empty river output files
Feb 17, 2026
871f41c
Increasing width of Isonzo,Timavo(HGT),Reno(GOR),Garigliano(GAE) for …
Feb 20, 2026
014e48b
Increasing width of Isonzo (ISO) for stability
Feb 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions mer_domains/high_reso/cag.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: CAG

domain:
minimum_latitude: 39.041667601176
maximum_latitude: 39.229167601164
minimum_longitude: 9.005208795801
maximum_longitude: 9.234375462453
resolution: 0.001041666667
minimum_h_factor: 0.2
vertical_levels:
minimum_depth: 0.0
maximum_depth: 3400.0
first_layer_thickness: 1


bathymetry:
kind: "EMODnet"


actions:
- action: SetDepth
description: |
Set the depth of all the cells that are shallower than 3 meters to exactly
3 meters. We believe that this should guarantee a better behaviour
around the coasts.
where: everywhere
args:
value: 3.
shallower_than: 3.

- action: RemoveDetachedCells
description: Keep only the biggest connected component

- action: DigRivers
description: Dig the stems for the rivers
args:
main_file: ${MAIN_DIR}/mer_domains/rivers/main.json
domain_file: ${MAIN_DIR}/mer_domains/rivers/CAG.json

- action: RemoveDeepTrappedWater
description: Remove the water cells on the boundary that are close to land
args:
n_cells: 3

- action: WriteBlankTiles
description: Write a list of tiles that do not contain water
args:
file_name: data.exch2_CAG
size_tiles_lon: 22
size_tiles_lat: 30

filters:
- filter: RemoveStagnations
description: Removes bottom water cells surrounded by land
55 changes: 55 additions & 0 deletions mer_domains/high_reso/con.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: CON

domain:
minimum_latitude: 43.411459596491
maximum_latitude: 43.692709596473
minimum_longitude: 13.447917294914
maximum_longitude: 13.781250628226
resolution: 0.001041666667
minimum_h_factor: 0.2
vertical_levels:
minimum_depth: 0.0
maximum_depth: 200.0
first_layer_thickness: 1


bathymetry:
kind: "EMODnet"
interpolation_method: "linear"

actions:
- action: SetDepth
description: |
Set the depth of all the cells that are shallower than 3 meters to exactly
3 meters. We believe that this should guarantee a better behaviour
around the coasts.
where: everywhere
args:
value: 3.
shallower_than: 3.


- action: RemoveDetachedCells
description: Keep only the biggest connected component

- action: DigRivers
description: Dig the stems for the rivers
args:
main_file: ${MAIN_DIR}/mer_domains/rivers/main.json

- action: RemoveDeepTrappedWater
description: Remove the water cells on the boundary that are close to land
args:
n_cells: 3

- action: WriteBlankTiles
description: Write a list of tiles that do not contain water
args:
file_name: data.exch2_CON
size_tiles_lon: 32
size_tiles_lat: 27

filters:
- filter: RemoveStagnations
description: Removes bottom water cells surrounded by land
50 changes: 50 additions & 0 deletions mer_domains/high_reso/fol.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: FOL

domain:
minimum_latitude: 42.802084485442
maximum_latitude: 42.958334485432
minimum_longitude: 10.427083834134
maximum_longitude: 10.791667167444
resolution: 0.001041666667
minimum_h_factor: 0.2
vertical_levels:
minimum_depth: 0.0
maximum_depth: 1200.0
first_layer_thickness: 1


bathymetry:
kind: "EMODnet"


actions:
- action: SetDepth
description: |
Set the depth of all the cells that are shallower than 3 meters to exactly
3 meters. We believe that this should guarantee a better behaviour
around the coasts.
where: everywhere
args:
value: 3.
shallower_than: 3.

- action: RemoveDetachedCells
description: Keep only the biggest connected component

- action: RemoveDeepTrappedWater
description: Remove the water cells on the boundary that are close to land
args:
n_cells: 3


- action: WriteBlankTiles
description: Write a list of tiles that do not contain water
args:
file_name: data.exch2_FOL
size_tiles_lon: 25
size_tiles_lat: 30

filters:
- filter: RemoveStagnations
description: Removes bottom water cells surrounded by land
55 changes: 55 additions & 0 deletions mer_domains/high_reso/gae.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: GAE

domain:
minimum_latitude: 41.140625987751
maximum_latitude: 41.265625987743
minimum_longitude: 13.479167271856
maximum_longitude: 13.854167271832
resolution: 0.001041666667
minimum_h_factor: 0.2
vertical_levels:
minimum_depth: 0.0
maximum_depth: 1200.0
first_layer_thickness: 1


bathymetry:
kind: "EMODnet"


actions:
- action: SetDepth
description: |
Set the depth of all the cells that are shallower than 3 meters to exactly
3 meters. We believe that this should guarantee a better behaviour
around the coasts.
where: everywhere
args:
value: 3.
shallower_than: 3.

- action: RemoveDetachedCells
description: Keep only the biggest connected component

- action: DigRivers
description: Dig the stems for the rivers
args:
main_file: ${MAIN_DIR}/mer_domains/rivers/main.json
domain_file: ${MAIN_DIR}/mer_domains/rivers/GAE.json

- action: RemoveDeepTrappedWater
description: Remove the water cells on the boundary that are close to land
args:
n_cells: 3

- action: WriteBlankTiles
description: Write a list of tiles that do not contain water
args:
file_name: data.exch2_GAE
size_tiles_lon: 24
size_tiles_lat: 24

filters:
- filter: RemoveStagnations
description: Removes bottom water cells surrounded by land
55 changes: 55 additions & 0 deletions mer_domains/high_reso/gor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: GOR

domain:
minimum_latitude: 44.515626263087
maximum_latitude: 44.848959596399
minimum_longitude: 12.234375628325
maximum_longitude: 12.390625628315
resolution: 0.001041666667
minimum_h_factor: 0.2
vertical_levels:
minimum_depth: 0.0
maximum_depth: 300.0
first_layer_thickness: 1


bathymetry:
kind: "EMODnet"
interpolation_method: "linear"

actions:
- action: SetDepth
description: |
Set the depth of all the cells that are shallower than 3 meters to exactly
3 meters. We believe that this should guarantee a better behaviour
around the coasts.
where: everywhere
args:
value: 3.
shallower_than: 3.

- action: RemoveDetachedCells
description: Keep only the biggest connected component

- action: DigRivers
description: Dig the stems for the rivers
args:
main_file: ${MAIN_DIR}/mer_domains/rivers/main.json
domain_file: ${MAIN_DIR}/mer_domains/rivers/GOR.json

- action: RemoveDeepTrappedWater
description: Remove the water cells on the boundary that are close to land
args:
n_cells: 3

- action: WriteBlankTiles
description: Write a list of tiles that do not contain water
args:
file_name: data.exch2_GOR
size_tiles_lon: 25
size_tiles_lat: 20

filters:
- filter: RemoveStagnations
description: Removes bottom water cells surrounded by land
42 changes: 38 additions & 4 deletions mer_domains/high_reso/hgt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: HGT

domain:
minimum_latitude: 45.4583345963333
maximum_latitude: 45.8020845963333
minimum_longitude: 13.432292295
maximum_longitude: 13.807292295
minimum_latitude: 45.458334596360
maximum_latitude: 45.802084596338
minimum_longitude: 13.432292294915
maximum_longitude: 13.807292294891
resolution: 0.001041666667
minimum_h_factor: 0.2
vertical_levels:
Expand All @@ -29,6 +29,17 @@ actions:
value: 3.
shallower_than: 3.

- action: SetDepth
description: |
Fix some cells in Panzano-Monfalcone
where: slice
args:
min_lon: 13.55052
max_lon: 13.55781
min_lat: 45.77761
max_lat: 45.7849
value: 3.
deeper_than: 3.

- action: RemoveDetachedCells
description: Keep only the biggest connected component
Expand All @@ -51,6 +62,29 @@ actions:
value: 3.
deeper_than: 3.

- action: SetDepth
description: |
Fix some cells near Dragonja river mouth
where: slice
args:
min_lon: 13.73802
max_lon: 13.75677
min_lat: 45.56198
max_lat: 45.56719
value: 3.
deeper_than: 5

- action: DigChannel
description: Open a channel near to Punta Spigolo
args:
start_point:
lat: 45.72969
lon: 13.55365
end_point:
lat: 45.73177
lon: 13.55365
width: 100

- action: RemoveDeepTrappedWater
description: Remove the water cells on the boundary that are close to land
args:
Expand Down
Loading