<div dir="ltr"><div class="gmail_default" style="font-size:small">It is hard to debug this particular script without having access to the data so we can run it. Also, the script is rather involved and it's hard to tell what state the variables are in by the time you getting to the plotting section.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">However, one thing I would recommend is to use the gsn_csm_xxxx functions instead of the gsn_xxxx functions, as they make more use of the metadata. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Try changing these calls:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><div class="gmail_default" style="font-size:small">       pmfill    = gsn_contour(wks,pm,resdust)</div><div class="gmail_default" style="font-size:small">       windfill  = gsn_contour(wks,spd,uv_res)</div><div class="gmail_default" style="font-size:small">       tkefill   = gsn_contour(wks,tke1,restke)</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">to</div><div class="gmail_default"><div class="gmail_default" style="font-size:small">       pmfill    = gsn_csm_contour(wks,pm,resdust)</div><div class="gmail_default" style="font-size:small">       windfill  = gsn_csm_contour(wks,spd,uv_res)</div><div class="gmail_default" style="font-size:small">       tkefill   = gsn_csm_contour(wks,tke1,restke)</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">In order to overlay multiple plots on a base plot properly, each plot must have its X and Y axes coordinates well-defined.  The X and Y axes can be defined by sfXArray and sfYArray or by metadata (i.e. coordinate arrays) that are attached to your data.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You set sfXArray in one place, and sfYArray in another place, but it doesn't look like this is occurring consistently for all plots. This may be why the overlay is not working properly.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">In order to understand overlays better, I suggest visiting this page:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/overlay.shtml">http://www.ncl.ucar.edu/Applications/overlay.shtml</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">If you continue to have problems, then it would help if you provide a cleaned-up script and the data file.  You can use our ftp for the data file:</div><div class="gmail_default"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/ftp_files.shtml">http://www.ncl.ucar.edu/ftp_files.shtml</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">First try to fix your script and visit the overlay page for some help.</div><div class="gmail_default"><br></div><div class="gmail_default">Good luck,</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 12, 2018 at 12:34 AM, E Mobarak <span dir="ltr"><<a href="mailto:mobarak_e@yahoo.com" target="_blank">mobarak_e@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:times new roman,new york,times,serif;font-size:16px"><div style="font-family:times new roman,new york,times,serif;font-size:16px">Hi dear</div><div style="font-family:times new roman,new york,times,serif;font-size:16px">i draw meteograms for dust ,when i want overlay pbl height to dust it is done but the scale is different , pbl height is about 3 km but after overlay put under 2 km</div><div style="font-family:times new roman,new york,times,serif;font-size:16px"><div>The scripts is attach and two different plot that show only <br></div><div>what is wrong?</div><div>please guide me</div><div>thanks<br></div><div><img title="Inline image" alt="Inline image" src="cid:681cc000-59c1-495d-9864-defcfbc51d56@yahoo.com" class="m_-2512778409922696552yahoo-inline-image" style="max-width:800px;width:100%"></div><img title="Inline image" alt="Inline image" src="cid:3ff408e5-f913-d0dd-e120-9c79e05baca7@yahoo.com" class="m_-2512778409922696552yahoo-inline-image" style="max-width:800px;width:100%"><br>pbl plot  and over dust</div><div style="font-family:times new roman,new york,times,serif;font-size:16px"><br></div></div></div><br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>