Skip to content
Snippets Groups Projects
Commit 858fb0e5 authored by EXT Istas's avatar EXT Istas
Browse files

upgraded example to chaos 7

parent f235a516
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment