<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Leslie,</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">It will be a good idea to try your job interactively first before you run a batch job.</div><div class="gmail_default" style="font-family:verdana,sans-serif">You may need to add &quot;module load ncl&quot; before you really run your ncl scripts.</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Hope this help,</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Wei</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><font face="tahoma, sans-serif">================================================</font><div><font face="tahoma, sans-serif">1850 Table Mesa Dr.</font></div><div><font face="tahoma, sans-serif">Boulder, CO 80307</font></div><div><font face="tahoma, sans-serif">Phone: 303-497-8924</font></div></div></div></div>
<br><div class="gmail_quote">On Sun, Apr 5, 2015 at 8:12 PM, lzl <span dir="ltr">&lt;<a href="mailto:lzl@gate.sinica.edu.tw" target="_blank">lzl@gate.sinica.edu.tw</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
I am trying to use &quot;bsub&quot; for dealing with the large data.<br>
However, I can&#39;t figure out what&#39;s the problem when it showed this error message. Here is how I used it:<br>
(1)<br>
  bsub &lt; batch_ncl_NewGW.csh<br>
<br>
--- the content in this batch_ncl_NewGW.csh file is below :<br>
#!/bin/bash<br>
<br>
#BSUB -Is               # interactive job<br>
#BSUB -q geyser         # queue<br>
#BSUB -P P93300042       # project code<br>
#BSUB -W 12:00          # wall-clock time (hrs:mins)<br>
#BSUB -n 1              # number of tasks in job<br>
#BSUB -J myjob          # job name<br>
#BSUB -o myjob.%J.out   # output file name in which %J is replaced by the job ID<br>
#BSUB -e myjob.%J.err   # error file name in which %J is replaced by the job ID<br>
$SHELL<br>
#start the application<br>
ncl idlbatch_ncl &gt; lognclpdf<br>
-------------------------------------------<br>
(2) then, the content in this idlbatch_ncl just has 2 lines:<br>
<br>
     ncl btau_nudge_65wave.ncl<br>
<br>
     exit<br>
<br>
(3)then the &quot;btau_nudge_65wave.ncl&quot; is my ncl program.<br>
<br>
(4) the error message is just one line:<br>
^[]0;tzuling@geyser10:NCLplot^G[tzuling@geyser10 NCLplot]$<br>
<br>
Please help me to deal with the large data in ncl.<br>
Thank you very much for your help.<br>
<br>
Best,<br>
Leslie<br>
_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br></div>