Re: auto_plotting

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon Jul 05 2010 - 07:15:38 MDT

Create a {u/li}nix 'crontab' file.

You can get examples on how to create a crontab file on the WWW.

%> crontab -e

to create the file. The basic structure is:

# minute (0-59),
# hour (0-23),
# day of the month (1-31),
# month of the year (1-12),
# day of the week (0-6, 0=Sunday)
# command
12 4 * * * /foo/blah/myNCL_cronjob

where 'myNCL_cronjob' is an executable shell script containing (say)

#!/bin/csh -fv
ncl plot.ncl

===
Again, the above is Unix not NCL

Good luck

On 7/5/10 2:59 AM, Xiang_cy wrote:
>
> Hello,
> I have a ncl_script to draw some real-time picture with NCL. How can i
> make my ncl_script to run automatically ?
> 2010-07-05
> ------------------------------------------------------------------------
> Xiang_cy
>
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jul 5 07:15:43 2010

This archive was generated by hypermail 2.1.8 : Fri Jul 09 2010 - 16:06:22 MDT