<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 11, 2010, at 3:08 AM, 邓彦阁 wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Thank you first!<br><br>You see, I have installed NCL binaries following the instruction on this web-page <u style="color: rgb(0, 0, 153);"><a href="http://www.ncl.ucar.edu/Download/install.shtml" target="_blank">http://www.ncl.ucar.edu/Download/install.shtml</a></u>.When I tested the installation by typing <br>


<pre>ng4ex gsun01n<br></pre>it worked. However, when I type<pre>ncargex cpex08 -clean<br></pre> it followed such codes:<br><i><span style="color: rgb(0, 0, 153);">NCAR Graphics Fortran&nbsp; Example &lt;cpex08&gt;</span><br style="color: rgb(0, 0, 153);">


<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">&nbsp; Copying cpex08.f</span><br style="color: rgb(0, 0, 153);"><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">&nbsp; Copying cpexcc.f</span><br style="color: rgb(0, 0, 153);">


<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">Compiling and linking...</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">gfortran
-fPIC -fno-second-underscore -fno-range-check -O0 -o cpex08 cpexcc.f
cpex08.f -L/usr/local/lib -lncarg -lncarg_gks -lncarg_c -lX11 -lXext</span><br style="color: rgb(0, 0, 153);">
<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">Executing &lt;cpex08&gt;...</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">&nbsp;PLOT TITLE WAS EXAMPLE 8</span><br style="color: rgb(0, 0, 153);">


<span style="color: rgb(0, 0, 153);">&nbsp;INTEGER WORKSPACE USED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 120</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">&nbsp;&nbsp;&nbsp; REAL WORKSPACE USED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 400</span><br style="color: rgb(0, 0, 153);">


<span style="color: rgb(0, 0, 153);">&nbsp;&nbsp;&nbsp; AREA MAP SPACE USED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 93050</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">&nbsp;PLOT TITLE WAS EXAMPLE 8</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">&nbsp;INTEGER WORKSPACE USED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 120</span><br style="color: rgb(0, 0, 153);">


<span style="color: rgb(0, 0, 153);">&nbsp;&nbsp;&nbsp; REAL WORKSPACE USED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 400</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">&nbsp;&nbsp;&nbsp; AREA MAP SPACE USED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 865034</span><br style="color: rgb(0, 0, 153);">


<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">Metafile file is named cpex08.ncgm.</span></i><br><br>without a picture generated. WAS that OK?<br></blockquote><div><br></div>Yes, that's okay. You can look at the "cpex08.ncgm" file generated with "ctrans":</div><div><br></div><div>&nbsp;&nbsp; &nbsp;ctrans -d X11 cpex08.ncgm</div><div><br></div><div>A window should pop up, and you can click on the middle of the window with your left mouse button to advance the frame and then eventually close the window.</div><div><br></div><div>If you want to see the graphics as the program is running, you can instead type:</div><div><br></div><div>ncargex -W x11 cpex08 -clean</div><div><br></div><div>A window will pop up while the program is running, and again, you will need to click on it with your left mouse button.</div><div><br></div><div>--Mary</div><div><br><blockquote type="cite"><br><br>Yours sincerely,<br><br>DENG<br clear="all">
<br>-- <br>DENG Yan'ge<br>Key Laboratory for Urban Habitat Environmental Science and Technology,School of Environment and Energy, Peking University Shenzhen Graduate School , 518055, Shenzhen ,China<br>
_______________________________________________<br>ncl-install mailing list<br>List instructions, subscriber options, unsubscribe:<br><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br></blockquote></div><br></body></html>