Deltares / HYDROLIB

Python tools for modelling workflows using D-HYDRO Suite.
https://deltares.github.io/HYDROLIB/
GNU Lesser General Public License v3.0
23 stars 7 forks source link

Support write all type of forcings in ```write_forcing``` function #153

Closed xldeltares closed 1 year ago

xldeltares commented 1 year ago

Write_forcings does not yet support complete writing of boundary, meteo and laterals, needs improvement. Propose to write forcing file as per forcing type, e.g. 1d boundary, 2d boundary, 1d lateral, 2d lateral, 2d meteo then write one ext file. Note ext file will validate file path, which does not seem to work with relative path. therefore a temporart soluton of reset work dir could be used.

xldeltares commented 1 year ago

This also applies to read_forcing

xldeltares commented 1 year ago

FIxed with write_ext function