I want to remove one variable from some simulations that we downloaded a while ago but which has been withdrawn from ESGF by the intstitute because of errors.
Now I have problems using “synda remove”, I tried with a selection file:
# Search
project=CORDEX-Reklies
domain=EUR-11
institute=UHOH
experiment=rcp26 rcp85
rcm_name=WRF361H
frequency=day mon sem
variable=rsds
# Path
local_path_format=custom
local_path_drs_template=%(project)s/output/%(domain)s/%(institute)s/%(driving_model)s/%(experiment)s/%(ensemble)s/%(institute)s-%(rcm_name)s/%(rcm_version)s/%(time_frequency)s/%(variable)s/%(dataset_version)s
and with a direct command:
synda remove project=CORDEX-Reklies domain=Eur-11 institute=UHOH experiment=rcp26 rcm_name=WRF361H frequency=day variable=rsds
but I always get the message
Search completed.
Nothing to delete.
However the data is still there afterwards.
Can you see any obvious error in my commands? And if not, is there some log file where I could find out why synda does not find the files to delete?
I want to remove one variable from some simulations that we downloaded a while ago but which has been withdrawn from ESGF by the intstitute because of errors. Now I have problems using “synda remove”, I tried with a selection file:
but I always get the message
However the data is still there afterwards. Can you see any obvious error in my commands? And if not, is there some log file where I could find out why synda does not find the files to delete?