simStepData.setShortName(attributes
.getValue(XMLConstants.SHORTNAMEOFTAB));
simStepData.setName(attributes.getValue(XMLConstants.NAMEOFTAB));
} else if (name.equalsIgnoreCase(XMLConstants.GROMPP)) {
processGrompp = true;
gromppData = new GromppData();
if (attributes.getValue(XMLConstants.COMMANDOPTIONS) != null) {
gromppData.setAdditionalCommand(attributes
.getValue(XMLConstants.COMMANDOPTIONS));
}
} else if (name.equalsIgnoreCase(XMLConstants.MDRUN)) {