Byron Blay

Results 14 comments of Byron Blay

> @bblay and @MatthewHambley, which compilers have you tested with? (Apologies for the delay) I've seen the code compile with gfortran from v4 to v11, and believe it also compiles...

Just tried to make a PR to fix this, based on the issue 4 fix and the above snippet, but the error does not occur. (What I think is) the...

Thanks for the response, @trexfeathers . Some good points. I wasn't aware of the all-singing attempt. I'll ignore that here. You're right about exposing the merge and concatenate structures. That...

There's a ticket to revisit the exception handling. I don't like the way we _return_ exceptions from child processes instead of raising them like normal Python. I think if we...

When this happens I usually turn on verbose logging and run again. - Look for a parse error in those missing files, in the analysis stage. This will stop the...

From an purely OO perspective, ignoring Python's idiosyncratic implementation, I'd argue that it's not a private member of the parent at all, it's a ~private~ protected member inherited by the...

It's also worth pointing out that this pattern is used to provide attributes which are only set at runtime, for child processes to read. They can't modify memory in the...

The incremental psyclone work built up excessive "#210-isms", so they were bundled up into a data class and passed in. Reads and runs fine. ``` x90s = artefact_store['preprocessed_x90'] mp_payload =...

Got UM building but will probably need assistance from an LFRic expert to configure a build for ATM.