[ncl-talk] large data issue

Wei Huang huangwei at ucar.edu
Mon Apr 6 09:47:46 MDT 2015


Leslie,

It will be a good idea to try your job interactively first before you run a
batch job.
You may need to add "module load ncl" before you really run your ncl
scripts.

Hope this help,

Wei

================================================
1850 Table Mesa Dr.
Boulder, CO 80307
Phone: 303-497-8924

On Sun, Apr 5, 2015 at 8:12 PM, lzl <lzl at gate.sinica.edu.tw> wrote:

> Hi
> I am trying to use "bsub" for dealing with the large data.
> However, I can't figure out what's the problem when it showed this error
> message. Here is how I used it:
> (1)
>   bsub < batch_ncl_NewGW.csh
>
> --- the content in this batch_ncl_NewGW.csh file is below :
> #!/bin/bash
>
> #BSUB -Is               # interactive job
> #BSUB -q geyser         # queue
> #BSUB -P P93300042       # project code
> #BSUB -W 12:00          # wall-clock time (hrs:mins)
> #BSUB -n 1              # number of tasks in job
> #BSUB -J myjob          # job name
> #BSUB -o myjob.%J.out   # output file name in which %J is replaced by the
> job ID
> #BSUB -e myjob.%J.err   # error file name in which %J is replaced by the
> job ID
> $SHELL
> #start the application
> ncl idlbatch_ncl > lognclpdf
> -------------------------------------------
> (2) then, the content in this idlbatch_ncl just has 2 lines:
>
>      ncl btau_nudge_65wave.ncl
>
>      exit
>
> (3)then the "btau_nudge_65wave.ncl" is my ncl program.
>
> (4) the error message is just one line:
> ^[]0;tzuling at geyser10:NCLplot^G[tzuling at geyser10 NCLplot]$
>
> Please help me to deal with the large data in ncl.
> Thank you very much for your help.
>
> Best,
> Leslie
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150406/bb5c9d67/attachment.html 


More information about the ncl-talk mailing list