Thomas Bendall

Results 4 issues of Thomas Bendall

Alex Brown has noticed that there is a problem with some LFRic intergrid kernels that map continuous (W2) fields between fine and coarse meshes. This seemed to happen when the...

in progress
LFRic

One crucial part of the FFSL transport scheme in LFRic involves a kernel which loops over only cells in the halos. This is obviously not currently supported by PSyclone, so...

enhancement
in progress
LFRic

I've just had the following error trying to compile some new LFRic code: ``` 103 | REAL(KIND=r_def), allocatable :: basis_aspc2_source_surface_altitude_on_aspc1_surface_altitude_w0_k0(:,:,:) | 1 Error: Name at (1) is too long ```...

LFRic has a couple of different levels of abstractions of fields: - underlying fields for different precisions: `field_real32_type` and `field_real64_type` - fields used for different science code bubbles: `field_type`, `r_tran_field_type`,...

enhancement
LFRic