You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loops:
pro: a bit more readable than functions,
con: if used in another script, need to be imported somehow (true? if so how)
functions:
pro: can be reused for multiple variables and parameters (esp of the same units, can be processed similarly)
con: can have a centralized script, where all var and par are read in, then in plotting scripts they can be adjusted and plotted
The text was updated successfully, but these errors were encountered:
exception handling when DTcoup is uncoupled, and no dieter datas are present
can generalize functions reading tall or ttot
this would allow other performance type improvement (combine entities of the same unit, etc)
In summary,
loops:
pro: a bit more readable than functions,
con: if used in another script, need to be imported somehow (true? if so how)
functions:
pro: can be reused for multiple variables and parameters (esp of the same units, can be processed similarly)
con: can have a centralized script, where all var and par are read in, then in plotting scripts they can be adjusted and plotted
The text was updated successfully, but these errors were encountered: