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

Error Running WRF

Tom

Member
Hi all,
I meet a error when i run the wrf.exe."Tile Strategy is not specified. Assuming 1D-Y".The attachment include the namelist.input and rsl file.
I would appreciate for you!
 

Attachments

  • namelist.input
    4.1 KB · Views: 4
  • rsl.error.0023.txt
    5.4 KB · Views: 5
Your namelist.input looks fine to me. The message "Tile Strategy is not specified. Assuming 1D-Y" is normal and it doesn't suggest any issues.
Can you find other error messages in your rsl files?
How did you compile WRF and run this case?
 
Your namelist.input looks fine to me. The message "Tile Strategy is not specified. Assuming 1D-Y" is normal and it doesn't suggest any issues.
Can you find other error messages in your rsl files?
How did you compile WRF and run this case?
Hi
Thank for your qiuck reply.
Another pronlem is:
*** Error in `./wrf.exe': free(): invalid pointer: 0x000000001fbf27f0 ***
Program received signal SIGABRT: Process abort signal.

Backtrace for this error:
#0 0x2b0b69facb9a in ???
#1 0x2b0b69fabdc3 in ???
#2 0x2b0b6b8f127f in ???
#3 0x2b0b6b8f1207 in ???
#4 0x2b0b6b8f28f7 in ???
#5 0x2b0b6b933d26 in ???
#6 0x2b0b6b93c488 in ???
#7 0x1e55f68 in ???
#8 0x1e32237 in ???
#9 0x1f2c189 in ???
#10 0x17cb137 in ???
I compile the wrf using GNU Fortran 7.3.1.
I use one core with 24 ntasks to run this case.I attch the wrfrun.sh at attachment.
Thanks again!
 

Attachments

  • wrfrun.txt
    325 bytes · Views: 2
Last edited:
Such information is not helpful at all. Please provide more information regarding this case:
(1) Which version of WRF did you use?
(2) The data you ungrib to drive WRF
(3) How long did the model run before it crashed?
(4) Can you run the case over a single-domain?
(5) with num_land_cat = 33, what landuse type did you specify ?
 
Such information is not helpful at all. Please provide more information regarding this case:
(1) Which version of WRF did you use?
(2) The data you ungrib to drive WRF
(3) How long did the model run before it crashed?
(4) Can you run the case over a single-domain?
(5) with num_land_cat = 33, what landuse type did you specify ?
Thank for your quick reply!
(1):WRF4.2
(2):I ungrib the NECP fnl data to drive WRF
(3):It was decided the nest.If i was use three nests,it will cresh at the first timestep.One or two will run more time and then cresh.
(4):I can run the case over a singe_domain
(5):The 31-33 respectively represent Low density residential, High density residential and Commercial.
Now,i modify cudt=0 and feedback=0.After the change, i can smoothly run the case!
Thank you again for you response!
 
Thank you for the detailed information, which clearly indicates that this is a memory issue, i.e., when you run this case over muitl-nested domains, your machine memory is not large enough.

Please increase the number of processors, which will give you larger memory to run the case. If this case still fails, please consult your computer manage to get larger computer memory.
 
Top