|
Last change
on this file since 1899 was
1403,
checked in by lfita, 9 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 | [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 ${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.