[ncl-talk] File Output Suffixes

Kacie Shourd Kacie.Shourd at dri.edu
Tue Oct 4 20:26:53 MDT 2016


Hi, Rick

I think that will help!

Thanks for the suggestion,
Kacie
________________________________
From: Rick Brownrigg [brownrig at ucar.edu]
Sent: Tuesday, October 04, 2016 7:23 PM
To: Kacie Shourd
Cc: ncl-talk at ucar.edu
Subject: Re: [ncl-talk] File Output Suffixes

Hi Kacie,

The awkward numbering suffix to the filenames comes because PNG is not a multi-page/multi-frame file format, so multiple plots to the same workstation device cause this to happen. Perhaps one solution is to, after each plot you generate, you could delete the workstation variable (ie.g,  delete(wks), which despite the verbiage, merely causes it to close the file), and then re-open a new workstation with the textual prefix you want it to have for the next plot.

Hope that helps!
Rick

On Tue, Oct 4, 2016 at 7:56 PM, Kacie Shourd <Kacie.Shourd at dri.edu<mailto:Kacie.Shourd at dri.edu>> wrote:
Hello!!

Just wondering if there's a way to manually define all, or at least change a handful of, my output file name suffixes. For example, the current method for file naming looks like this:

    wks = gsn_open_wks(wksType,"myFileName")

And output for multiple plots would then be numbered in the order they are plotted:

    myFileName.00001.png
    myFileName.00002.png
    myFileName.00003.png
    etc.

Is it possible, in NCL, to have the files come out with defined strings as suffixes, such as:

    myFileName.temp.png
    myFileName.theta.png
    myFileName.winds.png

or something like that?

Thanks!
Kacie

---
Kacie N. Shourd
드림

Graduate Research Assistant
Desert Research Institute
Kacie.Shourd at dri.edu<mailto:Kacie.Shourd at dri.edu>
Work: (775) 674-7049<tel:%28775%29%20674-7049>

PUBLIC RECORDS NOTICE: In accordance with NRS Chapter 239, this email and responses, unless otherwise made confidential by law, may be subject to the Nevada Public Records laws and may be disclosed to the public upon request.

_______________________________________________
ncl-talk mailing list
ncl-talk at ucar.edu<mailto: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/20161005/d6e11a4d/attachment.html 


More information about the ncl-talk mailing list