Re: WkSpaceTime

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue, 19 May 2009 16:16:16 -0600

Hi Catalina,

http://www.ncl.ucar.edu/Document/Functions/Diagnostics/wkSpaceTime_cam.shtml

See the description of the "opt_at_Fig_*"

In your case the symmetric [Fig_3b] could be manually set prior
to calling the procedure:

            opt = True
            opt_at_Fig_3b = fspan(0.5, 7, 14)
(/0.5,1.0,1.5,2,...,6.5.7/)

or, unequally spaced, if you want

             opt_at_Fig_3b = (/0.5, 0.75, 1, 1.25, 1.75,2, 3,4,5/) ;
whatever

===
Also, please place the attached .hluresfile in your home directory.
The .hluresfile changes some defaults and make helvetica the
default font [nicer].

Hope all is well.
D

Catalina M. Oaida wrote:
> Hi,
>
> I have a question about changing the setting for plotting with the
> WkSpaceTime function. I want to be able to have the plots have the
> same contour interval. For example, I want to look at a few different
> levels in the atmosphere and compare Fig 5 in the WK paper for these
> levels. It would be nice if they all had the same interval, so that
> the color represented the same intensity for all.
>
> I have attached a few plots to see what I am referring to. Thanks!!
>
> Catalina
>
>
> --Catalina M. Oaida
> M.S. Atmospheric Science '09
> B.S.E. Earth System Science & Engineering '08
> Atmospheric Oceanic & Space Sciences Dept.
> University of Michigan - Ann Arbor
> 248.982.2161
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>

-- 
======================================================
Dennis J. Shea                  tel: 303-497-1361    |
P.O. Box 3000                   fax: 303-497-1333    |
Climate Analysis Section                             |
Climate & Global Dynamics Div.                       |
National Center for Atmospheric Research             |
Boulder, CO  80307                                   |
USA                        email: shea 'at' ucar.edu |
======================================================

! comments for ".res" files are preceded by a "!"
! remember quotations are not used in .res files

! White background/black foreground
*wkForegroundColor : (/0.,0.,0./)
*wkBackgroundColor : (/1.,1.,1./)

! Font stuff
*appClass*Font : helvetica

! Function Codes [Default is a colon ]
*TextFuncCode : ~

! Set size of x11 window
  *wkWidth : 700
  *wkHeight : 700

! Increase default wkspace for graphics !
! default is 16777216 .
! this must be in an NCL script for it to work.
! setvalues NhlGetWorkspaceObjectId()
! "wsMaximumSize": 50000000
! end setvalues
*wsMaximumSize : 33554432

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue May 19 2009 - 16:16:16 MDT

This archive was generated by hypermail 2.2.0 : Thu May 21 2009 - 16:54:57 MDT