diff --git a/docs/07.delft3d/0.versions-and-containers.md b/docs/07.delft3d/0.versions-and-containers.md index 16130f4..9e9abcc 100644 --- a/docs/07.delft3d/0.versions-and-containers.md +++ b/docs/07.delft3d/0.versions-and-containers.md @@ -16,7 +16,7 @@ making it ideal for complex environments and applications such as flood forecast Inductiva stays up to date with the latest versions of Delft3D and supports both Delft3D-FLOW and Delft3D FM, giving you access to the full range of Delft3D capabilities. - **Delft3D-FLOW – 6.04.00** (Jun., 2021) -- **Delft3D-FM – 2024.03** (no official release date available) +- **Delft3D FM – 2024.03** (no official release date available) To use Delft3D-FLOW, specify it when initializing the simulator: @@ -25,10 +25,10 @@ delft3d = inductiva.simulators.Delft3D( \ version="6.04.01") ``` -To use Delft3D-FM, specify it as follows: +To use Delft3D FM, specify it as follows: ```python -delft3d-fm = inductiva.simulators.Delft3DFM( \ +delft3d_fm = inductiva.simulators.Delft3DFM( \ version="2024.03") ```