[ncl-talk] Trouble plotting WRF domain with plotgrids.ncl

Alexander Carne alexander.carne at valpo.edu
Mon Nov 13 23:58:29 MST 2017


Hello,

     I am having some trouble getting the plotgrids.ncl script to read in
my namelist.wps file to plot a nested domain with NCL version 6.3.  It
seems to be reading in the parent domain correctly, but it is unable to
read the inner domain coordinates from my namelist.wps file.  Has anyone
come across this issue before?  I have attached my namelist.wps file for
reference.

Thank you

-- 
University of Nebraska Lincoln
Department of Earth and Atmospheric Sciences
Teaching assistant - Met 100
graduate student
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20171114/7d392722/attachment.html>
-------------- next part --------------
&share
 wrf_core = 'ARW',
 max_dom = 2,
 start_date = '2012-10-29_00:00:00','2012-10-29_00:00:00',
 end_date   = '2012-11-02_00:00:00','2012-11-02_00:00:00',
 interval_seconds = 21600
 io_form_geogrid = 2,
/

&geogrid
 parent_id         = 1,1
 parent_grid_ratio = 1,3
 i_parent_start    = 1,8
 j_parent_start    = 1,8
 e_sn          = 133,352,
 e_we          = 183,502,
 geog_data_res = '5m','2m','30s',
 dx = 36000,
 dy = 36000,
 map_proj =  'polar',
 ref_lat   = 70.,
 ref_lon   = 160.0,
 truelat1  = 80.5,
 stand_lon = 155.0,
 geog_data_path = '/work/rowe/chays/geog/V3.7',
 /

&ungrib
 out_format = 'WPS',
 prefix = 'FILE',
/

&metgrid
 fg_name = 'ERAI'
 io_form_metgrid = 2,
/



More information about the ncl-talk mailing list