...
Grd_overlap | : | Overlap in degrees(!) The overlap size should be at least 3 times the resolution of the grid resolution. In general, for higher resolution grids (ie: 0.25° or finer), an overlap of 8 times would be better for the solver. | |
Grd_nj | : | Core/Free number of grid points in y-direction |
Note that there is no blending/merging area, also called Davies sponge, in Yin-Yang grids, which means that the free area is the same as the core area!
...
Grd_nj = (90° + 2*2°) / 0.25° + 1 = 376 377
That's it!
FYI, Grd_nj does not have to match the FFT criteria.
...