MosGeo / BPSMAutoToolbox

This is the repository for the Stanford BPSM Automation Toolbox. The library can be used for creating and simulating basin and petroleum system models for studying probabilistic interactions.
https://bpsm.stanford.edu/
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Model dimensions should be determined automatically #7

Open MosGeo opened 6 years ago

MosGeo commented 6 years ago

Right now, nDim is needed for to determine where the model is located in the project directory. How about having the code search in all directories and just finds the right model automatically.

tanvidc commented 5 years ago

Easy to solve but what if someone has same model name eg. salinas_a in 1D as well as 2D? Ask them to specify nDim only in that case?

Dimension is easy to specify once in main, and folks usually will deal with any one dimension at a time, so maybe its ok the way it is perhaps. Like the labels!