source: lmdz_wrf/trunk/tools/documentation/ncmanage/field_stats.html @ 1403

Last change on this file since 1403 was 1403, checked in by lfita, 8 years ago

Fixing issues and introducing $pyHOME

File size: 1.0 KB
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],[countVals]<BR>
18      &nbsp;&nbsp;[stats]: kind of statistics <BR>
19      &nbsp;&nbsp;&nbsp;&nbsp;'full': all statistics given variable<BR>
20      &nbsp;&nbsp;[fillVals]: ':' list of _fillValues ('None' for any)<BR>
21      &nbsp;&nbsp;[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 ${pyHOME}/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.