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

Fix bug in prepare_chunk.py

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