<div dir="ltr">Hi, me again. always thanks for your big help.<div><br></div><div>I&#39;m trying to present data only over Myanmar territory </div><div>like this example : <a href="https://www.ncl.ucar.edu/Applications/Images/mask_4_lg.png">https://www.ncl.ucar.edu/Applications/Images/mask_4_lg.png</a></div><div><br></div><div>and this is what I&#39;ve done:</div><div><br></div><div><div>;---- Source for plot (Myanmar)</div><div>  fill_specs = (/&quot;water&quot;, &quot;Land&quot;/)</div><div>  mask_specs = (/&quot;Myanmar&quot;/)</div><div> </div><div>  res3                                  = res</div><div> </div><div>  res3@mpDataSetName                    = &quot;Earth..4&quot;</div><div>  res3@mpFillBoundarySets               = &quot;NoBoundaries&quot;</div><div>  res3@mpFillAreaSpecifiers             = fill_specs</div><div>  res3@mpSpecifiedFillColors            = (/7,2/)</div><div><br></div><div>  res3@mpAreaMaskingOn                  = 1</div><div>  res3@mpMaskAreaSpecifiers             = mask_specs   </div><div><br></div><div>  res3@mpMinLonF                        = 90 ;123 ;25  Horn of Africa</div><div>  res3@mpMaxLonF                        = 105 ;132 ;53</div><div>  res3@mpMinLatF                        = 0 ;32 ;-10</div><div>  res3@mpMaxLatF                        = 30 ;45 ;20</div><div>;---- Source for Panel  </div><div>  pres3                                 = pres</div><div>  pres3@txString = &quot;Total Precipitation of ICON (40km) over Myanmar&quot;</div><div> </div><div>;---- Draw panel plot (Myanmar)</div><div>  res3@gsnCenterString              = &quot;SEP 2016&quot;</div><div>  plot_3(0) = gsn_csm_contour_map_ce(wks,Total_p(0,:,:),res3)</div><div>  res3@gsnCenterString              = &quot;OCT 2016&quot;</div><div>  plot_3(1) = gsn_csm_contour_map_ce(wks,Total_p(1,:,:),res3)</div><div>  res3@gsnCenterString              = &quot;NOV 2016&quot;</div><div>  plot_3(2) = gsn_csm_contour_map_ce(wks,Total_p(2,:,:),res3)</div><div>  res3@gsnCenterString              = &quot;SON 2016&quot;</div><div>  plot_3(3) = gsn_csm_contour_map_ce(wks,Total_p(3,:,:),res3)</div><div> </div><div>  gsn_panel(wks,plot_3,(/2,2/),pres3)</div></div><div><br></div><div>the result is ...</div><div><div>warning:MapV40DHUpdateDrawList: invalid boundary specification string: &quot;myanmar&quot;</div><div>warning:MapV40DHUpdateDrawList: invalid boundary specification string: &quot;myanmar&quot;</div><div>warning:MapV40DHUpdateDrawList: invalid boundary specification string: &quot;myanmar&quot;</div><div>warning:MapV40DHUpdateDrawList: invalid boundary specification string: &quot;myanmar&quot;</div></div><div><br></div><div>could anyone give me an advice?</div><div><br></div><div>Regards,</div><div>Gaeun</div><div><br></div></div>