<div dir="ltr">So basically instead of having:<div><br></div><div><div>function map(arg)</div><div>if (arg = &#39;&#39;)</div><div>   pull cmdline</div><div>else</div><div>   cmdline=arg</div><div>endif</div><div><br></div><div>map=subwrd(cmdline,1)</div><div><br></div><div>if (map = &#39;conus&#39;)</div><div>  latr=&#39;18 62&#39;</div><div>  lonr=&#39;-130 -58&#39;</div><div>endif</div><div><br></div><div>if (map = &#39;alaska&#39;)</div><div>  latr=&#39;50 74&#39;</div><div>  lonr=&#39;-170 -135&#39;</div><div>endif</div><div><br></div><div>if (map = &#39;test&#39;)</div><div>  latr=&#39;48 56&#39;</div><div>  lonr=&#39;-85 -63&#39;</div><div>endif</div><div><br></div><div>if (map = &#39;blah&#39;)</div><div>  latr=&#39;62 70&#39;</div><div>  lonr=&#39;-162 -150&#39;</div><div>endif</div><div><br></div><div>&#39;open /gfsmodeldata/gfs.ctl&#39;</div><div>&#39;set dfile 1&#39;</div><div><br></div><div>&#39;set mproj latlon&#39;</div><div>&#39;set display color white&#39;<br></div><div>&#39;set csmooth on&#39;</div><div>&#39;set grid off&#39;</div><div>&#39;set grads off&#39;</div><div>&#39;set mpdset hires&#39;</div><div>&#39;set map auto&#39;</div><div>&#39;set line 1&#39;</div><div>&#39;set csmooth on&#39;</div><div>&#39;set grads off&#39;</div><div>&#39;set gxout shaded&#39;</div><div>*PAGE SIZE</div><div>&#39;set vpage 0.0 11.0 0.0 8.5&#39;</div><div>*PLOT SIZE</div><div>&#39;set parea 0.4 10.3 0.4 7.9&#39;</div><div><br></div><div>at the top of all of our gfs scripts, we can put that into a &quot;<a href="http://gfs_master.gs">gfs_master.gs</a>&quot; and just &quot;include&quot; that in at the very top of all of our gfs scripts? This way as we add more &quot;defaults&quot; to the configuration we just edit one file instead of every single script?</div>
</div></div>