When I resize only my outer domain in my nest, the terrain in the outer domain changes its position. All the terrain in the inner domains stay in the correct location. This also happens with my landuse, does anyone know how I can make the terrain in the outer domain go back to the correct location?
This happens regardless of the terrain resolution used.
Alternatively does anyone know how to manually change the position of the terrain in the outer domain? Here is my namelist.wps:
- Code: Select all
&share
wrf_core = 'ARW',
max_dom = 5,
start_date = '2001-07-28_00:00:00', '2001-07-28_00:00:00', '2001-07-28_00:00:00', '2001-07-28_00:00:00', '2001-07-28_00:00:00',
end_date = '2001-07-30_00:00:00', '2001-07-28_00:00:00', '2001-07-28_00:00:00', '2001-07-28_00:00:00', '2001-07-28_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
opt_output_from_geogrid_path = '/glusterfs/earth/users/tlw/WPS/KESSLER/kessy',
debug_level = 0,
/
&geogrid
parent_id = 0,1,2,3,4,
parent_grid_ratio = 1,3,3,3,5,
i_parent_start = 1,31,27,23,19,
j_parent_start = 1,8,33,29,25,
e_we = 85,73,61,49,61,
e_sn = 105,91,79,67,91,
geog_data_res = '10m','5m','2m','2m','30s',
dx = 27000,
dy = 27000,
map_proj = 'mercator',
ref_lat = 16.75,
ref_lon = -62.19,
truelat1 = 16.75,
truelat2 = 0,
stand_lon = -62.19,
geog_data_path = '/glusterfs/earth/users/tlw/geog',
opt_geogrid_tbl_path = '/glusterfs/earth/users/tlw/WPS/KESSLER/kessy',
ref_x = 42.5,
ref_y = 22.5,
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
opt_output_from_metgrid_path = '/glusterfs/earth/users/tlw/WPS/KESSLER/kessy',
opt_metgrid_tbl_path = '/glusterfs/earth/users/tlw/WPS/KESSLER/kessy',
/
&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
/
&domain_wizard
grib_data_path = '/glusterfs/earth/users/tlw/2011GFS',
grib_vtable = 'null',
dwiz_name =kessy
dwiz_desc =
dwiz_user_rect_x1 =570
dwiz_user_rect_y1 =346
dwiz_user_rect_x2 =757
dwiz_user_rect_y2 =479
dwiz_show_political =true
dwiz_center_over_gmt =true
dwiz_latlon_space_in_deg =10
dwiz_latlon_linecolor =-8355712
dwiz_map_scale_pct =12.5
dwiz_map_vert_scrollbar_pos =0
dwiz_map_horiz_scrollbar_pos =396
dwiz_gridpt_dist_km =27.0
dwiz_mpi_command =null
dwiz_tcvitals =null
dwiz_bigmap =Y
/