everdaniel
New member
Hi everyone!
I'm setting up a domain for a WRF simulation I need to run, I defined 3 domains in my namelist.wps however, when I run the plotgrids utility it doesn't show all of the domains, only the 3rd domain (d03):
I'm running NCL Version 6.6.2 on an Ubuntu 20.04 server:
the only change I made to the plotgrids_new.ncl file was to uncomment the following line so that my country borders are rendered on the map:
and this is my namelist.wps file:
I'm not sure if there is something wrong with my domain configuration or if I'm missing something else?
Thank you!
I'm setting up a domain for a WRF simulation I need to run, I defined 3 domains in my namelist.wps however, when I run the plotgrids utility it doesn't show all of the domains, only the 3rd domain (d03):
I'm running NCL Version 6.6.2 on an Ubuntu 20.04 server:
wrf@wrf-server:~/4.1/WPS$ ncl -V
6.6.2
the only change I made to the plotgrids_new.ncl file was to uncomment the following line so that my country borders are rendered on the map:
mpres@mpOutlineBoundarySets = "AllBoundaries"
and this is my namelist.wps file:
Code:
&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2006-08-16_12:00:00','2006-08-16_12:00:00','2006-08-16_12:00:00',
end_date = '2006-08-16_18:00:00','2006-08-16_12:00:00','2006-08-16_12:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1, 2,
parent_grid_ratio = 1, 5, 5,
i_parent_start = 1, 44, 35,
j_parent_start = 1, 38, 41,
e_we = 100, 101, 126,
e_sn = 100, 101, 136,
geog_data_res = '30s','30s','30s',
dx = 25000,
dy = 25000,
map_proj = 'mercator',
ref_lat = -25,
ref_lon = -58,
truelat1 = -25,
truelat2 = 0,
stand_lon = -58,
geog_data_path = '/home/wrf/4.1/WPS_GEOG'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
I'm not sure if there is something wrong with my domain configuration or if I'm missing something else?
Thank you!