When lfric_atm is running transmute step, a transmuted ukca file will be parsed again by fparser (during the analysis step in Fab), which triggers a recursion error. See stfc/fparser#515 for details.
For now, I'll change the recursion limit in python when calling fparser to work around.
When lfric_atm is running transmute step, a transmuted ukca file will be parsed again by fparser (during the analysis step in Fab), which triggers a recursion error. See stfc/fparser#515 for details.
For now, I'll change the recursion limit in python when calling fparser to work around.