Hi Axel,
Yes, my code generates the carp command with the arguments:
-imp_region[0].im TT2 \
-imp_region[0].plugins LandStress_Cai_lambda \
Should this not be enough to read the plugin?
The simulation I'm trying to run is a modified version of the "04 EM coupling" tutorial. I just want to substitute LandStress_Cai_lambda for LandStress . I've already modified the section on line 240:
group.add_argument('--Stress', default='TanhStress',
choices=['LandStress','TanhStress', 'LandStress_Cai_lambda'],
help='pick stress model')
but still there seems to be a problem at execution.