Skip to content

plotgrids_new.ncl not working #205

@professorjake29

Description

@professorjake29

Describe the bug
I am attempting to plot my WPS domain using the standard 'plotgrids_new.ncl' script but the script only outputs an image with one nested domain (there are three total (one parent and two nested)) and the land/water are not colored. I am not sure what the issue is as I have not messed with the script at all and the same script works fine on other computers.

Computing environment

  • Windows
  • OS version: Ubuntu 22.04.2
  • NCL Version: 6.6.2
  • Installation method: Package manager (apt) built from source

wps_show_dom.pdf

**namelist.wps

&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2014-02-04_06:00:00', '2014-02-04_06:00:00', '2014-02-04_06:00:00',
end_date = '2014-02-05_18:00:00', '2014-02-05_18:00:00', '2014-02-05_18:00:00',
interval_seconds = 10800,
io_form_geogrid = 2,
opt_output_from_geogrid_path = '/home/professorjake/Build_WRF/WPS-4.5',
debug_level = 0,
/

&geogrid
parent_id = 1,1,2,
parent_grid_ratio = 1,3,3,
i_parent_start = 1,55,100,
j_parent_start = 1,58,81,
e_we = 179,211,133,
e_sn = 183,205,136,
geog_data_res = 'nlcd2011_9s+default','nlcd2011_9s+default', 'nlcd2011_9s+default',
dx = 9000,
dy = 9000,
map_proj = 'lambert',
ref_lat = 38.716,
ref_lon = -90.676,
truelat1 = 38.716,
truelat2 = 38.716,
stand_lon = -90.676,
geog_data_path = '../WPS_GEOG/',
opt_geogrid_tbl_path = '/home/professorjake/Build_WRF/WPS-4.5/geogrid',
ref_x = 89.5,
ref_y = 91.5,
/

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

&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
opt_output_from_metgrid_path = '/home/professorjake/Build_WRF/WPS-4.5/',
opt_metgrid_tbl_path = '/home/professorjake/Build_WRF/WPS-4.5/metgrid',
/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions