public string MappedOuputPath(string rootDir) { return(rootDir + "/" + Representation.Replace(' ', '_') + "/" + Alternative + "/" + SimulationName + "/" + "MapOutputs_" + SeaLevelChange + "_" + SimulationName + ".sqlite"); }