WSL/SLF GitLab Repository

Skip to content

Rad complex optim

Julien Esseiva requested to merge rad_complex_optim into master

Reduce the total memory used by the TerrainRadiationComplex algorithm when using MPI. This is implemented by reducing the dimension of Array3D and Array4D to only the size necessary for the process and offset the index. Note that some array still need to be sized for all processes has they need to be shared each iteration step.

Merge request reports