Ignore:
Timestamp:
Oct 20, 2016, 1:55:36 PM (9 years ago)
Author:
lfita
Message:

Adding `generic'
Fixing some issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/documentation/nctransform/intro.html

    r1216 r1223  
    1414        $ python nc_var.py -o [operation] -f [file(or files)] -S [values] -v [variables]
    1515      </CODE></PRE>
     16      In most of the cases <SPAN CLASS="codetxt">[values]</SPAN> is a string which contains a list of values separated by a character <SPAN CLASS="codetxt">[sep]</SPAN>, becomming the value as:
     17      <PRE><CODE>
     18      [values]=[val1][sep][val2][sep][...[valN]]</CODE></PRE>
    1619      One can obtain all the list of operations and their instructions by demanding to the script:
    1720      <PRE><CODE>
     
    2124      <PRE><CODE>
    2225        $ python nc_var.py -o [operation] -S h
     26      </CODE></PRE>
     27      One should be able to obtain an example of execution by
     28      <PRE><CODE>
     29        $ cat nc_var.py | grep [operation] | grep 'e.g.'
    2330      </CODE></PRE>
    2431      The netcdf-managing script has two steps:
Note: See TracChangeset for help on using the changeset viewer.