登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
e_we = 100, 117, 137, 189,
e_sn = 100, 117, 137, 189,
网格的大小,精度是64 16 4 1km
real后报错:
frame/module_domain.f:Failed to allocate grid%xkmhd(sm31:em31,sm32:em32, sm33:em33)
来自 <http://www2.mmm.ucar.edu/wrf/users/FAQ_files/FAQ_wrf_runtime.html>
1) Yourmachine does not have enough memory to run real.exe on your domain
2) Ifyour machine has enough memory and multiple CPU's, but a single CPU cannotaccess all the memory, you need to build WRF with the dmpar (MPI) option andrun it on multiple processors (mpirun -np Nreal.exe, where N>1)to utilize more of the available memory (see Q/A #1). 根据网上的提示,使用4个核,在第三层还是会断,任务自动被kill,我的服务器有16个cpu,使用4个应该内存足够 starting wrf task 0 of 4 starting wrf task 1 of 4 starting wrf task 2 of 4 starting wrf task 3 of 4
=================================================================================== = BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES = EXIT CODE: 9 = CLEANING UP REMAINING PROCESSES = YOU CAN IGNORE THE BELOW CLEANUP MESSAGES =================================================================================== YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9) This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
|