<div dir="ltr"><div>I speculate:</div><div><br></div><div>replace</div><div><br></div><div>lat1=lat(61:148,:)<br>lon1=lon(:,36:168)</div><div><br></div><div>with</div><div><br></div><div><div>lat1=lat(61:148,36:168)<br>lon1=lon(61:148,36:168)</div><div><br></div><div>===========</div><div>Also, a good programming practice it to use variables rather than hard code numbers</div><div><br></div><div>sLat = 61<br>nLat = 148<br>wLon = 36<br>eLon = 168<br><br><br>no3_1_w=ana->nh4_1(:,:,sLat:nLat,wLon:eLon)<br>no3_2_w=ana->nh4_2(:,:,sLat:nLat,wLon:eLon)<br>no3_3_w=ana->nh4_3(:,:,sLat:nLat,wLon:eLon)<br>no3_4_w=ana->nh4_4(:,:,sLat:nLat,wLon:eLon)<br><br>ana=addfile("<a href="http://nh4_w_wo_co3.nc">nh4_w_wo_co3.nc</a>","r")<br>no3_1_wo=ana->nh4_1(:,:,sLat:nLat,wLon:eLon)<br>no3_2_wo=ana->nh4_2(:,:,sLat:nLat,wLon:eLon)<br>no3_3_wo=ana->nh4_3(:,:,sLat:nLat,wLon:eLon)<br>no3_4_wo=ana->nh4_4(:,:,sLat:nLat,wLon:eLon)<br><br>lat1=lat(sLat:nLat,wLon:eLon)<br>lon1=lon(sLat:nLat,wLon:eLon)<br></div><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 13, 2021 at 10:33 AM Anahita Amiri Farahani via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.ucar.edu</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"><div dir="ltr">Hello,<div><br></div><div>I tried to plot wrfout but for a smaller domain than the original one (sub domain) but it does not work. I have attached the code and the plot, also the desired plot.</div><div><br></div><div>Thank you,</div><div>Ana</div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>