PSyclone APIs renamed/depricated
After many years of not getting round to it the APIs of PSyclone have been renamed to better reflect their purpose.
dynamo0.3 is now lfric and gocean1.0 is now gocean. The old names are due to be removed at some point.
We should ensure we are using the new names and I think I saw a nemo around which I'm not sure has ever been supported.
Support for different APIs was added a while ago.
Otherwise, this issue is already fixed (though I just realised that Jason must have deleted the branch, so I can't easily point you to it, I'll recover it tomorrow). But see https://github.com/MetOffice/fab/commit/bff37de201262a87b469d91e98627a051f4bee2b
There will be another small update later, since we have not yet fully decided how we will be naming the dev versions from now on (we never bothered with dev version numbers in the past). Either it will be 3.0.1-dev (likely), or we use the automated way (which will give us something like '3.0.1.dev2+gf8a590b'). The problem is that the latter apparently causes problems on some of the UKMO systems. But the upcoming PSyclone 3.0 release is already expected to work (but not any dev version after the release, the text will likely break the regex that are used atm).
I think we're happy that this works, so I'm closing it. We can open a new issue if/when we find we need to change the version regexp.