Skip to content
Snippets Groups Projects
Commit cf0e455b authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Added -nc file suffix.

parent 4fdfa76b
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ if __name__ == '__main__':
# the current simulation
y_min, _ = _parse_cordex_time_span(group[0]) # first year
_, y_max = _parse_cordex_time_span(group[-1]) # last year
filename = '_'.join([sim, '-'.join([y_min, y_max])])
filename = '_'.join([sim, '-'.join([y_min, y_max])]) + '.nc'
filename = group[0].parent.joinpath(filename)
# log simulation name, time span and files
......
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