From 9cb98934159a4005694743f98844a61070e982bb Mon Sep 17 00:00:00 2001 From: eunmoliveira Date: Mon, 22 Dec 2025 10:29:00 +0000 Subject: [PATCH] Update 2.run-delft3dfm.md --- docs/07.delft3d/1.tutorials/2.run-delft3dfm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/07.delft3d/1.tutorials/2.run-delft3dfm.md b/docs/07.delft3d/1.tutorials/2.run-delft3dfm.md index 96fe626..e0a954a 100644 --- a/docs/07.delft3d/1.tutorials/2.run-delft3dfm.md +++ b/docs/07.delft3d/1.tutorials/2.run-delft3dfm.md @@ -27,11 +27,11 @@ cloud_machine = inductiva.resources.MachineGroup( \ spot=True) # Initialize the Simulator -delft3d-fm = inductiva.simulators.Delft3DFM(\ +delft3d_fm = inductiva.simulators.Delft3DFM(\ version="2024.03") # Run simulation -task = delft3d-fm.run( \ +task = delft3d_fm.run( \ input_dir="/Path/to/model/Case1/Case1.dsproj_data/FlowFM/input", commands = ["dflowfm --partition:ndomains=16 FlowFM.mdu", "mpirun -np 16 dflowfm --autostartstop FlowFM.mdu"],