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

Simplify modification of 1D main table #13

Open MosGeo opened 5 years ago

MosGeo commented 5 years ago

Right now, the main table is modifiable using the normal procedure of modifying any table. Because this table is complicated and is really important, a more simpler method should be used for modification by creating a customized function.

An idea of the function would be an input structure with possible changes to the table. The table would modify only those parameters automatically. Details need to be figured out. Suggestions welcomed.