Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Apr 13, 2023
1 parent c224f1c commit 14fc1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/examples_workinprogress/workinprogress_modelbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
mdu.wind.pavbnd = 101330

mdu.external_forcing.extforcefile = ext_file_old
#mdu.external_forcing.extforcefilenew = ext_file_new #TODO: extfile not found with path_style='unix': https://github.com/Deltares/HYDROLIB-core/issues/516
#mdu.external_forcing.extforcefilenew = ext_file_new #TODO: extfile not found with path_style='unix': https://github.com/Deltares/HYDROLIB-core/issues/516 (validation for newextfile not checked)

mdu.time.refdate = pd.Timestamp(ref_date).strftime('%Y%m%d')
mdu.time.tunit = 'S'
Expand Down Expand Up @@ -294,7 +294,7 @@
** WARNING: While reading 'Bonaire.mdu': keyword [output] waterdepthclasses=0.0 was in file, but not used. Check possible typo.
"""

#TODO: salinity instable, also waterlevel and velocity magnitude are instable at northeast side of island
#TODO: salinity instable, also waterlevel and velocity magnitude are instable at northeast side of island (latter is with incorrect ordering/selection in extfile)
"""
** INFO : Min. salinity limited, number of cells Limmin = 20
** INFO : Min. salinity limited, min = -1.037033177733807E-005
Expand Down

0 comments on commit 14fc1ae

Please sign in to comment.