<div dir="ltr">Dear Kevin and Atenagoras,<div><br></div><div>Thanks a lot for you help. I found the error, my problem was the position I put the system (paste command). It should be outside of my loop.</div><div><br></div><div>Guilherme.</div></div><br><div class="gmail_quote"><div dir="ltr">Em qui, 23 de jun de 2016 às 14:44, HAVENER, KEVIN F GS-12 USAF ACC 14 WS/WXED &lt;<a href="mailto:kevin.havener@us.af.mil">kevin.havener@us.af.mil</a>&gt; escreveu:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I invoked your both versions of your commands from the ncl command line with your test data within (no path specified) and from a different directory (path specified).  Both worked as expected.  As far as I can tell, you are building your system command string correctly.  I built it, stored it in a variable named cmd_string, then did a print(cmd_string) to verify I built it correctly.  Then I executed system(cmd_string) and it worked fine.<br>
<br>
I didn&#39;t check the rest of your script, maybe you need to do a system(&quot;ls&quot;) to make sure the files were created as you intended before invoking system(&quot;paste&quot;).  It seems that if the files are there, the paste command works.  I tested this with ncl-6.3.0.<br>
<br>
Kevin Havener,<br>
<br>
<br>
-----Original Message-----<br>
From: Guilherme Martins [mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a>]<br>
Sent: Thursday, June 23, 2016 1:44 PM<br>
To: HAVENER, KEVIN F GS-12 USAF ACC 14 WS/WXED &lt;<a href="mailto:kevin.havener@us.af.mil" target="_blank">kevin.havener@us.af.mil</a>&gt;; NCL &lt;<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>&gt;<br>
Subject: Re: [ncl-talk] Symbol &quot;&gt;&quot;<br>
<br>
Hi Kevin,<br>
<br>
I tried that:<br>
<br>
dir=&quot;/home/gui/guilherme/novo_dolman_ppt_sst/cdo/&quot;<br>
<br>
system(&quot;paste &quot; +dir+&quot;tmp.djf.txt &quot; +dir+&quot;tmp.jja.txt &quot; +dir+&quot;tmp.anual.txt &gt; &quot; +dir+&quot;slope.evap.prec.txt&quot;) system(&quot;rm -f teste.*.txt&quot;)<br>
<br>
But, nothing.<br>
<br>
My files and script are in attachment. My files are created in the same directory of my script.<br>
<br>
Thanks,<br>
<br>
Guilherme.<br>
<br>
Em qui, 23 de jun de 2016 às 11:12, HAVENER, KEVIN F GS-12 USAF ACC 14 WS/WXED &lt;<a href="mailto:kevin.havener@us.af.mil" target="_blank">kevin.havener@us.af.mil</a> &lt;mailto:<a href="mailto:kevin.havener@us.af.mil" target="_blank">kevin.havener@us.af.mil</a>&gt; &gt; escreveu:<br>
<br>
<br>
        Are you specifying the path to the files?  If you can do the paste command from within the directory where the files are, then it is likely the ncl working directory is different than the one where the files exist.  Try to explicitly set the path:<br>
<br>
        system(&quot;paste /path/to/tmp.djf.txt /path/to/tmp.jja.txt /path/to/tmp.anual.txt &gt; /output/path/slope.evap.prec.txt&quot;)<br>
<br>
        would work.  If that is not it, you got me!  I don&#39;t think the angle bracket is the problem though, all ncl is doing is passing that command to your shell, and you&#39;ve proven that it works as written.  It is quite possible your shell is being executed from a different directory than where the files are.  Giving an absolute path should solve any file location issues, but a relative path might work as well.<br>
<br>
        Kevin Havener<br>
<br>
        -----Original Message-----<br>
        From: Guilherme Martins [mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a> &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a>&gt; ]<br>
        Sent: Thursday, June 23, 2016 8:46 AM<br>
        To: HAVENER, KEVIN F GS-12 USAF ACC 14 WS/WXED &lt;<a href="mailto:kevin.havener@us.af.mil" target="_blank">kevin.havener@us.af.mil</a> &lt;mailto:<a href="mailto:kevin.havener@us.af.mil" target="_blank">kevin.havener@us.af.mil</a>&gt; &gt;; NCL &lt;<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a> &lt;mailto:<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>&gt; &gt;<br>
        Subject: Re: [ncl-talk] Symbol &quot;&gt;&quot;<br>
<br>
        Hi Kevin,<br>
<br>
        The command line works outside of NCL and the file exist in my directory. The problem is inside of NCL in the system function. I don&#39;t know if I have to use some special symbol to use the &quot;&gt;&quot;.<br>
<br>
        Thanks,<br>
<br>
        Guilherme.<br>
<br>
        Em qui, 23 de jun de 2016 às 09:39, HAVENER, KEVIN F GS-12 USAF ACC 14 WS/WXED &lt;<a href="mailto:kevin.havener@us.af.mil" target="_blank">kevin.havener@us.af.mil</a> &lt;mailto:<a href="mailto:kevin.havener@us.af.mil" target="_blank">kevin.havener@us.af.mil</a>&gt;  &lt;mailto:<a href="mailto:kevin.havener@us.af.mil" target="_blank">kevin.havener@us.af.mil</a> &lt;mailto:<a href="mailto:kevin.havener@us.af.mil" target="_blank">kevin.havener@us.af.mil</a>&gt; &gt; &gt; escreveu:<br>
<br>
<br>
                Does the command work from the command line (outside of ncl)?  Do the files exist, and are they in the expected directories?  The error message indicates the files do not exist or aren&#39;t in the directories ncl is looking in.  I&#39;d say this is not an ncl problem at all unless both answers are yes.<br>
<br>
                Kevin Havener<br>
<br>
                -----Original Message-----<br>
                From: <a href="mailto:ncl-talk-bounces@ucar.edu" target="_blank">ncl-talk-bounces@ucar.edu</a> &lt;mailto:<a href="mailto:ncl-talk-bounces@ucar.edu" target="_blank">ncl-talk-bounces@ucar.edu</a>&gt;  &lt;mailto:<a href="mailto:ncl-talk-bounces@ucar.edu" target="_blank">ncl-talk-bounces@ucar.edu</a> &lt;mailto:<a href="mailto:ncl-talk-bounces@ucar.edu" target="_blank">ncl-talk-bounces@ucar.edu</a>&gt; &gt;  [mailto:<a href="mailto:ncl-talk-bounces@ucar.edu" target="_blank">ncl-talk-bounces@ucar.edu</a> &lt;mailto:<a href="mailto:ncl-talk-bounces@ucar.edu" target="_blank">ncl-talk-bounces@ucar.edu</a>&gt;  &lt;mailto:<a href="mailto:ncl-talk-bounces@ucar.edu" target="_blank">ncl-talk-bounces@ucar.edu</a> &lt;mailto:<a href="mailto:ncl-talk-bounces@ucar.edu" target="_blank">ncl-talk-bounces@ucar.edu</a>&gt; &gt; ] On Behalf Of Guilherme Martins<br>
                Sent: Thursday, June 23, 2016 7:55 AM<br>
                To: NCL &lt;<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a> &lt;mailto:<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>&gt;  &lt;mailto:<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a> &lt;mailto:<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>&gt; &gt; &gt;<br>
                Subject: [ncl-talk] Symbol &quot;&gt;&quot;<br>
<br>
                Hi users,<br>
<br>
                I&#39;m trying to use the symbol &quot;&gt;&quot; to create a file together the system function in my NCL script, according to the line below:<br>
<br>
                system(&quot;paste tmp.djf.txt tmp.jja.txt tmp.anual.txt &gt; slope.evap.prec.txt&quot;)<br>
<br>
                But I receive:<br>
<br>
                paste: tmp.jja.txt: Arquivo ou diretório não encontrado<br>
                paste: tmp.djf.txt: Arquivo ou diretório não encontrado<br>
                paste: tmp.djf.txt: Arquivo ou diretório não encontrado<br>
<br>
                I tried to concatenate with &quot;+&quot; symbol, but nothing.<br>
<br>
                Any help is very appreciated.<br>
<br>
                Thanks,<br>
<br>
                Guilherme.<br>
                --<br>
<br>
                ------------------------------------------------------------------------------------------<br>
                Dr. Guilherme Martins<br>
                Instituto Nacional de Pesquisas Espaciais (INPE)<br>
<br>
                Centro de Previsão de Tempo e Estudos Climáticos (CPTEC) Grupo de Desenvolvimento em Assimilação de Dados (GDAD)<br>
<br>
                Telefone (INPE/CP): +55 12 3186-8551 || Celular (TIM): +55 12 98152-8580<br>
                E-mail: <a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a> &lt;mailto:<a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a>&gt;  &lt;mailto:<a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a> &lt;mailto:<a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a>&gt; &gt;  &lt;mailto:<a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a> &lt;mailto:<a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a>&gt;  &lt;mailto:<a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a> &lt;mailto:<a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a>&gt; &gt; &gt;  || <a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a> &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a>&gt;  &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a> &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a>&gt; &gt;  &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a> &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a>&gt;  &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a> &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a>&gt; &gt; &gt;<br>
                Skype: guilherme.martins.<br>
                Homepage: <a href="https://sites.google.com/site/jgmsantos" rel="noreferrer" target="_blank">https://sites.google.com/site/jgmsantos</a><br>
                Currículo Lattes: <a href="http://lattes.cnpq.br/5997657584785803" rel="noreferrer" target="_blank">http://lattes.cnpq.br/5997657584785803</a><br>
                ------------------------------------------------------------------------------------------<br>
<br>
<br>
        --<br>
<br>
        ------------------------------------------------------------------------------------------<br>
        Dr. Guilherme Martins<br>
        Instituto Nacional de Pesquisas Espaciais (INPE)<br>
<br>
        Centro de Previsão de Tempo e Estudos Climáticos (CPTEC) Grupo de Desenvolvimento em Assimilação de Dados (GDAD)<br>
<br>
        Telefone (INPE/CP): +55 12 3186-8551 || Celular (TIM): +55 12 98152-8580<br>
        E-mail: <a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a> &lt;mailto:<a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a>&gt;  &lt;mailto:<a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a> &lt;mailto:<a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a>&gt; &gt;  || <a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a> &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a>&gt;  &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a> &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a>&gt; &gt;<br>
        Skype: guilherme.martins.<br>
        Homepage: <a href="https://sites.google.com/site/jgmsantos" rel="noreferrer" target="_blank">https://sites.google.com/site/jgmsantos</a><br>
        Currículo Lattes: <a href="http://lattes.cnpq.br/5997657584785803" rel="noreferrer" target="_blank">http://lattes.cnpq.br/5997657584785803</a><br>
        ------------------------------------------------------------------------------------------<br>
<br>
<br>
--<br>
<br>
------------------------------------------------------------------------------------------<br>
Dr. Guilherme Martins<br>
Instituto Nacional de Pesquisas Espaciais (INPE)<br>
<br>
Centro de Previsão de Tempo e Estudos Climáticos (CPTEC) Grupo de Desenvolvimento em Assimilação de Dados (GDAD)<br>
<br>
Telefone (INPE/CP): +55 12 3186-8551 || Celular (TIM): +55 12 98152-8580<br>
E-mail: <a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a> &lt;mailto:<a href="mailto:guilherme.martins@inpe.br" target="_blank">guilherme.martins@inpe.br</a>&gt;  || <a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a> &lt;mailto:<a href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</a>&gt;<br>
Skype: guilherme.martins.<br>
Homepage: <a href="https://sites.google.com/site/jgmsantos" rel="noreferrer" target="_blank">https://sites.google.com/site/jgmsantos</a><br>
Currículo Lattes: <a href="http://lattes.cnpq.br/5997657584785803" rel="noreferrer" target="_blank">http://lattes.cnpq.br/5997657584785803</a><br>
------------------------------------------------------------------------------------------<br>
</blockquote></div><div dir="ltr">-- <br></div><div data-smartmail="gmail_signature"><div dir="ltr"><div><font size="2"><div>------------------------------------------------------------------------------------------</div><div>Dr. Guilherme Martins</div><div>Instituto Nacional de Pesquisas Espaciais (INPE)<br></div></font></div><div><font size="2">Centro de Previsão de Tempo e Estudos Climáticos (CPTEC)<br></font>Grupo de Desenvolvimento em Assimilação de Dados (GDAD)<font size="2"><br></font></div><div>Telefone (INPE/CP): +55 12 3186-8551 || Celular (TIM): +55 12 98152-8580<br>E-mail: <a href="mailto:guilherme.martins@inpe.br">guilherme.martins@inpe.br</a> || <a href="mailto:jgmsantos@gmail.com">jgmsantos@gmail.com</a><br>Skype: guilherme.martins.<br>Homepage: <a href="https://sites.google.com/site/jgmsantos">https://sites.google.com/site/jgmsantos</a><br>Currículo Lattes: <a href="http://lattes.cnpq.br/5997657584785803">http://lattes.cnpq.br/5997657584785803</a><span><br></span>------------------------------------------------------------------------------------------</div></div></div>