[ncl-talk] Memory Error - Plotting Vertical Cross Sections

Rick Brownrigg brownrig at ucar.edu
Tue Aug 28 12:43:55 MDT 2018


Hi,

No loops or any of the other usual suspects. What does the output of
"ncl_filedump" look like on your WRF file?

RB

On Tue, Aug 28, 2018 at 8:31 AM, Nicholas Thomas Luchetti <
Nicholas.Luchetti at colorado.edu> wrote:

> Hi all,
>
> I'm trying to plot vertical cross sections (time on x-axis, variable on
> y-axis) from WRF data and I am getting some errors:
>
> fatal:NclMalloc Failed:[errno=12]
>
> fatal:Plus: Could not allocate memory for result type, can't continue
>
> After scanning the NCL-talk archives it appears the only suggestion is to
> use the delete function and delete variable arrays after they are used so
> that the code can continue. I've attempted to delete all variables after
> they are no longer needed, but this doesn't seem to work. I'm running this
> on a super computer, so I'm certain that the computers probably have decent
> memory allocation...
>
> I just wanted to see if anyone would be willing to look at my code (see
> attached) and see if there are any other suggestions that may make this
> run?
>
> I changed the WRF output of my simulations to every 2 minutes in my
> inner-most domain. I used to have this set to every 5 minutes. When it was
> set at 5 minutes, my vertical-cross section code ran fine. Do you think I
> just don't have enough memory to handle plotting output every two minutes
> in the way in which I have this coded?
>
> Any help is greatly appreciated.
>
> Thanks!
>
> Nick Luchetti
> --
> Nicholas Luchetti
> Graduate Student
> Department of Atmospheric and Oceanic Sciences (ATOC)
> CU Boulder
>
>
> _______________________________________________
> 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/20180828/941b0a78/attachment.html>


More information about the ncl-talk mailing list