<div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Alina,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Is it possible you don't have any data below 500 m?  </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">One thing I like to do if I'm uncertain where I have valid data is to use gsn_coordinates to draw markers at my data locations. You can draw the markers in two different colors to show where the data is valid and where it is missing.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">For example, before the "end" statement in your script, try this:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><div class="gmail_default" style="font-size:small">  pres                   = True</div><div class="gmail_default" style="font-size:small">  pres@gsnCoordsNonMissingColor = "black"</div><div class="gmail_default" style="font-size:small">  pres@gsnCoordsMissingColor    = "red"</div><div class="gmail_default" style="font-size:small">; pres@gsMarkerSizeF            = 3     ; might need to set this to change size of markers                                           </div><div class="gmail_default" style="font-size:small">  gsn_coordinates(wks,plot,tc(z|:,Time|:),pres)</div><div style="font-size:small"><br></div><div style="font-size:small">For more information about this procedure, see this page:</div><div style="font-size:small"><br></div><div><a href="http://www.ncl.ucar.edu/Applications/datagrid.shtml">http://www.ncl.ucar.edu/Applications/datagrid.shtml</a><br></div><div><br></div><div>--Mary</div><div><br></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jan 18, 2019 at 4:04 AM Schuster Alina <<a href="mailto:alina-galchenko@yandex.ru">alina-galchenko@yandex.ru</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear collegues!<br>
I'm working with WRF scm model and I'm always getting plots, which don't reflect anything below 500 m. Changing pressure and sea level does not help. May be someone of you has had a similar problem and knows how to solve it?<br>
Thanks in advance<br>
<br>
-- <br>
Best Regards,<br>
Alina Schuster<br>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>