Our integration - being the one in GEOS Physics via MAPL or the custom GEOS FV code - is no longer properly crashing when an error is raise in Python, unless that error is a system raise by Python itself.
The original feature was to caught the raise, forward it to C++ and properly exit(-1) there. It no longer works for reasons unknown.
Our colleagues at CSCS/MeteoSwiss seems to run into the same issue -> C2SM/icon4py#1245
DoD:
Our integration - being the one in GEOS Physics via MAPL or the custom GEOS FV code - is no longer properly crashing when an error is
raisein Python, unless that error is a system raise by Python itself.The original feature was to caught the raise, forward it to C++ and properly
exit(-1)there. It no longer works for reasons unknown.Our colleagues at CSCS/MeteoSwiss seems to run into the same issue -> C2SM/icon4py#1245
DoD:
raise