Fish-call for cycling with more than one operator?

I was wondering if it would be possible to add more than one operator when using fish-call whilst cycling (e.g. adding another operator to > model solve ratio 1e-07 fish-call 100 ApplyRed([::zone.list]) interval 10)

Yes, we can. Just use the command β€œfish callback add …” more than one time.
See details at fish callback command β€” Itasca Software 9.0 documentation

1 Like

Thank you so much indeed Zhao, it makes sense now.

fish callback add ApplyRed1([::zone.list]) 100 interval 10
fish callback add ApplyRed2([::zone.list]) 100 interval 10
;
fish list callbacks
;
model solve ratio 1e-08