Re: ncl-talk Digest, Vol 64, Issue 53

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon, 30 Mar 2009 08:00:07 -0600

http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Enter your subscription email under:

Unsubscribing from ncl-talk, changing subscription options, getting your
password, etc.
To unsubscribe from ncl-talk, get a password reminder, or change your
subscription options
enter your subscription email address:

张蕾 wrote:
> I would not like to receive the e-mail ,how should I do?
> > From: ncl-talk-request_at_ucar.edu
> > Subject: ncl-talk Digest, Vol 64, Issue 53
> > To: ncl-talk_at_ucar.edu
> > Date: Sun, 29 Mar 2009 12:00:02 -0600
> >
> > Send ncl-talk mailing list submissions to
> > ncl-talk_at_ucar.edu
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://mailman.ucar.edu/mailman/listinfo/ncl-talk
> > or, via email, send a message with subject or body 'help' to
> > ncl-talk-request_at_ucar.edu
> >
> > You can reach the person managing the list at
> > ncl-talk-owner_at_ucar.edu
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of ncl-talk digest..."
> >
> >
> > Today's Topics:
> >
> > 1. memory limitation? (xiaoming Hu)
> > 2. Re: memory limitation? (Dennis Shea)
> > 3. subtracting wrfout at different resolutions*> (Dorita
> Rostkier-Edelstein)
> > 4. Re: subtracting wrfout at different resolutions
> > (Hahmann, Andrea N.)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Sat, 28 Mar 2009 21:51:42 +0000
> > From: xiaoming Hu <yuanfangcan_at_hotmail.com>
> > Subject: [ncl-talk] memory limitation?
> > To: <ncl-talk_at_ucar.edu>
> > Message-ID: <BAY112-W54E7BC2E9C40F227E930B5AE8F0_at_phx.gbl>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> >
> >
> > I met such problem when I try to run my ncl script
> >
> > fatal:ContourPlotDraw: Workspace reallocation would exceed maximum
> size 32556688
> > fatal:ContourPlotDraw: draw error
> > warning:WorkstationDeactivate: workstation not active or not opened
> >
> >
> > Is this memory limitation ?
> >
> > How to solve this ?
> >
> > Thanks
> >
> > Xiaoming
> >
> > Express your personality in color! Preview and select themes for
> Hotmail?. See how.
> >
> > _________________________________________________________________
> > Hotmail? is up to 70% faster. Now good news travels really fast.
> >
> http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_70faster_032009
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20090328/972a5606/attachment.html
>
> > -------------- next part --------------
> > An embedded message was scrubbed...
> > From: xiaoming Hu <yuanfangcan_at_hotmail.com>
> > Subject: memory limitation?
> > Date: Sat, 28 Mar 2009 15:54:50 +0000
> > Size: 3197
> > Url:
> http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20090328/972a5606/attachment.mht
>
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Sat, 28 Mar 2009 20:14:34 -0600
> > From: Dennis Shea <shea_at_ucar.edu>
> > Subject: Re: [ncl-talk] memory limitation?
> > To: "ncl-talk_at_ucar.edu" <ncl-talk_at_ucar.edu>
> > Message-ID: <49CED98A.4020109_at_ucar.edu>
> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> >
> > There are two approaches:
> >
> > [1] For high resolution, I would suggest adding:
> >
> > res_at_cnFillMode = "RasterFill" ; Raster Mode
> >
> > [2] If you choose to not use raster mode, then take the
> > .hluresfile and change
> >
> > *wsMaximumSize : 33554432
> >
> > to (say)
> >
> > *wsMaximumSize : 99999999
> >
> > Both will work. I suggest [1]
> >
> > Good luck
> >
> >
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Sun, 29 Mar 2009 02:52:17 -0700 (PDT)
> > From: Dorita Rostkier-Edelstein <drostkier_at_yahoo.com> ;
> > Subject: [ncl-talk] subtracting wrfout at different resolutions
> > To: ncl-talk_at_ucar.edu
> > Message-ID: <507445.94951.qm_at_web50006.mail.re2.yahoo.com>
> > Content-Type: text/plain; charset="us-ascii"
> >
> > Hi users,
> >
> > Has anybody a script to subtract wrfout files at different resolutions?
> >
> >
> > Thanks,
> >
> > Dorita
> >
> >
> > =====================================
> > Dr. Dorita Rostkier-Edelstein, Ph.D.
> >
> > http://www.geocities.com/drostkier/DO_page.html
> > =====================================
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20090329/02452cbd/attachment.html
>
> >
> > ------------------------------
> >
> > Message: 4
> > Date: Sun, 29 Mar 2009 17:04:21 +0200
> > From: "Hahmann, Andrea N." <ahah_at_risoe. dtu.dk>
> > Subject: Re: [ncl-talk] subtracting wrfout at different resolutions
> > To: Dorita Rostkier-Edelstein <drostkier_at_yahoo.com>, ncl-talk_at_ucar.edu
> > Message-ID:
> > <7F526FDC6908FB4AA1985F13F0AFAC1402A7FD1D_at_EXCHG-VS1.risoe.dk>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Dorita
> >
> >
> >
> > You cannot really do this directly, since it is likely that the files
> will have different dimensions. One possible way would be to interpolate
> all the data to a common grid using "rcm2rgrid". The other possible way
> is to "average" the 3x3 grid cells from the fine mesh to obtain the
> value on the coarse one if your grid ratio is 3 and these grids are part
> of the same run (and are not a 2-way nest, since the average will be
> done already).
> >
> > Andrea
> >
> >
> >
> >
> >
> > Andrea Hahmann, PhD.
> >
> > Senior Scientist
> >
> > Phone direct +45 4 677 5471
> >
> > andrea.n.hahmann_at_risoe.dk
> >
> >
> >
> > Wind Energy Department
> >
> > Ris? National Laboratory for Sustainable Energy
> >
> > Technical University of Denmark
> >
> > Building 118, P.O. Box 49
> >
> > DK-4000 Roskilde, Denmark
> >
> > Tel +45 4677 4677
> >
> > Fax +45 4677 5083
> >
> > From: ncl-talk-bounces_at_ucar.edu [mailto:ncl-talk-bounces_at_ucar.edu] On
> Behalf Of Dorita Rostkier-Edelstein
> > Sent: Sunday, March 29, 2009 11:52 AM
> > To: ncl-talk_at_ucar.edu
> > Subject: [ncl-talk] subtracting wrfout at different resolutions
> >
> >
> >
> > Hi users,
> >
> > Has anybody a script to subtract wrfout files at different resolutions?
> >
> >
> > Thanks,
> >
> > Dorita
> >
> > =====================================
> > Dr. Dorita Rostkier-Edelstein, Ph.D.
> >
> >
> >
> > http://www. geocities.com/drostkier/DO_page.html
> >
> > =====================================
> >
> >
> >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20090329/aa24468f/attachment.html
>
> >
> > ------------------------------
> >
> > _______________________________________________
> > ncl-talk mailing list
> > ncl-talk_at_ucar.edu
> > http://mailman.ucar.edu/mailman/listinfo/ncl-talk
> >
> >
> > End of ncl-talk Digest, Vol 64, Issue 53
> > ****************************************
>
> *
> ------------------------------------------------------------------------
> *更多热辣资讯尽在新版MSN首页! 立刻访问! <http://cn.msn.com/>*
>
> *
> *
> ------------------------------------------------------------------------
> *
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
> *
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Mar 30 2009 - 08:00:07 MDT

This archive was generated by hypermail 2.2.0 : Mon Apr 06 2009 - 14:56:31 MDT