Geodels / gospl

Global Scalable Paleo Landscape Evolution Model
https://gospl.readthedocs.io
GNU General Public License v3.0
62 stars 11 forks source link

AttributeError: 'Model' object has no attribute 'platedata' with no tectonic data inputted #291

Closed abdulrabiu closed 3 weeks ago

abdulrabiu commented 1 month ago

Describe the bug AttributeError: 'Model' object has no attribute 'platedata' despite not having inserted any plate or tectonic data into the model in the first place.

To Reproduce Steps to reproduce the behavior:

  1. Set up docker container with jupyter
  2. Set up input.yml (without tectonic or precipitation data)
  3. Run erosion.ipynb
  4. See error relating to tectonic data (?)

Expected behavior No error considering there is no tectonic data inputted

Screenshots From input.yml: image

From erosion.ipynb: image image image image image

Desktop:

Additional context This is all from worldbuildingpasta's tutorial on the matter, in case reference is necessary.

abdulrabiu commented 1 month ago

Forgot to add this screenshot of a separate error, no clue if its related or not: image

tristan-salles commented 3 weeks ago

Sorry for the late reply, a new version of goSPL has just been released with a series of examples.

For installing the newest version of goSPL and to run the examples the easiest way will be to use our Docker container or to follow the instructions for Conda.