Jan Clemens
Jan Clemens
png overlays without axis, titles etc. could be used in systems like PLANET as map overlays that are also accessible for operators on the aeroplane. I am looking for a...
We already have interpolation functions and data structures for cartesian grids. Could we extend the interpolation functions to deal with icosahedral grids? - [x] What routines can be shared with...
C to Fortran Interface for the Library... - [x] Define structs in the interface - [x] Define functions in the interface - [x] Adapt the Makefile to compile everything correctly...
MPTRAC routines could be made available to other Models (CLaMS) more easily if MPTRAC is properly organized into a library containing those routines (libtrac.h/libtrac.c), and a time loop (trac.c). -...
Use the MPTRAC library to run trajectories as a replacement for the CLaMS trajectory module. - [x] Install MESSy/CLaMS and set up a test case with a climatological run. -...
Ideas to speed-up and improve scaling of the domain decomposition: ### MPI communication - [ ] Can we avoid copy data altogether to the CPUs for MPI communication / can...
Implement the following improvements into the domain decomposition: - [ ] Find a solution for the Poles - [ ] fix Fortran wrapper for new DD code - [ ]...
### MPTRAC-YAC - [x] Write an IO server for ICON data and netcdf data - [x] Write an YAC client for MPTRAC to use the IO server - [x] Run...
**Is your feature request related to a problem?** MPTRAC can serve as a library for particle methods. However, the C interface of the methods of the domain decomposition (e.g. dd_communicate_particles(...))...