[ncl-talk] Adding multiple WRF output files to a script

Mary Haley haley at ucar.edu
Fri Aug 26 13:22:53 MDT 2016


Dear Muhammad,

The script you provided wouldn't run as-is, because you are referencing
"times", but never setting it.

Also, you are calling "addfiles" inside a do loop across the file names,
but addfiles is meant to be used on an array of files.

In the future, it would help if you provide the exact error message, and
the full script, so we can see what line number the script is failing on.

See the attached wrf_script_mod which is a modification of your file.  It's
likely not going to run, but hopefully it will help you get started in
using addfiles correctly.

--Mary


On Fri, Aug 26, 2016 at 4:08 AM, Muhammad Omer Mughal <
m.mughal1 at postgrad.curtin.edu.au> wrote:

> Hi
>
>
> I am trying to add multiple wrfoutput files in the attached script but I
> get an  error of mismatch dimensions. Can some one help please
>
>
>
>
>
> Muhammad Omer Mughal
> MSc BSc Mechanical Engineering
> PhD  Research Scholar
> Remote Sensing and Satellite Research Group
> Department of Imaging and Applied Physics
> Curtin University
>
> Curtin University
> Tel | +61 8 9266 7962
> Fax | +61 8 9266 2377
> Mobile | 0470 237 525
>
> Email | m.mughal1 at postgrad.curtin.edu.au <m.lynch at curtin.edu.au>
> Web | http://curtin.edu.au
>
> Curtin University is a trademark of Curtin University of Technology.
> CRICOS Provider Code 00301J (WA), 02637B (NSW)
>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> 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/20160826/cd680aa8/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wrf_script_mod
Type: application/octet-stream
Size: 992 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160826/cd680aa8/attachment.obj 


More information about the ncl-talk mailing list