|
I'm running the SRW on MSU-HPC and I'm attempting to use a custom 13km subconus grid. When the model gets to the make_ics and make_lbcs steps, each crash with an error. The error text from the TMP files is as follows: PET30.ESMF_LogFile:20250703 094609.534 ERROR PET30 ESMF_FieldRegrid.F90:4442 checkGrid Invalid argument - some types of regridding (e.g. bilinear) are not supported on Grids that contain a DE of width 1. From what I've seen online, this issue is caused by the model attempting to divide the grid among too many tasks, leading to it attempting to divide the grid to less than one grid cell. The grid size I'm using is 140 by 70, and I'm using a 2 by 1 layout size. I have set the write groups and write tasks per group each to one in attempt to solve this error. Is there a way to further reduce the division of the grid? Is my grid simply too small? Help would be appreciated. |
Replies: 3 comments
|
Hi @rgsmith27 ! A lot of folks are out today ahead of the 4th of July holiday, so there might be a delay getting you help. That said, it would be helpful to see your custom grid parameters so that we can give you more concrete guidance. And when you talk about layout size, which variables specifically are you talking about? One thing you might try is adjusting the Sorry I'm not of more help on this one. @mkavulich do you have any suggestions? If not, I think @MichaelLueken may have some suggestions when he gets back on Monday. Best, |
|
If the problem is over-decomposition in You can also reduce For older versions of the code (such as the 3.0 release), it's a bit harder, so let me know if you need help with that. There's also manually modifying the |
|
This issue was solved by increasing the grid size by a bit and playing around with the variables mentioned above. |
This issue was solved by increasing the grid size by a bit and playing around with the variables mentioned above.