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