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

Remap EuroCordex simulations to target grid.

parent 5c30826c
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,16 @@ if __name__ == '__main__':
row.institute_rcm,
row.downscale_realisation, nc_pattern])
# filter by variable
if args.variable is not None:
if not pattern.startswith(args.variable):
continue
# filter by experiment
if args.scenario is not None:
if not args.scenario in pattern:
continue
# run cordex preprocessing
preprocess_cordex_simulation(pattern)
......
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