add wildcard constraint for weather year
This commit is contained in:
parent
ce03353ac3
commit
f26cdc132b
@ -18,7 +18,7 @@ ATLITE_NPROCESSES = config['atlite'].get('nprocesses', 4)
|
|||||||
|
|
||||||
|
|
||||||
wildcard_constraints:
|
wildcard_constraints:
|
||||||
year="[0-9]*",
|
weather_year="[0-9]*",
|
||||||
simpl="[a-zA-Z0-9]*|all",
|
simpl="[a-zA-Z0-9]*|all",
|
||||||
clusters="[0-9]+m?|all",
|
clusters="[0-9]+m?|all",
|
||||||
ll="(v|c)([0-9\.]+|opt|all)|all",
|
ll="(v|c)([0-9\.]+|opt|all)|all",
|
||||||
|
Loading…
Reference in New Issue
Block a user