<div dir="ltr">Jerry,<br><br>Since you are using a Mac, you could try using homebrew to install ncl.<div><br></div><div><span style="font-size:13.1999998092651px;line-height:19.7999992370605px">To use it, you first need to install </span><span class="lG" style="font-size:13.1999998092651px;line-height:19.7999992370605px">homebrew</span><span style="font-size:13.1999998092651px;line-height:19.7999992370605px"> by pasting the following line in to your Terminal (more info at </span><a href="http://brew.sh/" target="_blank" style="font-size:13.1999998092651px;line-height:19.7999992370605px">http://brew.sh</a><span style="font-size:13.1999998092651px;line-height:19.7999992370605px">):</span><br style="font-size:13.1999998092651px;line-height:19.7999992370605px"><br style="font-size:13.1999998092651px;line-height:19.7999992370605px"><pre style="overflow:auto;font-family:Consolas,&#39;Liberation Mono&#39;,Menlo,Courier,monospace;font-size:13.6000003814697px;margin-top:0px;margin-bottom:0px;font-stretch:normal;line-height:1.45;padding:16px;border-radius:3px;word-wrap:normal;word-break:normal;color:rgb(51,51,51);background-color:rgb(247,247,247)">ruby -e &quot;$(curl -fsSL <a href="https://raw.githubusercontent.com/Homebrew/install/master/install" target="_blank">https://raw.githubusercontent.com/<span class="lG">Homebrew</span>/install/master/install</a>)&quot;</pre><div style="font-size:13.1999998092651px;line-height:19.7999992370605px"><br></div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">Then, install caskroom (<a href="http://caskroom.io/" target="_blank">http://caskroom.io/</a>), followed by ncl:<pre style="overflow:auto;font-family:Consolas,&#39;Liberation Mono&#39;,Menlo,Courier,monospace;font-size:13.6000003814697px;margin-top:0px;margin-bottom:0px;font-stretch:normal;line-height:1.45;padding:16px;border-radius:3px;word-wrap:normal;word-break:normal;color:rgb(51,51,51);background-color:rgb(247,247,247)"><span style="font-size:13.6000003814697px;line-height:1.45">brew install caskroom/<span class="lG">cask</span>/brew-<span class="lG">cask</span>
</span><span style="font-size:13.6000003814697px;line-height:1.45">brew <span class="lG">cask</span> install ncar-ncl</span></pre></div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">This will:</div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">1) Download the appropriate NCL binary for your version of OS X from the Earth System Grid<br></div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">2) Check for <span class="lG">homebrew</span> dependencies, gcc and xquartz, and install them if not found</div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">3) Install ncl to /usr/local/ncl-6.3.0</div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px"><br></div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">A message will appear telling you exactly which lines to add your dotfiles, including:</div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">1) adding $NCARG_ROOT/bin to your $PATH </div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">2) adding libgfortran.3.dylib to your $DYLD_FALLBACK_LIBRARY_PATH to fix the libgomp issue<br><br>Cheers,<br>Ryan</div></div></div>