[ncl-talk] uuid to netCDF file

Adam Phillips asphilli at ucar.edu
Mon Dec 1 09:23:19 MST 2014


Hi Mark,
To define a global attribute in an output netCDF file one just has to
attach "uuid" as an attribute to the file pointer:
a = addfile("output.nc","c")
a at uuid = "Text goes here"
........
Hope that helps!
Adam


On Mon, Dec 1, 2014 at 9:12 AM, Mark Chan <cym263 at yahoo.com> wrote:

> Dear NCL users,
>
> I am making "CORDEX" netCDF output file, and I was told to add "uuid" to
> the netCDF file  in the "global attributes"?
> May one kindly tell how to do it with NCL?
>
> With my best regards,
> Mark
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>


-- 
Adam Phillips
Associate Scientist,  Climate and Global Dynamics Division, NCAR
www.cgd.ucar.edu/staff/asphilli/   303-497-1726

<http://www.cgd.ucar.edu/staff/asphilli>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141201/fc3f5f3b/attachment.html 


More information about the ncl-talk mailing list