ICON Community Interface
0.4.0
Loading...
Searching...
No Matches
plugins
python_adapter
test
finish.py
Go to the documentation of this file.
1
# @authors 11/2023 :: ICON Community Interface <comin@icon-model.org>
2
#
3
# SPDX-License-Identifier: BSD-3-Clause
4
#
5
# Please see the file LICENSE in the root of the source tree for this code.
6
# Where software is supplied by third parties, it is indicated in the
7
# headers of the routines.
8
9
import
comin
10
11
12
@comin.register_callback(comin.EP_ATM_PHYSICS_BEFORE)
13
def
phy
():
14
raise
RuntimeError(
"This is just a dummy error!"
)
finish.phy
phy()
Definition
finish.py:13
Generated by
1.11.0