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

Fix bug in prepare_ideal_namelist.py

parent 89d90093
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,8 @@ def main():
# Read custom namelist parameters from configuration file
atmosphere_custom_namelist = read_namelist(atmosphere_namelist_string)
# Convert output_nml to a co-group.
atmosphere_namelist.create_cogroup("output_nml")
if atmosphere_custom_namelist is not None:
try:
......
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