Post‑processing fails in pptransform: Unknown dataset_type 0 #548
-
|
Hi, I’m running an ensemble (suite u-dv704) and am having issues with the post‑processing: Earlier months (roughly up to ~1 year before the failure point) processed successfully, although I sometimes had to manually re‑trigger post‑processing tasks. From December onwards, however, every ensemble member fails in the same way. The error I see is repeated Rose date warnings such as: The job then crashes during the mean creation step with: For context (not sure if this is related): from around September onwards, the pptransform and archive tasks appeared to run successfully, but the corresponding output does not appear on MASS. I’d be grateful for any advice on what might cause this issue, or where best to look to diagnose it further. Thanks very much, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Léa - I'm going to take a look at this with you. However, for anyone who's ended up here by searching for a problem similar to theirs, some of the intitial things I'm going to be looking for are : In this particular question I feel there are 2 distinct issues. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Lea, As discussed offline this issue seemed to be caused by no memory being allocated in the |
Beta Was this translation helpful? Give feedback.
Hi Lea,
As discussed offline this issue seemed to be caused by no memory being allocated in the
[[HPC]]block (between lines 50-64) of the meto_ex.cylc file which was then being inherited to setup other environments within the file. This resulted in no memory being allocated to the job when the ensemble was run and subsequently the job complained with an out of memory error. This was resolved by adding the following under the directives of the[[HPC]]class with the required amount of memory: