source: trunk/src/test/read.cmd @ 65

Last change on this file since 65 was 65, checked in by pinsard, 13 years ago

add draft of ODV tool for test

File size: 832 bytes
Line 
1#+
2#
3# .. _read.cmd:
4#
5# ========
6# read.cmd
7# ========
8#
9# DESCRIPTION
10# ===========
11#
12# read TROPFLUX file ${TROPFLUX_D}/TropFlux_19890101_20091231.nc
13#
14# plot the first time step of swr ++
15#
16# EXAMPLES
17# ========
18#
19# ::
20#
21#  cratos$ /opt/odv/bin_linux-i386/odv4 -x read.cmd
22#
23#
24# SEE ALSO
25# ========
26#
27# matlab/octave similar program
28#
29# :ref:`read.m`
30#
31#
32# TODO
33# ====
34#
35# usage of $TROFLUX_D
36#
37# make it usable for real end-user
38#
39# learn odv
40#
41# TIPS
42# ====
43#
44# restart ODV from scratch::
45#
46# ::
47#
48#   $ rm -rf ${HOME}/Documents/ODV/
49#
50# EVOLUTIONS
51# ==========
52#
53# $Id$
54#
55# $URL$
56#
57# - fplod 20110110T163828Z aedon.locean-ipsl.upmc.fr (Darwin)
58#
59#   * creation superdraft
60#
61#-
62open_netcdf /net/zeus/usr/zeus/incas/fplod/tropflux_d/TropFlux_19890101_20091231.nc
63export_graphics -1, TropFlux_19890101_20091231.odv.ps, 300
64quit
Note: See TracBrowser for help on using the repository browser.