hydromt_wflow.WflowModel.read_geoms#
- WflowModel.read_geoms(geoms_fn: str = 'staticgeoms')[source]#
Read static geometries and adds to
geoms
.Assumes that the geoms_fn folder is located relative to root and
dir_input
if defined in the toml. If not found, uses assumes they are in <root/geoms_fn>.- Parameters:
geoms_fn (str, optional) – Folder name/path where the static geometries are stored relative to the model root and
dir_input
if any. By default “staticgeoms”.