Skip to content
Snippets Groups Projects
Commit 28ede260 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Fix autosubmit variable name in prepare_ideal_namelist.py

parent 7ee1e082
No related branches found
No related tags found
1 merge request!3Refactor folder structure. Putting configuration files and namelists inside...
......@@ -75,7 +75,7 @@ def adapt_namelist(input_namelist: str, output_namelist: str):
if __name__ == '__main__':
atmosphere_namelist_path = "%simulation.namelist_paths.ideal.atmosphere%"
atmosphere_namelist_path = "%simulation.namelist_paths.atmosphere.ideal%"
master_namelist_path = "%simulation.namelist_paths.master%"
# Adapt atmosphere namelist
......
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