Hi all,
I'm having trouble getting metgrid to run correctly. I'm using HRRR to initialize, and running WRF/WPS v.4.01 . I get the error message:
ungrib and geogrid run fine, and the FILE files and geo_em.d01.nc files are present.
A ncdump of geo_em.d01.nc gives:
and my namelist.wps file is as follows.
Any help much appreciated!!
Best regards,
Dan
I'm having trouble getting metgrid to run correctly. I'm using HRRR to initialize, and running WRF/WPS v.4.01 . I get the error message:
Code:
Processing domain 1 of 2
WRF_DEBUG: NetCDF error: NetCDF: Attribute not found
WRF_DEBUG: NetCDF error in ext_ncd_get_dom_ti.code INTEGER, line 83 Element WEST-EAST_GRID_DIMENSION
ERROR: Error while reading domain time-independent attribute.
ungrib and geogrid run fine, and the FILE files and geo_em.d01.nc files are present.
A ncdump of geo_em.d01.nc gives:
Code:
netcdf geo_em.d01 {
dimensions:
Time = UNLIMITED ; // (1 currently)
DateStrLen = 19 ;
west_east = 91 ;
south_north = 157 ;
south_north_stag = 158 ;
west_east_stag = 92 ;
land_cat = 21 ;
soil_cat = 16 ;
month = 12 ;
and my namelist.wps file is as follows.
Code:
&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '2018-01-12_10:00:00', '2018-01-12_10:00:00',
end_date = '2018-01-13_04:00:00', '2018-01-13_04:00:00',
interval_seconds = 3600,
io_form_geogrid = 2,
debug_level = 1000,
/
&geogrid
parent_id = 1,1,
parent_grid_ratio = 1,3,
i_parent_start = 1,9,
j_parent_start = 1,8,
e_we = 92,229,
e_sn = 158,313,
geog_data_res = '30s','30s',
dx = 9000,
dy = 9000,
map_proj = 'lambert',
ref_lat = 37.916,
ref_lon = -119.739,
truelat1 = 37.916,
truelat2 = 37.916,
stand_lon = -119.739,
ref_x = 46.0,
ref_y = 79.0,
geog_data_path = '/nfs/cluster/AWSdata/Research/Forecasting/EPRI/WRF/geog2/WPS_GEOG',
/
&metgrid
fg_name = 'FILE',
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
/
Any help much appreciated!!
Best regards,
Dan