<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div>I had an install issue a while back and I found that using “conda” made things much easier.</div>
<div><br class="">
</div>
<div><a href="https://www.ncl.ucar.edu/Download/conda.shtml" class="">https://www.ncl.ucar.edu/Download/conda.shtml</a></div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">
<div class=""><br class="">
----------------------------------------------------------------------<br class="">
<br class="">
Message: 1<br class="">
Date: Wed, 22 Apr 2020 03:52:57 +0000<br class="">
From: Francesco Trotta <<a href="mailto:francesco.trotta4@unibo.it" class="">francesco.trotta4@unibo.it</a>><br class="">
To: NCL Talk <<a href="mailto:ncl-talk@ucar.edu" class="">ncl-talk@ucar.edu</a>>, Gus Correa <<a href="mailto:gus@ldeo.columbia.edu" class="">gus@ldeo.columbia.edu</a>><br class="">
Subject: [ncl-talk] R:  installing ncl on Debian Linux 10<br class="">
Message-ID:<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span><<a href="mailto:AM0PR0102MB35726694630742D49BC4D9D5C6D20@AM0PR0102MB3572.eurprd01.prod.exchangelabs.com" class="">AM0PR0102MB35726694630742D49BC4D9D5C6D20@AM0PR0102MB3572.eurprd01.prod.exchangelabs.com</a>><br class="">
<span class="Apple-tab-span" style="white-space:pre"></span><br class="">
Content-Type: text/plain; charset="gb2312"<br class="">
<br class="">
<br class="">
Dear Gus Correa<br class="">
<br class="">
I tried to create a link libgfortran.so.3 to libgfortran.so.5<br class="">
but I got another error<br class="">
ncl: /usr/lib/x86_64-linux-gnu/libgfortran.so.3: version `GFORTRAN_1.4' not found (required by ncl)<br class="">
<br class="">
I would like to not use the virtual environment for now<br class="">
SO I tried to compile and install from the source code ncarg-6.6.2<br class="">
following the step-by-step instructor from the website<br class="">
<br class="">
After I installed all the necessary package on the /usr/local/ and<br class="">
run the command: make Everything >& make-output<br class="">
I end up with the below executables:<br class="">
<br class="">
But there is not 'ncl'<br class="">
<br class="">
bash: ncl: command not found<br class="">
<br class="">
What did I miss?<br class="">
<br class="">
Many Thanks<br class="">
Francesco<br class="">
<br class="">
surf@surf:/usr/local/ncl_ncarg/ncl_ncarg-6.6.2/bin$ tree -L 2 ./<br class="">
./<br class="">
??? cgm2ncgm<br class="">
??? ConvertMapData<br class="">
??? ctlib<br class="">
??? fcaps<br class="">
??? findg<br class="">
??? fontc<br class="">
??? gcaps<br class="">
??? graphc<br class="">
??? idt<br class="">
??? med<br class="">
??? ncargcc<br class="">
??? ncargex<br class="">
??? ncargf77<br class="">
??? ncargf90<br class="">
??? ncargfile<br class="">
??? ncargpath<br class="">
??? ncargrun<br class="">
??? ncargversion<br class="">
??? ncargworld<br class="">
??? ncarlogo2ps<br class="">
??? ncarvversion<br class="">
??? ncgm2cgm<br class="">
??? ncgmstat<br class="">
??? ncl_convert2nc<br class="">
??? ncl_filedump<br class="">
??? ncl_grib2nc<br class="">
??? ncl_quicklook<br class="">
??? ng4ex<br class="">
??? nhlcc<br class="">
??? nhlf77<br class="">
??? nhlf90<br class="">
??? pre2ncgm<br class="">
??? pre2ncgm.prog<br class="">
??? psblack<br class="">
??? psplit<br class="">
??? pswhite<br class="">
??? pwritxnt<br class="">
??? scrip_check_input<br class="">
??? tgks0a<br class="">
??? tlocal<br class="">
??? WRAPIT<br class="">
??? wrapit77<br class="">
??? WriteLineFile<br class="">
??? WriteNameFile<br class="">
??? WritePlotcharData<br class="">
________________________________<br class="">
Da: ncl-talk <<a href="mailto:ncl-talk-bounces@ucar.edu" class="">ncl-talk-bounces@ucar.edu</a>> per conto di Gus Correa via ncl-talk <<a href="mailto:ncl-talk@ucar.edu" class="">ncl-talk@ucar.edu</a>><br class="">
Inviato: luned? 20 aprile 2020 03:57<br class="">
A: NCL Talk <<a href="mailto:ncl-talk@ucar.edu" class="">ncl-talk@ucar.edu</a>><br class="">
Oggetto: Re: [ncl-talk] installing ncl on Debian Linux 10<br class="">
<br class="">
Hi Francesco<br class="">
<br class="">
Have you checked if your Debian distribution has a "compat" (compatibility) package for gfortran/libgfortran<br class="">
between libgfortran.5 and libgfortran.3 ?<br class="">
Apt-get may have a way to check if it is available.<br class="">
I don't use Debian, but CentOS-7, which has an older kernel and older libraries.<br class="">
However, I have libgfortran.3 along with a "compat" package that provides compatibility with libgfortran.1, for example.<br class="">
<br class="">
An alternative is to install NCL using Anaconda Python.<br class="">
This is currently the recommended method (argh!):<br class="">
<a href="https://www.ncl.ucar.edu/Download/" class="">https://www.ncl.ucar.edu/Download/</a><br class="">
That is self-contained, doesn't depend on the system libraries.<br class="">
In my experience it has other problems, particularly a sensitive dependency on other Anaconda Python packages<br class="">
that change by the hour, and don't give a damn to backward compatibility, which can easily break functionality.<br class="">
So, if you install this way, be careful with any conda packages updates, or simply don't update.<br class="">
<br class="">
I hope this helps,<br class="">
Gus Correa<br class="">
<br class="">
On Sun, Apr 19, 2020 at 5:25 PM Francesco Trotta via ncl-talk <ncl-talk@ucar.edu<mailto:ncl-talk@ucar.edu>> wrote:<br class="">
Dear ncl team<br class="">
   I upgraded my operating system to Debian GNU/Linux 10 buster<br class="">
<br class="">
   This new Debian has GNU Fortran (Debian 8.3.0-6) 8.3.0 installed<br class="">
<br class="">
   Now, when I run ncl it gives me the error:<br class="">
  ncl: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory<br class="">
<br class="">
  The new Debian has libgfortran.so.5<br class="">
<br class="">
  /usr/lib/x86_64-linux-gnu/libgfortran.so.5<br class="">
<br class="">
   so I upgraded ncl using to the last precompiled binary<br class="">
<br class="">
ncl_ncarg-6.6.2-Debian9.8_64bit_nodap_gnu630.tar.gz<br class="">
<br class="">
   bu I got the same error.<br class="">
<br class="">
   I can I use ncl in Debian 10?<br class="">
<br class="">
Many Thanks<br class="">
Francesco<br class="">
_______________________________________________<br class="">
ncl-talk mailing list<br class="">
ncl-talk@ucar.edu<mailto:ncl-talk@ucar.edu><br class="">
List instructions, subscriber options, unsubscribe:<br class="">
http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br class="">
-------------- next part --------------<br class="">
An HTML attachment was scrubbed...<br class="">
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200422/94dc3593/attachment-0001.html><br class="">
<br class="">
------------------------------<br class="">
<br class="">
Message: 2<br class="">
Date: Wed, 22 Apr 2020 01:17:22 -0400<br class="">
From: Gus Correa <gus@ldeo.columbia.edu><br class="">
To: NCL Talk <ncl-talk@ucar.edu><br class="">
Subject: Re: [ncl-talk] installing ncl on Debian Linux 10<br class="">
Message-ID:<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span><CA+TEG=XT0dRqJnUfQRBdYkqpxZ2mw5fY-5s2EVT6nBMqrC3NRA@mail.gmail.com><br class="">
Content-Type: text/plain; charset="utf-8"<br class="">
<br class="">
Hi Francesco<br class="">
<br class="">
I haven't tried to build NCL from source for a long time.<br class="">
So, I am afraid I cannot help much, but please see two suggestions at the<br class="">
end of this message.<br class="">
<br class="">
**<br class="">
<br class="">
Unfortunately NCAR phased out the standard NCL code in favor of the<br class="">
Python-based code.<br class="">
They've been recommending the Anaconda Python installation of NCL as the<br class="">
preferred way to install.<br class="">
The traditional NCL code development has been frozen, at least that is what<br class="">
they told this mailing list a year or so ago.<br class="">
<br class="">
Actually it is specific the Anaconda Python, which makes it even more<br class="">
restrictive and less open<br class="">
then Python alone (or PIP), since Anaconda is a company, a private<br class="">
business, which is already<br class="">
advertising and selling "pro" versions of their "conda" software, after<br class="">
luring users with the "community" version for a while.<br class="">
I think that was a terrible decision.<br class="">
It alienated a huge user base (in the USA and worldwide).<br class="">
It trashed an enormous number of research- and production-level NCL scripts<br class="">
that will eventually have to be re-written.<br class="">
It requires users to have to learn the NCL replacement language and rewrite<br class="">
all their scripts with no tangible gain,<br class="">
just to stay exactly where they were before.<br class="">
It made NCL depend on corporate decisions (of Anaconda.com) that neither<br class="">
the community nor NCAR has any control of,<br class="">
and that do not necessarily serve the atmospheric/climate/oceans community<br class="">
best interests.<br class="">
<br class="">
We were told that the original NCL code development was frozen/killed:<br class="">
don't expect new versions, there will be no updates in the downloadable<br class="">
binaries, etc.<br class="">
This is sure to make everything in the traditional NCL become obsolete, and<br class="">
eventually go extinct.<br class="">
I still have NCL installed from packages in the LInux distribution I use<br class="">
(CentOS 7),<br class="">
and that I install in a number of computers in the university to serve<br class="">
researchers, students, and faculty.<br class="">
However, since the NCL code development is frozen and killed, these<br class="">
packages are bound to<br class="">
become incompatible with new Linux developments, and therefore are sure to<br class="">
disappear from future<br class="">
LInux updates (e.g. in CentOS 8 and so on), as you are experiencing with<br class="">
your new version of Debian.<br class="">
<br class="">
I and other NCL users voiced in this mailing list<br class="">
our protest against the decision of phasing out the NCL code development,<br class="">
to no avail.<br class="">
I wish the NCAR leadership had listened, given a second thought to this<br class="">
matter,<br class="">
and reconsidered their terrible decision, which really didn't take into<br class="">
account the best interests of the user community.<br class="">
<br class="">
**<br class="">
<br class="">
As for the specifics of your email, I would check the log file of your<br class="">
build, i.e.,<br class="">
the make-output file, and search for errors.<br class="">
I would guess that it didn't really succeed, but stumbled on errors before<br class="">
it could build ncl itself.<br class="">
Maybe there is a clue there on where and why the build is failing.<br class="">
<br class="">
With respect to the soft link that you made from libgfortran.so.3 to<br class="">
libgfortran.so.5,<br class="">
I would not expect it to work. That is why I suggested the use of a<br class="">
"compat" package<br class="">
that may reconcile the differences in libgfortran versions 3 and 5.<br class="">
I am not familiar with Debian, and I don't know if such a package is<br class="">
available in Debian.<br class="">
I use CentOS (a derivative of Red Hat Enterprise), and in general they keep<br class="">
some "compat"<br class="">
packages available, to allow a smooth transition from older to newer<br class="">
versions of gcc, gfortran,<br class="">
etc.<br class="">
<br class="">
Sincerely,<br class="">
Gus Correa<br class="">
<br class="">
On Tue, Apr 21, 2020 at 11:52 PM Francesco Trotta <<br class="">
francesco.trotta4@unibo.it> wrote:<br class="">
<br class="">
<blockquote type="cite" class=""><br class="">
Dear Gus Correa<br class="">
<br class="">
I tried to create a link libgfortran.so.3 to libgfortran.so.5<br class="">
but I got another error<br class="">
ncl: /usr/lib/x86_64-linux-gnu/libgfortran.so.3: version `GFORTRAN_1.4'<br class="">
not found (required by ncl)<br class="">
<br class="">
I would like to not use the virtual environment for now<br class="">
SO I tried to compile and install from the source code ncarg-6.6.2<br class="">
following the step-by-step instructor from the website<br class="">
<br class="">
After I installed all the necessary package on the /usr/local/ and<br class="">
run the command: make Everything >& make-output<br class="">
I end up with the below executables:<br class="">
<br class="">
But there is not 'ncl'<br class="">
<br class="">
bash: ncl: command not found<br class="">
<br class="">
What did I miss?<br class="">
<br class="">
Many Thanks<br class="">
Francesco<br class="">
<br class="">
surf@surf:/usr/local/ncl_ncarg/ncl_ncarg-6.6.2/bin$ tree -L 2 ./<br class="">
./<br class="">
??? cgm2ncgm<br class="">
??? ConvertMapData<br class="">
??? ctlib<br class="">
??? fcaps<br class="">
??? findg<br class="">
??? fontc<br class="">
??? gcaps<br class="">
??? graphc<br class="">
??? idt<br class="">
??? med<br class="">
??? ncargcc<br class="">
??? ncargex<br class="">
??? ncargf77<br class="">
??? ncargf90<br class="">
??? ncargfile<br class="">
??? ncargpath<br class="">
??? ncargrun<br class="">
??? ncargversion<br class="">
??? ncargworld<br class="">
??? ncarlogo2ps<br class="">
??? ncarvversion<br class="">
??? ncgm2cgm<br class="">
??? ncgmstat<br class="">
??? ncl_convert2nc<br class="">
??? ncl_filedump<br class="">
??? ncl_grib2nc<br class="">
??? ncl_quicklook<br class="">
??? ng4ex<br class="">
??? nhlcc<br class="">
??? nhlf77<br class="">
??? nhlf90<br class="">
??? pre2ncgm<br class="">
??? pre2ncgm.prog<br class="">
??? psblack<br class="">
??? psplit<br class="">
??? pswhite<br class="">
??? pwritxnt<br class="">
??? scrip_check_input<br class="">
??? tgks0a<br class="">
??? tlocal<br class="">
??? WRAPIT<br class="">
??? wrapit77<br class="">
??? WriteLineFile<br class="">
??? WriteNameFile<br class="">
??? WritePlotcharData<br class="">
------------------------------<br class="">
*Da:* ncl-talk <ncl-talk-bounces@ucar.edu> per conto di Gus Correa via<br class="">
ncl-talk <ncl-talk@ucar.edu><br class="">
*Inviato:* luned? 20 aprile 2020 03:57<br class="">
*A:* NCL Talk <ncl-talk@ucar.edu><br class="">
*Oggetto:* Re: [ncl-talk] installing ncl on Debian Linux 10<br class="">
<br class="">
Hi Francesco<br class="">
<br class="">
Have you checked if your Debian distribution has a "compat"<br class="">
(compatibility) package for gfortran/libgfortran<br class="">
between libgfortran.5 and libgfortran.3 ?<br class="">
Apt-get may have a way to check if it is available.<br class="">
I don't use Debian, but CentOS-7, which has an older kernel and older<br class="">
libraries.<br class="">
However, I have libgfortran.3 along with a "compat" package that provides<br class="">
compatibility with libgfortran.1, for example.<br class="">
<br class="">
An alternative is to install NCL using Anaconda Python.<br class="">
This is currently the recommended method (argh!):<br class="">
https://www.ncl.ucar.edu/Download/<br class="">
That is self-contained, doesn't depend on the system libraries.<br class="">
In my experience it has other problems, particularly a sensitive<br class="">
dependency on other Anaconda Python packages<br class="">
that change by the hour, and don't give a damn to backward compatibility,<br class="">
which can easily break functionality.<br class="">
So, if you install this way, be careful with any conda packages updates,<br class="">
or simply don't update.<br class="">
<br class="">
I hope this helps,<br class="">
Gus Correa<br class="">
<br class="">
On Sun, Apr 19, 2020 at 5:25 PM Francesco Trotta via ncl-talk <<br class="">
ncl-talk@ucar.edu> wrote:<br class="">
<br class="">
Dear ncl team<br class="">
   I upgraded my operating system to Debian GNU/Linux 10 buster<br class="">
