<div dir="ltr"><div><div><div><div>Hi Kevin. Your answer to David Adams gave me a precious hint.<br>So, here are some steps to get NCL 6.4.0 at openSUSE Tumbleweed<br>The main thing was already done after all, the Debian binaries.<br><br># vi /etc/bash.bashrc.local<br>export PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/local/lib/pkgconfig<br>export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:/usr/lib64:/lib64<br>export CPATH=/usr/local/include:/usr/include:/usr/include/linux/<br>export NCARG_ROOT=/usr/local/ncarg<br>export PATH=$NCARG_ROOT/bin:$PATH<br>#<br># source /etc/bash.bashrc.local<br># ldconfig<br><br>get /usr/lib64/libgfortran.so.3<br># wget <a href="https://rpmfind.net/linux/opensuse/update/leap/42.2/oss/x86_64/libgfortran3-6.2.1+r239768-5.5.2.x86_64.rpm">https://rpmfind.net/linux/opensuse/update/leap/42.2/oss/x86_64/libgfortran3-6.2.1+r239768-5.5.2.x86_64.rpm</a><br># rpm -iv libgfortran3-6.2.1+r239768-5.5.2.x86_64.rpm<br><br>NCL Version 6.4.0 precompiled binaries (not OPeNDAP-enabled)<br>at <a href="https://www.earthsystemgrid.org/dataset/ncl.640.nodap/file.html">https://www.earthsystemgrid.org/dataset/ncl.640.nodap/file.html</a><br>get ncl_ncarg-6.4.0-Debian8.6_64bit_nodap_gnu492.tar.gz<br><br># mkdir /usr/local/ncarg<br># tar xvzf ncl_ncarg-6.4.0-Debian8.6_64bit_nodap_gnu492.tar.gz -C /usr/local/ncarg<br><br># ncl -V<br>6.4.0<br><br></div># ng4ex xy01n<br></div>also works graphically<br><br></div>Regards,<br></div>Fernando <br></div>