Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Diag decimation, check the commensurate condition
- Beware! Currently only commensurate layouts are supported. I.e., the decimated subgrid cells should all be contained in the same core (pe). For this to happend the layout of the model runs should be chosen so that NIGLOBAL/layout_x and NJGLOBAL/layout_y are both divisible by dl (decimation level) if a _dl diagnostics is present in the diag_table - This is a major limitition of the current implementation. But the extension to arbitrary layouts would required cross processor communications (halo updates) which may slow down the model considerably and beat the purpose of decimation.
- Loading branch information