Skip to content

Commit bd25cbc

Browse files
eli@water.ca.goveli@water.ca.gov
authored andcommitted
Expand readable files
1 parent b44a8d8 commit bd25cbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schimpy/schism_mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ def read_mesh(fpath_mesh, fpath_vmesh=None, vgrid_version="5.10", **kwargs):
16831683
SchismMesh
16841684
"""
16851685

1686-
if fpath_mesh.endswith(".gr3"):
1686+
if fpath_mesh.endswith(".gr3") or fpath_mesh.endswith(".ll") or fpath_mesh.endswith(".ic"):
16871687
reader = SchismMeshIoFactory().get_reader("gr3")
16881688
mesh = reader.read(fpath_mesh)
16891689
if fpath_vmesh is not None:

0 commit comments

Comments
 (0)