...
Number of grid points and grid size
Global uniform grid
It is enough to specify the total number of points. The model will then calculate size of the grid boxes automatically.
Grd_ni | : | total number of grid points in x-direction | |
Grd_nj | : | total number of grid points in y-direction |
Global YinYang grid
It is enough You need to specify the core number of points in y-direction as well as the "overlap" in degrees. The model will calculate the size of the grid boxes automatically from that.
Grd_nj | : | core number of grid points in y-direction | |
Grd_overlap | : | overlap |
...