<br class="">
   This new Debian has GNU Fortran (Debian 8.3.0-6) 8.3.0 installed<br class="">
<br class="">
   Now, when I run ncl it gives me the error:<br class="">
  ncl: error while loading shared libraries: libgfortran.so.3: cannot<br class="">
open shared object file: No such file or directory<br class="">
<br class="">
  The new Debian has libgfortran.so.5<br class="">
<br class="">
  /usr/lib/x86_64-linux-gnu/libgfortran.so.5<br class="">
<br class="">
   so I upgraded ncl using to the last precompiled binary<br class="">
<br class="">
ncl_ncarg-6.6.2-Debian9.8_64bit_nodap_gnu630.tar.gz<br class="">
<br class="">
   bu I got the same error.<br class="">
<br class="">
   I can I use ncl in Debian 10?<br class="">
<br class="">
Many Thanks<br class="">
Francesco<br class="">
_______________________________________________<br class="">
ncl-talk mailing list<br class="">
ncl-talk@ucar.edu<br class="">
List instructions, subscriber options, unsubscribe:<br class="">
http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br class="">
<br class="">
<br class="">
</blockquote>
-------------- next part --------------<br class="">
An HTML attachment was scrubbed...<br class="">
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200422/be06b3c6/attachment-0001.html><br class="">
<br class="">
------------------------------<br class="">
<br class="">
Message: 3<br class="">
Date: Wed, 22 Apr 2020 07:43:42 -0600<br class="">
From: Rick Brownrigg <brownrig@ucar.edu><br class="">
To: Francesco Trotta <francesco.trotta4@unibo.it><br class="">
Cc: NCL Talk <ncl-talk@ucar.edu><br class="">
Subject: Re: [ncl-talk] R: installing ncl on Debian Linux 10<br class="">
Message-ID:<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span><CAGKRhbGR4xN5s0u=4CXARzO1E4krshDxXEJs3KvZ2W0GY5OPcQ@mail.gmail.com><br class="">
Content-Type: text/plain; charset="utf-8"<br class="">
<br class="">
HI Francesco,<br class="">
<br class="">
As Gus recommends, check out the log from the build. Inevitably, when you<br class="">
end up with a .../bin directory as you described, it's because the ncl<br class="">
binary failed at the link stage.  Search for a string such as "-o ncl"  and<br class="">
that should get you right to where the problem occurred.<br class="">
<br class="">
Rick<br class="">
<br class="">
On Tue, Apr 21, 2020 at 9:53 PM Francesco Trotta via ncl-talk <<br class="">
ncl-talk@ucar.edu> wrote:<br class="">
<br class="">
<blockquote type="cite" class=""><br class="">
Dear Gus Correa<br class="">
<br class="">
I tried to create a link libgfortran.so.3 to libgfortran.so.5<br class="">
but I got another error<br class="">
ncl: /usr/lib/x86_64-linux-gnu/libgfortran.so.3: version `GFORTRAN_1.4'<br class="">
not found (required by ncl)<br class="">
<br class="">
I would like to not use the virtual environment for now<br class="">
SO I tried to compile and install from the source code ncarg-6.6.2<br class="">
following the step-by-step instructor from the website<br class="">
<br class="">
After I installed all the necessary package on the /usr/local/ and<br class="">
run the command: make Everything >& make-output<br class="">
I end up with the below executables:<br class="">
<br class="">
But there is not 'ncl'<br class="">
<br class="">
bash: ncl: command not found<br class="">
<br class="">
What did I miss?<br class="">
<br class="">
Many Thanks<br class="">
Francesco<br class="">
<br class="">
surf@surf:/usr/local/ncl_ncarg/ncl_ncarg-6.6.2/bin$ tree -L 2 ./<br class="">
./<br class="">
??? cgm2ncgm<br class="">
??? ConvertMapData<br class="">
??? ctlib<br class="">
??? fcaps<br class="">
??? findg<br class="">
??? fontc<br class="">
??? gcaps<br class="">
??? graphc<br class="">
??? idt<br class="">
??? med<br class="">
??? ncargcc<br class="">
??? ncargex<br class="">
??? ncargf77<br class="">
??? ncargf90<br class="">
??? ncargfile<br class="">
??? ncargpath<br class="">
??? ncargrun<br class="">
??? ncargversion<br class="">
??? ncargworld<br class="">
??? ncarlogo2ps<br class="">
??? ncarvversion<br class="">
??? ncgm2cgm<br class="">
??? ncgmstat<br class="">
??? ncl_convert2nc<br class="">
??? ncl_filedump<br class="">
??? ncl_grib2nc<br class="">
??? ncl_quicklook<br class="">
??? ng4ex<br class="">
??? nhlcc<br class="">
??? nhlf77<br class="">
??? nhlf90<br class="">
??? pre2ncgm<br class="">
??? pre2ncgm.prog<br class="">
??? psblack<br class="">
??? psplit<br class="">
??? pswhite<br class="">
??? pwritxnt<br class="">
??? scrip_check_input<br class="">
??? tgks0a<br class="">
??? tlocal<br class="">
??? WRAPIT<br class="">
??? wrapit77<br class="">
??? WriteLineFile<br class="">
??? WriteNameFile<br class="">
??? WritePlotcharData<br class="">
------------------------------<br class="">
*Da:* ncl-talk <ncl-talk-bounces@ucar.edu> per conto di Gus Correa via<br class="">
ncl-talk <ncl-talk@ucar.edu><br class="">
*Inviato:* luned? 20 aprile 2020 03:57<br class="">
*A:* NCL Talk <ncl-talk@ucar.edu><br class="">
*Oggetto:* Re: [ncl-talk] installing ncl on Debian Linux 10<br class="">
<br class="">
Hi Francesco<br class="">
<br class="">
Have you checked if your Debian distribution has a "compat"<br class="">
(compatibility) package for gfortran/libgfortran<br class="">
between libgfortran.5 and libgfortran.3 ?<br class="">
Apt-get may have a way to check if it is available.<br class="">
I don't use Debian, but CentOS-7, which has an older kernel and older<br class="">
libraries.<br class="">
However, I have libgfortran.3 along with a "compat" package that provides<br class="">
compatibility with libgfortran.1, for example.<br class="">
<br class="">
An alternative is to install NCL using Anaconda Python.<br class="">
This is currently the recommended method (argh!):<br class="">
https://www.ncl.ucar.edu/Download/<br class="">
That is self-contained, doesn't depend on the system libraries.<br class="">
In my experience it has other problems, particularly a sensitive<br class="">
dependency on other Anaconda Python packages<br class="">
that change by the hour, and don't give a damn to backward compatibility,<br class="">
which can easily break functionality.<br class="">
So, if you install this way, be careful with any conda packages updates,<br class="">
or simply don't update.<br class="">
<br class="">
I hope this helps,<br class="">
Gus Correa<br class="">
<br class="">
On Sun, Apr 19, 2020 at 5:25 PM Francesco Trotta via ncl-talk <<br class="">
ncl-talk@ucar.edu> wrote:<br class="">
<br class="">
Dear ncl team<br class="">
   I upgraded my operating system to Debian GNU/Linux 10 buster<br class="">
<br class="">
   This new Debian has GNU Fortran (Debian 8.3.0-6) 8.3.0 installed<br class="">
<br class="">
   Now, when I run ncl it gives me the error:<br class="">
  ncl: error while loading shared libraries: libgfortran.so.3: cannot<br class="">
open shared object file: No such file or directory<br class="">
<br class="">
  The new Debian has libgfortran.so.5<br class="">
<br class="">
  /usr/lib/x86_64-linux-gnu/libgfortran.so.5<br class="">
<br class="">
   so I upgraded ncl using to the last precompiled binary<br class="">
<br class="">
ncl_ncarg-6.6.2-Debian9.8_64bit_nodap_gnu630.tar.gz<br class="">
<br class="">
   bu I got the same error.<br class="">
<br class="">
   I can I use ncl in Debian 10?<br class="">
<br class="">
Many Thanks<br class="">
Francesco<br class="">
_______________________________________________<br class="">
ncl-talk mailing list<br class="">
ncl-talk@ucar.edu<br class="">
List instructions, subscriber options, unsubscribe:<br class="">
http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br class="">
<br class="">
_______________________________________________<br class="">
ncl-talk mailing list<br class="">
ncl-talk@ucar.edu<br class="">
List instructions, subscriber options, unsubscribe:<br class="">
http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br class="">
</blockquote>
-------------- next part --------------<br class="">
An HTML attachment was scrubbed...<br class="">
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200422/c6686d39/attachment-0001.html><br class="">
<br class="">
------------------------------<br class="">
<br class="">
Subject: Digest Footer<br class="">
<br class="">
_______________________________________________<br class="">
ncl-talk mailing list<br class="">
ncl-talk@ucar.edu<br class="">
List instructions, subscriber options, unsubscribe:<br class="">
http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br class="">
<br class="">
------------------------------<br class="">
<br class="">
End of ncl-talk Digest, Vol 197, Issue 22<br class="">
*****************************************<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
<div class="">
<div class="">
<div style="font-size: 12px;" class="">@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#<wbr class="">@#@#@#@#@#@</div>
<div style="font-size: 12px;" class="">Brian C. Thomas, PhD</div>
<div style="font-size: 12px;" class="">Professor, Physics and Astronomy, Washburn University</div>
<div style="font-size: 12px;" class=""><br class="m_5392318813447303527khtml-block-placeholder">
</div>
<div style="font-size: 12px;" class=""><a href="tel:(785)%20670-2144" value="+17856702144" target="_blank" class="">785-670-2144</a></div>
<div style="font-size: 12px;" class=""><a href="mailto:brian.thomas@washburn.edu" target="_blank" class="">brian.thomas@washburn.edu</a></div>
<div style="font-size: 12px;" class=""><br class="">
</div>
<div style="font-size: 12px;" class="">Web: <a href="http://www.washburn.edu/faculty/bthomas/" target="_blank" class="">http://www.washburn.edu/<wbr class="">faculty/bthomas/</a></div>
<div style="font-size: 12px;" class="">
<div style="font-size: 14px;" class=""><span style="font-size: 12px;" class="">ORCID profile: <span style="text-align: -webkit-auto;" class=""><a href="http://orcid.org/0000-0001-9091-0830" target="_blank" class="">http://orcid.org/<wbr class="">0000-0001-9091-0830</a></span></span></div>
<div class="">ResearchGate profile: <a href="https://www.researchgate.net/profile/Brian_Thomas" target="_blank" class="">https://www.<wbr class="">researchgate.net/profile/<wbr class="">Brian_Thomas</a></div>
</div>
<div style="font-size: 12px;" class=""><br class="">
</div>
<div style="font-size: 12px;" class="">Department of Physics and Astronomy</div>
<div style="font-size: 12px;" class="">Washburn University</div>
<div style="font-size: 12px;" class=""><a href="https://maps.google.com/?q=1700+SW+College+Ave.%0D+Topeka,+KS+66621&entry=gmail&source=g" class="">1700 SW College Ave.</a></div>
<div style="font-size: 12px;" class=""><a href="https://maps.google.com/?q=1700+SW+College+Ave.%0D+Topeka,+KS+66621&entry=gmail&source=g" class="">Topeka, KS 66621</a></div>
<div style="font-size: 12px;" class=""><br class="m_5392318813447303527khtml-block-placeholder">
</div>
<div style="font-size: 12px;" class="">@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#<wbr class="">@#@#@#@#@#@</div>
</div>
</div>
<br class="">
</body>
</html>