Closed paolap closed 4 years ago
Changed code.py at lines 316+ if 'experiment_id' in df.columns: project = 'CMIP6' else: project = 'CMIP5'
So we check how the experiment attribute is defined to work out which is the project.
Fixed in matching2 branch
if --remote and --csv are selected together the results do not list 'project', when the csv function tries to get the project from the data frame for the csv filename it throws an error.