@OPERATION
 void clusterWCP(int radius, int nCows) {
   // logger.info("HHH WCPROP");
   model.changeWCprop(radius, nCows);
 }