We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c38594 commit 4dc6613Copy full SHA for 4dc6613
1 file changed
mhkit/river/io/d3d.py
@@ -755,6 +755,10 @@ def get_all_data_points(
755
"name": "mesh2d_nInterfaces",
756
"coords": data.variables["mesh2d_interface_sigma"][:],
757
},
758
+ "mesh2d_face_x mesh2d_face_y mesh2d_layer_sigma": {
759
+ "name": "mesh2d_nLayers",
760
+ "coords": data.variables["mesh2d_layer_sigma"][:],
761
+ },
762
}
763
764
elif str(data.variables[variable].coordinates) == "FlowElem_xcc FlowElem_ycc":
0 commit comments