CERRA min/max 2-m temperature on tape storage?

Is the CERRA with product type ‘forecast’ on tape storage?

I wonder since it takes 2-3 min dor product type ‘reanalysis‘ variables (e.g. 2-m temperature) to be processed (i.e. lapse time between request being updated from “running“ to “successfu“). It is just as fast for precipitation (also a forecast data type). On the other hand, it takes about 40 min to process 2-m maximum/minimum temperature.

In other words, for downloading 2 x 468 GRIB files (i.e. monthly files between years 1985 - 2023) at the current processing rate, it would presumably take > 25 days to complete the task. Is there any workaround?

Cheers, Christophe

dataset = “reanalysis-cerra-single-levels”
request = {
“variable”: [“minimum_2m_temperature_since_previous_post_processing”],
“level_type”: “surface_or_atmosphere”,
“data_type”: [“reanalysis”],
“product_type”: “forecast”,
“year”: [“1986”],
“month”: [“06”],
“day”: [
“01”, “02”, “03”,
“04”, “05”, “06”,
“07”, “08”, “09”,
“10”, “11”, “12”,
“13”, “14”, “15”,
“16”, “17”, “18”,
“19”, “20”, “21”,
“22”, “23”, “24”,
“25”, “26”, “27”,
“28”, “29”, “30”
],
“time”: [
“00:00”, “03:00”, “06:00”,
“09:00”, “12:00”, “15:00”,
“18:00”, “21:00”
],
“leadtime_hour”: [“1”],
“data_format”: “grib”
}

Short update: in some cases, it takes more than 4:30 hours to download a single monthly file.