Changeset 1223 in lmdz_wrf for trunk/tools/documentation/nctransform/intro.html
- Timestamp:
- Oct 20, 2016, 1:55:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/nctransform/intro.html
r1216 r1223 14 14 $ python nc_var.py -o [operation] -f [file(or files)] -S [values] -v [variables] 15 15 </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> 16 19 One can obtain all the list of operations and their instructions by demanding to the script: 17 20 <PRE><CODE> … … 21 24 <PRE><CODE> 22 25 $ 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.' 23 30 </CODE></PRE> 24 31 The netcdf-managing script has two steps:
Note: See TracChangeset
for help on using the changeset viewer.