<div dir="ltr"><div>Dear ncl users,</div><div>i was trying to install ncl through conda while following this step on <br></div><div>the installation page</div><div>After installation then I tested the the first 2 step bellow were successful but the <br></div><div>last step was not display anything<br></div><div><h2>Test NCL</h2><p>

>From a UNIX terminal window, type:
</p><p>

</p><pre>  ncl -V
  ncl $NCARG_ROOT/lib/ncarg/nclex/gsun/gsun02n.ncl
  ncl $NCARG_ROOT/lib/ncarg/nclex/nug/NUG_multi_timeseries.ncl
</pre></div><div>///////////////////////////////////////////////////// output here</div><div><br>(ncl_stable) climate@climate-G5-5587:~$   ncl -V<br>6.6.2<br>(ncl_stable) climate@climate-G5-5587:~$  ncl $NCARG_ROOT/lib/ncarg/nclex/gsun/gsun02n.ncl<br> Copyright (C) 1995-2019 - All Rights Reserved<br> University Corporation for Atmospheric Research<br> NCAR Command Language Version 6.6.2<br> The use of this software is governed by a License Agreement.<br> See <a href="http://www.ncl.ucar.edu/">http://www.ncl.ucar.edu/</a> for more details.<br><br><br>Variable: temp (subsection)<br>Type: float<br>Total Size: 48 bytes<br>            12 values<br>Number of Dimensions: 2<br>Dimensions and sizes:    [lat | 4] x [lon | 3]<br>Coordinates: <br>            lat: [22.5..26.25]<br>            lon: [-122.5..-117.5]<br>Number Of Attributes: 6<br>  _FillValue :   -9999<br>  valid_range : (  0, 400 )<br>  units :        (C)<br>  long_name :     temperature<br>  frtime :        0<br>  level :   1000<br>(0,0)     -30.31982<br>(0,1)        -30.31982<br>(0,2)        -30.31982<br>(1,0)        -31.31982<br>(1,1)        -31.81982<br>(1,2)        -31.81982<br>(2,0)        -31.31982<br>(2,1)        -31.81982<br>(2,2)        -31.81982<br>(3,0)        -28.31982<br>(3,1)        -28.81982<br>(3,2)        -28.81982<br>(0)  lat<br>(0)        lon<br>(0)        temperature<br>(0)        (C)<br><br><br>Variable: lat (coordinate)<br>Type: float<br>Total Size: 132 bytes<br>            33 values<br>Number of Dimensions: 1<br>Dimensions and sizes:    [lat | 33]<br>Coordinates: <br>Number Of Attributes: 2<br>  long_name :      latitude<br>  units :    degrees_north<br>(0)      20<br>(1) 21.25<br>(2)      22.5<br>(3)       23.75<br>(4)      25<br>(5) 26.25<br>(6)      27.5<br>(7)       28.75<br>(8)      30<br>(9) 31.25<br>(10)     32.5<br>(11)      33.75<br>(12)     35<br>(13)        36.25<br>(14)     37.5<br>(15)      38.75<br>(16)     40<br>(17)        41.25<br>(18)     42.5<br>(19)      43.75<br>(20)     45<br>(21)        46.25<br>(22)     47.5<br>(23)      48.75<br>(24)     50<br>(25)        51.25<br>(26)     52.5<br>(27)      53.75<br>(28)     55<br>(29)        56.25<br>(30)     57.5<br>(31)      58.75<br>(32)     60<br><br><br>Variable: lon (coordinate)<br>Type: float<br>Total Size: 144 bytes<br>            36 values<br>Number of Dimensions: 1<br>Dimensions and sizes:     [lon | 36]<br>Coordinates: <br>Number Of Attributes: 2<br>  long_name :      longitude<br>  units :   degrees_east<br>(0)       -140<br>(1)       -137.5<br>(2)     -135<br>(3)       -132.5<br>(4)     -130<br>(5)       -127.5<br>(6)     -125<br>(7)       -122.5<br>(8)     -120<br>(9)       -117.5<br>(10)    -115<br>(11)      -112.5<br>(12)    -110<br>(13)      -107.5<br>(14)    -105<br>(15)      -102.5<br>(16)    -100<br>(17)      -97.5<br>(18)     -95<br>(19)       -92.5<br>(20)     -90<br>(21)       -87.5<br>(22)     -85<br>(23)       -82.5<br>(24)     -80<br>(25)       -77.5<br>(26)     -75<br>(27)       -72.5<br>(28)     -70<br>(29)       -67.5<br>(30)     -65<br>(31)       -62.5<br>(32)     -60<br>(33)       -57.5<br>(34)     -55<br>(35)       -52.5<br>(ncl_stable) climate@climate-G5-5587:~$   ncl $NCARG_ROOT/lib/ncarg/nclex/nug/NUG_multi_timeseries.ncl<br> Copyright (C) 1995-2019 - All Rights Reserved<br> University Corporation for Atmospheric Research<br> NCAR Command Language Version 6.6.2<br> The use of this software is governed by a License Agreement.<br> See <a href="http://www.ncl.ucar.edu/">http://www.ncl.ucar.edu/</a> for more details.<br>(ncl_stable) climate@climate-G5-5587:~$ <br></div><div><br></div><div>with kind regards</div><div>Julius Akinyoola<br></div></div>