Joerg Henrichs

Results 121 comments of Joerg Henrichs

Adding a transformation that handles induction variables should be reasonable easy (for the useful cases, e.g. for an i loop: 'im = i-1', and 'n=n+k'), we just need to replace...

I just realise that some of the questions (e.g. do we consider loop bounds as a read access??) are actually not at all sympy related. As such I'd guess that...

I've opened #1750 and #1751 as 'smaller' todos to decouple the three bugs, and will handle the actual crash with this ticket here if you are ok with that.

> re. your third point, ... I can't comment on the if-statements, but I think it would be great to rename NEMO to ... something else. We might appear to...

Copying the psydata files into the working directory works like a charm - no complains about dependencies, no issues linking (except https://github.com/stfc/PSyclone/issues/1797 - psydata needs to support logical values now).

I've verified the 'copy into source' approach, and it works fine with gungho. I added `lfric_trunk/infrastructure/source/psydata/nan/` as directory with the nan-testing files, and then built gungho with the following modified...

If we are using more than one PSyData libraries at the same time, both source files will have its own copy of `psy_data_base.f90`, which the dependency code does not like...

This ticket was for extraction. While we do have a working code for gocean, but this is based on netcdf, and I thought we would better have a simpler library...

#1813 will provide the missing libraries, and allow compilation tests. I am keeping this ticket open to remember all the tests that need to be added.

This is caused by the `SIZE(tmask,...)` function registering a read access to `tmask` (with no indices). Fixing #1750 will fix this issue properly The following patch fixes the problem if...