Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

FEWS parameter

Sobek ParameterID

Water level boundary

H

Discharge boundary

Q

Salt concentration

S

Lateral flow

L

Kalman filter

S (this should be an error ?)

Gate height

GATE HEIGHT

Crest Level

CREST LEVEL

Crest Width

CREST WIDTH

Wind velocity

WIND VELOCITY

Wind direction

WIND DIRECTION

Trigger

TRIGGER

Setpoint

SETPOINT

...

file

parameter

flowmap.his

Water level

flowmap.his

Discharge Total

flowstruc.his

Discharge

flowstruc.his

Crest level

flowstruc.his

Gate height

Note

Note that wind direction should be defined as the direction where the wind goes to. This is because we insert the time series directly into the numerical core, where the hydraulic equations use the wind as a positive force.
To convert the usual wind directions (where north=0 and defined as where the wind comes from) simply add 180 to the values:

Code Block
direction = direction + 180

Note also that the wind can only be defined as a global series. Although Sobek allows for local definitions, the adapter does not handle that.

Adapter Configuration file

...