Joerg Henrichs
Joerg Henrichs
Did you switch to use fixed format? I only get this error when I try to parse it as free (which is the default). I am not sure if you...
As discussed in the telco, this is considered useful. It will be implemented using an optional flag to enable this. And it is expected to be handled in the reader...
> This looks good to me @sergisiso. We should also get a view from @hiker as he did a lot with this (I think) for GOcean. I don't think we've...
> > I am mostly happy with this, if my understanding is correct that it mostly replaces NemoLoop with the PSyIR Loop. > > This is right, and not only...
- [x] After #1483 there should be a proper base class for LFRic- and GOcean driver creation.
I cover the common base class for driver creation in #2049.
I'll be providing the script to remove protected/private in fparser (as example I'd guess). Then it's up to the build system. While I don't think it should be integrated into...
We could have several rules implemented, e.g. module 'xxx' is in file xxx.[fF]90, xxx_mod.[fF]90, and then only handle a greatly reduced number of files (to then either regex and/or parse...
> The problem at the moment is that the ModuleManager expects to process all files it encounters as it searches for a particular module (in `get_module_info`) whereas we really need...
> Can it (or indeed PSyclone at all) deal with multiple modules inside a single file? Somewhat. It can map several module information to the same file. But (from memory),...