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
In some FABM models there is a property call "disable_transport"
call self%set_variable_property(self%id_consumed_prey, 'disable_transport', .true.)
For any variable that you don’t want in transport.
which is meant to mark a tracer not to be transported. This feature is currently not supported in SCHISM (and most other hosts). There should be at least a warning, but at best an implementation for this.