ILAMB.ilamblib.ClipTime¶
- ILAMB.ilamblib.ClipTime(v, t0, tf)[source]¶
Remove time from a variable based on input bounds.
- Parameters
v (ILAMB.Variable.Variable) – the variable to trim
t0,tf (float) – the times at which to trim
- Returns
vtrim – the trimmed variable
- Return type