[ncl-talk] CAM metrics table

Deniz Bozkurt bozkurtd at itu.edu.tr
Wed Dec 28 07:17:03 MST 2016


Hi,

I have a question regarding the CAM metrics table:

I noticed that the maximum row sizes of CAM metrics table examples are 30 (https://www.ncl.ucar.edu/Applications/Scripts/taylor_5.ncl <https://www.ncl.ucar.edu/Applications/Scripts/taylor_5.ncl>). When I try to create a table including more than 30 variables and smaller than the maximum size of 63, the table does not show the elements after 30th row. I am attaching a test script for 40 variables to illustrate the problem. I assume that these two lines in the “taylor_metrics_table.ncl” are creating a table with maximum 30 rows in the plot output:

    xbox0  = (/0.0,1.0,1.0,0.0,0.0/) ; Box template.
    ybox0  = (/0.0,0.0,1.0,1.0,0.0/)

My question here how can I modify the size of the table so that it can include all variables up to the maximum row size of 63? I changed the values in these two lines, but not sure how to get a scale factor..

Thanks in advance,
Deniz

--
Deniz Bozkurt, PhD
Post-doctoral Fellow
Center for Climate and Resilience Research
Department of Geophysics, University of Chile
Blanco Encalada 2002, Santiago, Chile
E-mail: dbozkurt at dgf.uchile.cl <mailto:dbozkurt at dgf.uchile.cl>, deniboz at gmail.com <mailto:deniboz at gmail.com>Web: http://dgf.uchile.cl/~dbozkurt/ <http://dgf.uchile.cl/~dbozkurt/>


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20161228/46c0aeea/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: table_test.ncl
Type: application/octet-stream
Size: 650 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20161228/46c0aeea/attachment.obj 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20161228/46c0aeea/attachment-0001.html 


More information about the ncl-talk mailing list