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"],