Willem Deconinck

Results 91 comments of Willem Deconinck

There are a number of mesh::actions that need to be applied that may be required only when creating the `functionspace::NodeColumns` Other mesh actions may be required when creating `functionspace::EdgeColumns` I...

I have considered your proposed function `enableNodeColumns` versus a `NodeColumns` constructor, and in the end the API would be the same, bar a different name. The paradigm of having it...

Looks great @sbrdar with some minor change requested.

@DJDavies2 thanks for your helpful observation. This is now fixed.

Hi Philippe, thank you for this. It will be a great addition when ready. Were you however aware of the ArraySlicer in Atlas? It allows you to create these "dropped...

A use-case of a non-stride 1 inner dimension occurs when Atlas will be used to wrap existing allocated data, from e.g. IFS' `GFL` container. ```Fortran ! Fortran type(atlas_Field) :: field_GFL_4...

You are completely right about the slicing :) I was considering this as well after I wrote my reply, but still wondered if it could be useful or were aware....

- Very nice that the transposition could work! A use case would be e.g. to distribute horizontal levels obtained from e.g. grib into a different transposed or blocked (NPROMA) configuration....

> I will provide some tests/examples with NPROMA/NGPBLKS and NGPTOT/NFLEVG. It will take a few days. Thank you Philippe, having this functionality will be really great.

I was just reading this here, which may solve this problem and be also a more desired output of handling `_FILE_` anyway https://fypp.readthedocs.io/en/stable/fypp.html#rendering-file-names-as-relative-paths I can have a look on adding...