Re: Plotting multiple files in a single script

From: Sylvia Murphy (murphys AT XXXXXX)
Date: Tue Feb 18 2003 - 15:13:23 MST

  • Next message: Mary Haley: "How to get a double quote in a text string"

    http://www.cgd.ucar.edu/csm/support/CSM_Graphics/debug.shtml

    scott,
    the message you are getting has nothing to do with multiple plots, and
    deleting the workspace will not help.

    ncl has a default graphics size of 16mb. your plots take more than this.
    you can either

    1) set cnRasterModeOn = True. raster take less memory than contours,

    2) add the code listed at the bottom of the link above to your script
    and increase your memory.

    note:

    you can use the systemfunc command to get a list of your files so you
    don't have to have them in an external ascii file:

    file_list = systemfunc("ls *.nc")

    etc

    ******************************************************
    Sylvia Murphy EML: murphys AT ucar.edu
    NCAR CGD/CAS PHN: 303-497-1720
    3080 Center Green Drive FAX: 303-497-1333
    Boulder CO 80301

    WEB: http://www.cgd.ucar.edu/csm/support/
         http://www.cgd.ucar.edu/csm/support/CSM_Graphics/
    ******************************************************

    _______________________________________________
    ncl-talk mailing list
    ncl-talk AT ucar.edu
    http://mailman.ucar.edu/mailman/listinfo/ncl-talk



    This archive was generated by hypermail 2b29 : Tue Feb 18 2003 - 15:30:27 MST