Hello,
I had the same issue with irrigation : there was no irrigation applied even if I add an irrigation operation in management.sch file.
A solution that works for me is to modify the mgt_sched.f90 file (and then compile all the f90 file to make a new .exe):
at line 248 : put "irrop = mgt%op1" instead of "irrop = mgt%op4"
This is in order to be consistent with read_mgtops.f90 file, line 94 : sched(isched)%mgt_ops(iop)%op1 = idb
And another question : did you also try to use the automatic irrigation schedules ? I tried, but it does not provide any irrigation. I did not yet find why.
Elisabeth