Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

The geogrid.exe runs too long when start the innermost domain which has 1200*1200 grids

zr_826

New member
I am running the real case of WRF-LES for the nearshore typhoon,I set 5 domains, and the 4 domains successfully ran when I excuted ./geogrid.exe. But the last one d05, which has 1200*1200 grids ran about 10 hours when processing URB_PARAM. I have repeated for several times, but it still stuck in this place. When I compile the WPS, I use serial compiler bacause mpi compiler reported error that it only generated ungrib.exe, so I can't mpirun the geogrid.exe. In the past, I successfully solve the stuck problem by using the mpirun, now I change the WRF version to 4.0, I can't use mpi compiler to compile the WPS. Could any one help me ?
 
Please compile WPS in parallel mode, then run geogrid.exe with multiple processors.

I am not aware of any issues in WPS parallel compilation. Which version of WPS are you using and what is your compiler?
 
Please compile WPS in parallel mode, then run geogrid.exe with multiple processors.

I am not aware of any issues in WPS parallel compilation. Which version of WPS are you using and what is your compiler?
Thank you for your answer! I have solved the problem by change a configure compiler from compiler number 23 to number19 as in the figure. Maybe it's because of the compiler?
 
Top