[ncl-talk] run ncl script in bash file

Ekin Akoglu ekin at ims.metu.edu.tr
Tue Apr 21 01:03:42 MDT 2015


Hi,

Please also try this:

#!/bin/bash
ncl << eof
load "roms_5_ratio.ncl"
exit
eof


Best,

Ekin

On 21 April 2015 at 08:55, Guiting Song <guitingsong at gmail.com> wrote:

> Hi,
>
> I also tried
>
> #!/bin/bash
> ncl /home/arnold/ROMS_AGRIF_Vietnam/Roms_tools/Run/FORECAST/roms_5_ratio.
> ncl > ncl.log
>
> But it does not work, any help will be welcomed.
> Thank you,
>
> Tony
>
>
>
> On Mon, Apr 20, 2015 at 3:32 PM, Jatin Kala <jatin.kala.jk at gmail.com>
> wrote:
>
>>  Hi,
>> If you've installed ncl correctly, which it seems that you have since you
>> ran on the command line, this should just work:
>> #!/bin/bash
>> ncl
>> /home/arnold/ROMS_AGRIF_Vietnam/Roms_tools/Run/FORECAST/roms_5_ratio.ncl >
>> ncl.log
>>
>>
>>
>>
>>
>>
>>
>> On 20/04/15 12:29 PM, Guiting Song wrote:
>>
>>  Hi, All,
>>
>> I can run my ncl script-roms_5_ratio.ncl in linux command line. But can
>> not make it in bash file. My bash file is like below
>>
>> _______________________________________________________________
>> #!/bin/bash
>>
>> export NCL=/home/arnold/software/ncl_ncarg/bin/ncl
>> $NCL
>> /home/arnold/ROMS_AGRIF_Vietnam/Roms_tools/Run/FORECAST/roms_5_ratio.ncl >
>> ncl.log
>>
>> _____________________________________________________________
>>
>>  however it does not give me the running result, does anybody have
>> experiences about how to run ncl scripts in bash file, please share with me
>> and I will be very appreciated.
>>
>> Best regards,
>>  Tony
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> 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
>>
>>
>
> _______________________________________________
> 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/20150421/c6d5f433/attachment.html 


More information about the ncl-talk mailing list