afernandezody
Member
Hello,
To avoid small subdomains, I am using nproc_x
However, WRF(v4.3) seems to be ignoring it and still performing the domain decomposition as 8x16 instead of 16x8 as expected:
Thanks
To avoid small subdomains, I am using nproc_x
Code:
&domains
time_step = 150,
...
nproc_x = 16
/
Code:
Minimum decomposed computational patch size, either x-dir or y-dir, is 10 grid cells.
e_we = 165, nproc_x = 8, with cell width in x-direction = 20
e_sn = 131, nproc_y = 16, with cell width in y-direction = 8
--- ERROR: Reduce the MPI rank count, or redistribute the tasks.