From b14723007f121064e5e4e5116ac95f0fc7a631f4 Mon Sep 17 00:00:00 2001 From: Paolo Milano <87755502+M-7th@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:20:25 +0200 Subject: [PATCH] Update tasks.json --- hub-config/tasks.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/hub-config/tasks.json b/hub-config/tasks.json index f54c953..cf45710 100644 --- a/hub-config/tasks.json +++ b/hub-config/tasks.json @@ -3,10 +3,14 @@ "rounds": [ { "round_id_from_variable": true, - "round_id": "round_id", + "round_id": "origin_date", "model_tasks": [ { "task_ids": { + "origin_date":{ + "required":["2024-08-11"], + "optional":null + }, "round_id": { "required": ["2024_2025_1_FLU", "2024_2025_1_COVID"], "optional": null @@ -16,16 +20,16 @@ "optional": null }, "target_end_date": { - "required": ["2024-08-11","2024-08-18","2024-08-25","2024-09-01","2024-09-08","2024-09-15","2024-09-22","2024-09-29","2024-10-06","2024-10-13","2024-10-20","2024-10-27","2024-11-03","2024-11-10","2024-11-17","2024-11-24","2024-12-01","2024-12-08","2024-12-15","2024-12-22","2024-12-29","2025-01-05","2025-01-12","2025-01-19","2025-01-26","2025-02-02","2025-02-09","2025-02-16","2025-02-23","2025-03-02","2025-03-09","2025-03-16","2025-03-23","2025-03-30","2025-04-06","2025-04-13","2025-04-20","2025-04-27","2025-05-04","2025-05-11","2025-05-18","2025-05-25","2025-06-01"], - "optional": null + "required": null, + "optional": ["2024-08-11","2024-08-18","2024-08-25","2024-09-01","2024-09-08","2024-09-15","2024-09-22","2024-09-29","2024-10-06","2024-10-13","2024-10-20","2024-10-27","2024-11-03","2024-11-10","2024-11-17","2024-11-24","2024-12-01","2024-12-08","2024-12-15","2024-12-22","2024-12-29","2025-01-05","2025-01-12","2025-01-19","2025-01-26","2025-02-02","2025-02-09","2025-02-16","2025-02-23","2025-03-02","2025-03-09","2025-03-16","2025-03-23","2025-03-30","2025-04-06","2025-04-13","2025-04-20","2025-04-27","2025-05-04","2025-05-11","2025-05-18","2025-05-25","2025-06-01"] }, "horizon": { - "required": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42], - "optional": null + "required": null, + "optional": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42] }, "location": { - "required": ["AT","BE","BG","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GR","HR","HU","IE","IS","IT","LI","LT","LU","LV","MT","NL","NO","PL","PT","RO","SE","SI","SK","GB-ENG","GB-WLS","GB-NIR","GB-SCT"], - "optional": null + "required": null, + "optional": ["AT","BE","BG","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GR","HR","HU","IE","IS","IT","LI","LT","LU","LV","MT","NL","NO","PL","PT","RO","SE","SI","SK","GB-ENG","GB-WLS","GB-NIR","GB-SCT"] }, "scenario_id": { "required": ["A-2024-09-01", "A"],