OS: UBUNTU 16.04
compiler : icc, ifort
Dear WRF users
i am trying to run a nested domain, however i get this strange error from ./real.exe
- Code: Select all
*************************************
d01 1999-01-16_12:00:00 alloc_space_field: domain 2, 170368 bytes allocated
d01 1999-01-16_12:00:00 alloc_space_field: domain 2, 700060 bytes allocated
metgrid input_wrf.F first_date_input = 1999-01-16_12:00:00
metgrid input_wrf.F first_date_nml = 1999-01-16_12:00:00
d02 1999-01-16_12:00:00 Timing for input 0 s.
d02 1999-01-16_12:00:00 flag_soil_layers read from met_em file is 1
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 572
Maybe you do not have the new map factors, try re-running geogrid
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
I cannot find any support for this problem, kindly see if you can figure out the problem
my namelist.wps is following :
- Code: Select all
&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '1999-01-16_12:00:00','1999-01-16_12:00:00',
end_date = '1999-01-17_12:00:00','1999-01-17_12:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 0, 1,
parent_grid_ratio = 1, 3,
i_parent_start = 1, 27,
j_parent_start = 1, 40,
geog_data_res = '2m','2m',
e_we = 100, 112,
e_sn = 110, 91,
dx = 60000,
dy = 60000,
map_proj = 'lambert',
ref_lat = -1,
ref_lon = 107,
truelat1 = -1,
truelat2 = -1,
stand_lon = 107,
geog_data_res = 'gtopo_10m+usgs_10m+nesdis_greenfrac+10m','gtopo_2m+usgs_2m+nesdis_greenfrac+2m',
geog_data_path = '/home/cee2/Pictures/geog_complete/'
ref_x = 50.0,
ref_y = 50.0,
/
&ungrib
out_format = 'WPS',
prefix = 'PGBFILE',
/
&metgrid
fg_name= 'CCSM4_CMIP5_MOAR_BC_20THC',
constants_name =,
io_form_metgrid= 2,
/
&mod_levs
press_pa = 201300 , 200100 , 100000 ,
95000 , 90000 ,
85000 , 80000 ,
75000 , 70000 ,
65000 , 60000 ,
55000 , 50000 ,
45000 , 40000 ,
35000 , 30000 ,
25000 , 20000 ,
15000 , 10000 ,
5000 , 1000
/