source: lmdz_wrf/trunk/tools/documentation/nctransform/field_stats.html @ 1231

Last change on this file since 1231 was 1216, checked in by lfita, 9 years ago

Removing spurious <TITLE>
Adding NO WARRANTY on the license

File size: 954 bytes
Line 
1<HTML>
2  <HEAD>
3    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
4    <LINK REL="stylesheet" TYPE="text/css" HREF="../PyNCplot.css"/>
5  </HEAD>
6
7  </HEAD>
8  <BODY>
9    <DIV CLASS="valheader">
10      field_stats
11    </DIV>
12    <DIV CLASS="valimg">
13      Function to retrieve statistics from a field
14    </DIV>
15    <DIV CLASS="valhelp">
16      field_stats(values, ncfile, varn)<BR>
17      [values]= [stats],[fillVals]<BR>
18        [stats]: kind of statistics <BR>
19          'full': all statistics given variable<BR>
20        [fillVals]: ':' list of _fillValues ('None' for any)<BR>
21        [countVals]: ':' list of Values@cond to use to count conditions ('None' for any)<BR>
22      [ncfile]= name of the netCDF file to use<BR>
23      [varn]= variable name to use ('all' for all variables)<BR>
24    </DIV>
25    <DIV CLASS="valins">
26      $ python nc_var.py -o field_stats -S 'full,None,None' -f startphy.nc -v all
27    </DIV>
28  </BODY>
29</HTML>
30
Note: See TracBrowser for help on using the repository browser.