The following code should error at `gtscript` level: ```python def (a_bool: bool, x: FloatField): with computation(PARALLEL), interval(...): if a_bool is True: x = 42 ``` Parent: https://github.com/GEOS-ESM/SMT-Nebulae/issues/36 ---- - [ ] Fail with a clean feedback for the user