Joerg Henrichs

Results 115 issues of Joerg Henrichs

We should test that all examples work.

Fixes #1990

enhancement
ready for review
PSyData

Our manual contains instructions that are related to using the current, makefile-based LFRic build system. In some cases that might need to get updated, esp. with FAB certain restrictions will...

A simple change that affects a lot of files. Fixes #2444.

in progress

There are no more pdf versions of our manuals on readthedocs. @arporter mentioned: ``` I think it's because we've switched to using `.readthedocs.yaml` configuration files and have missed adding that...

The LFRic source code `components/science/source/kernel/geometry/chi_transform_mod.F90` contains several procedure pointer, e.g.: ``` PROCEDURE(chir2xyz_interface), PROTECTED, POINTER :: chir2xyz => null() ``` This causes the whole module to become a CodeBlock, i.e.: ```...

enhancement
NG-ARCH

Fixes #2496 (use PSyIR instead of string in gocean kernel access information for indices).

bug
reviewed with actions
GOcean
PSyIR

In some tests it was discovered that gocean accepts kernels that cannot be parallelised (because of a stencil access, and a write statement to the same field): https://github.com/stfc/PSyclone/pull/2497/files#r1505787613 I have...

Now that we have the ability to parse code (including kernels), we should re-evaluate the need to declare stencial accesses in the meta-data, since we might be able to determine...

enhancement

Fixes #2520 by removing the kernels directive.

ready for review