From b74dc7b14adb2c80935df458745783b6562cb6fc Mon Sep 17 00:00:00 2001 From: Will <115461530+Will-Cross1@users.noreply.github.com> Date: Wed, 15 May 2024 13:45:42 +0100 Subject: [PATCH] Added latest allocations and capacities (#180) --- schemas/iris-initialisation.sql | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/schemas/iris-initialisation.sql b/schemas/iris-initialisation.sql index 0ba03b7..b0d2e1b 100644 --- a/schemas/iris-initialisation.sql +++ b/schemas/iris-initialisation.sql @@ -26,7 +26,9 @@ INSERT INTO Capacity VALUES ('2021-04-01 00:00:00', 'SCD', 13403),('2021-04-01 00:00:00', 'GridPP', 10163), ('2021-04-01 00:00:00', 'DiRAC', 5458),('2021-04-01 00:00:00', 'SCARF', 450), ('2022-04-01 00:00:00', 'SCD', 13644),('2022-04-01 00:00:00', 'GridPP', 11210), - ('2022-04-01 00:00:00', 'DiRAC', 7132),('2022-04-01 00:00:00', 'SCARF', 450); + ('2022-04-01 00:00:00', 'DiRAC', 7132),('2022-04-01 00:00:00', 'SCARF', 450), + ('2023-10-01 00:00:00', 'SCD', 27048),('2023-10-01 00:00:00', 'GridPP', 9712), + ('2023-10-01 00:00:00', 'DiRAC', 11689),('2023-10-01 00:00:00', 'SCARF', 6204); INSERT INTO Allocations VALUES -- FY19/20 allocations. @@ -71,7 +73,16 @@ INSERT INTO Allocations VALUES ('2022-04-01', 'ISIS', 1774), ('2022-04-01', 'jintrac', 400), ('2022-04-01', 'clas12', 840), ('2022-04-01', 'virgo', 270), ('2022-04-01', 'lsst', 393), ('2022-04-01', 'lz', 300), - ('2022-04-01', 'PLATO', 200), ('2022-04-01', 'skatelescope.eu', 1720); + ('2022-04-01', 'PLATO', 200), ('2022-04-01', 'skatelescope.eu', 1720), + -- FY23/24 allocations. + ('2023-10-01', 'casu', 857),('2023-10-01', 'ccfe', 600), + ('2023-10-01', 'CCP4', 262),('2023-10-01', 'CLF', 2450), + ('2023-10-01', 'Diamond', 4349),('2023-10-01', 'dune', 667), + ('2023-10-01', 'EUCLID', 2618),('2023-10-01', 'fermilab', 447), + ('2023-10-01', 'gaia', 6589),('2023-10-01', 'ISIS', 500), + ('2023-10-01', 'clas12', 672),('2023-10-01', 'lsst', 722), + ('2023-10-01', 'lz', 200),('2023-10-01', 'PLATO', 500), + ('2023-10-01', 'skatelescope.eu', 2550); INSERT INTO Projects VALUES ("ral-cloud", "SCD"),("UK-CAM-CUMULUS", "DiRAC"),