Skip to content

Commit 4dc6613

Browse files
committed
added mesh2D cords name
1 parent 6c38594 commit 4dc6613

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mhkit/river/io/d3d.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,10 @@ def get_all_data_points(
755755
"name": "mesh2d_nInterfaces",
756756
"coords": data.variables["mesh2d_interface_sigma"][:],
757757
},
758+
"mesh2d_face_x mesh2d_face_y mesh2d_layer_sigma": {
759+
"name": "mesh2d_nLayers",
760+
"coords": data.variables["mesh2d_layer_sigma"][:],
761+
},
758762
}
759763

760764
elif str(data.variables[variable].coordinates) == "FlowElem_xcc FlowElem_ycc":

0 commit comments

Comments
 (0)