Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Next, add this piece of code to define the loop (we store the time steps in a list):

Code Block
tsLst=[78,84,90,96]

loop step in tsLst

    ...your code will go here ...

end loop

...