Test 1-dimensional transient setup
@anja.rohner could you test if the following script works on your machine: https://gitlab.hzdr.de/awi_paleodyn/growth-model-atlantic-cod/-/blob/master/growth_model_code/growth_model_1d_transient.ipynb
Please, also change the line: grofu_path = '/home/nadezhda/Projects/PhD/phd_scripts/Python/PythonScripts/growth_model/'
To one that we use in user setup to identify user's current location:
from pathlib import Path
user_current = Path.cwd()
Edited by Nadezhda Sokolova