<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
Sorry, I managed to fix it.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
I was forgetting to put the correct values in res @ tmYLValues<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
Thank you anyway, maybe my mistake will work for someone with the same question.<br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>De:</b> ncl-talk <ncl-talk-bounces@ucar.edu> em nome de ncl-talk-request@ucar.edu <ncl-talk-request@ucar.edu><br>
<b>Enviado:</b> domingo, 25 de novembro de 2018 19:46<br>
<b>Para:</b> ncl-talk@ucar.edu<br>
<b>Assunto:</b> ncl-talk Digest, Vol 180, Issue 39</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Send ncl-talk mailing list submissions to<br>
        ncl-talk@ucar.edu<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
or, via email, send a message with subject or body 'help' to<br>
        ncl-talk-request@ucar.edu<br>
<br>
You can reach the person managing the list at<br>
        ncl-talk-owner@ucar.edu<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of ncl-talk digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Hovmueller Y-axis (Van?cia Schumacher)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 25 Nov 2018 21:46:25 +0000<br>
From: Van?cia Schumacher <vanucia-schumacher@hotmail.com><br>
To: "ncl-talk@ucar.edu" <ncl-talk@ucar.edu><br>
Subject: [ncl-talk] Hovmueller Y-axis<br>
Message-ID:<br>
        <CP2P215MB0275C4D20A1BDD7ED08E3A7D98D60@CP2P215MB0275.LAMP215.PROD.OUTLOOK.COM><br>
        <br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi NCL's users,<br>
<br>
I'm trying to plot a hovmueller, which I select the values of the Y-axis as explicit, but it is not working.<br>
When I comment the lines to the explicit axis, the values appear, but not in the order of the data, from highest to lowest (see attached figure). I wanted the axis values to be from 1000 to 100, from bottom to top.<br>
<br>
Could anyone help me with what is missing on this exemple?<br>
<br>
Thanks<br>
<br>
Follow the script and summary of the variable:<br>
<br>
...<br>
f1         = addfile("omega.nc", "r")<br>
var1     = f1->OMEGA(0,:,:,:)<br>
var       = lonPivot(var1, 180)<br>
AvgLat = dim_avg_n_Wrap( var, 1 )<br>
<br>
res@tmYLMode      = "Explicit"<br>
res@tmYLValues    = (/ 0.,1.,2.,3.,4.,5.,6.,7.,8.,9./)<br>
res@tmYLLabels    = (/"1000","900","800","700","600","500","400","300","200","100"/)<br>
<br>
plot = gsn_csm_hov(wks, AvgLat(:,{-120:-15}), res)<br>
<br>
Variable: var<br>
Type: float<br>
Total Size: 327680 bytes<br>
            81920 values<br>
Number of Dimensions: 3<br>
Dimensions and sizes: [lev | 10] x [lat | 64] x [lon | 128]<br>
Coordinates:<br>
            lev: [992.528..99.0432]<br>
            lat: [-87.8638..87.8638]<br>
            lon: [-180..177.1875]<br>
Number Of Attributes: 7<br>
  time :    0<br>
  time_op : average<br>
  missing_value : 1e+36<br>
  _FillValue : 1e+36<br>
  units : PA/S<br>
  long_name : Vertical velocity (pressure)<br>
  lonPivot : reordered via lonPivot [NCL]: pivotLon=180<br>
<br>
Variable: AvgLat<br>
Type: float<br>
Total Size: 5120 bytes<br>
            1280 values<br>
Number of Dimensions: 2<br>
Dimensions and sizes: [lev | 10] x [lon | 128]<br>
Coordinates:<br>
            lev: [992.528..99.0432]<br>
            lon: [-180..177.1875]<br>
Number Of Attributes: 8<br>
  _FillValue : 1e+36<br>
  time :    0<br>
  time_op : average<br>
  units : PA/S<br>
  long_name : Vertical velocity (pressure)<br>
  lonPivot : reordered via lonPivot [NCL]: pivotLon=180<br>
  missing_value : 1e+36<br>
  average_op_ncl : dim_avg_n over dimension(s): lat<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20181125/7f0afbe4/attachment.html">http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20181125/7f0afbe4/attachment.html</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: hov.year-clim.png<br>
Type: image/png<br>
Size: 147366 bytes<br>
Desc: hov.year-clim.png<br>
URL: <<a href="http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20181125/7f0afbe4/attachment.png">http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20181125/7f0afbe4/attachment.png</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: hov.year-clim.png<br>
Type: image/png<br>
Size: 156850 bytes<br>
Desc: hov.year-clim.png<br>
URL: <<a href="http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20181125/7f0afbe4/attachment-0001.png">http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20181125/7f0afbe4/attachment-0001.png</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
ncl-talk mailing list<br>
ncl-talk@ucar.edu<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br>
<br>
------------------------------<br>
<br>
End of ncl-talk Digest, Vol 180, Issue 39<br>
*****************************************<br>
</div>
</span></font></div>
</body>
</html>