From 858fb0e5afa2d68d56487faef8d7830c602ff758 Mon Sep 17 00:00:00 2001 From: istasm <mathieu.istas@outlook.com> Date: Thu, 10 Mar 2022 17:16:46 +0100 Subject: [PATCH] upgraded example to chaos 7 --- webgeodyn/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgeodyn/example.py b/webgeodyn/example.py index fa38f33..232c051 100644 --- a/webgeodyn/example.py +++ b/webgeodyn/example.py @@ -16,7 +16,7 @@ def run(): # Load a model into the list of models (several can be loaded at once) # Syntax: models.loadModel('/path/to/the/model/directory', "Name of the model", "Format of the model") # Example for CHAOS: - models.loadModel(os.path.join(os.path.dirname(__file__), 'example_data', './CHAOS-6-x4'), 'CHAOS-6-x4 model', 'CHAOS') + models.loadModel(os.path.join(os.path.dirname(__file__), 'example_data', './CHAOS-7'), 'CHAOS-7 model', 'CHAOS') # Example for current pygeodyn computation: home_dir = os.path.expanduser('~') pygeodyn_dir = os.path.join(home_dir, 'pygeodyn_results', 'Current_computation') -- GitLab