Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plotgrids_new.ncl not working #205

Open
professorjake29 opened this issue Jun 29, 2023 · 0 comments
Open

plotgrids_new.ncl not working #205

professorjake29 opened this issue Jun 29, 2023 · 0 comments

Comments

@professorjake29
Copy link

professorjake29 commented Jun 29, 2023

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',
/

@professorjake29 professorjake29 changed the title plotgrids_ncl not working plotgrids_new.ncl not working Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant