<div dir="ltr">Dear Dennis,<div><br></div><div>I don't know but the program is working perfectly. I didn't fix anything</div><div><br></div><div>Thank for all tips.</div><div><br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span></span><span></span><img src="https://docs.google.com/uc?export=download&id=1KRTotP4jO8qSJYpu_gI_LUG32y_uVvLs&revid=0B0KBXOOrrpX7YnVocWI5QzVtTURHaEY5K1JMVWpyWEJFNWZ3PQ"><img src="https://docs.google.com/uc?export=download&id=1IHFwe244DkFJMKFytUtFqZUs4cOuZagj&revid=0B0KBXOOrrpX7U1Y4aytGNDlMZkxTM1J4UElleTZEbWhQNWIwPQ"></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em dom., 5 de dez. de 2021 às 01:36, Dennis Shea <<a href="mailto:shea@ucar.edu">shea@ucar.edu</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Given that the problems begin on 28 Nov 2021 but work previously, I am not sure what the problem might be. </div><div>---</div><div>Could you create a stand alone NCL script that (a) creates the file names; (b) uses addfiles; <br></div><div>(c) PRECIP = g[:]->prec(::-1,:,:) <br></div><div>and</div><div>(d) precip = g[:]->\$nome_var_precip\$(::-1,:,:)  ; Importação da variável precipitação.</div><div><br></div><div>========================================================<br></div><div>I assume that the<b> \$</b> character sequence is to escape unix shell issues ?</div><div>           <b>\$</b>nome_var_precip<b>\$</b></div><div>---------------------------------<br></div><div>; Leitura dos arquivos de precipitação. <br><br>lista_arquivos = systemfunc("ls ${nome_arquivos}")<br><br>g = addfiles(lista_arquivos,"r")<br><br>ListSetType(g,"cat")<br><br>nome_var_precip = "prec" ; Nome da variável do arquivo de precipitação do imerg.<br><br>; A dimensão tempo (time) foi invertida (::-1). Isso foi feito para facilitar <br>; o trabalho com as datas dos arquivos.<br>; Como a dimensão tempo foi invertida, irá aparecer a seguinte mensaem:<br>; warning:error attempting to fix non-monotonic aggregation variable<br>; Pode continuar o cálculo sem problemas.</div><div><br></div><div><div>PRECIP = g[:]->prec(::-1,:,:) <br></div><div>printVarSummary(PRECIP)<br></div><div><br></div><div>precip = g[:]->$nome_var_precip$(::-1,:,:)  ;    no \$<br></div><span>printVarSummary(precip)</span><br><br><br><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Dec 4, 2021 at 4:05 AM Guilherme Martins via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Dear NCL users,<div><br></div><div>I was searching for some solution to my case, but I did not get it.<br><br>When I run my script (in attach) I receive an error message (in attach).<br><br>I did realize that error occur in line 155:<br><br><b>precip = g[:]->\$nome_var_precip\$(::-1,:,:)  ; Importação da variável precipitação.</b><br><br>When I run using another date, I don't have a problem. My problem began on 28 nov 2021. Since this date I'm not capable of running my script.<br><br>I'd like some help. Some tips are very appreciated.</div><div><br></div><div>Best regards,</div><div><br clear="all"><div><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><span></span><span></span><img src="https://docs.google.com/uc?export=download&id=1KRTotP4jO8qSJYpu_gI_LUG32y_uVvLs&revid=0B0KBXOOrrpX7YnVocWI5QzVtTURHaEY5K1JMVWpyWEJFNWZ3PQ"><img src="https://docs.google.com/uc?export=download&id=1IHFwe244DkFJMKFytUtFqZUs4cOuZagj&revid=0B0KBXOOrrpX7U1Y4aytGNDlMZkxTM1J4UElleTZEbWhQNWIwPQ"></div></div></div></div></div></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>
</blockquote></div>