Last change
on this file was
1496,
checked in by lfita, 8 years ago
|
Adding new documentations: addDim', addVar', addvarattr', addvarattrk', `setvar_asciivalues'
|
File size:
757 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 | addDim |
---|
11 | </DIV> |
---|
12 | <DIV CLASS="valimg"> |
---|
13 | Operation to add a new dimension in a file |
---|
14 | </DIV> |
---|
15 | <DIV CLASS="valhelp"> |
---|
16 | addDim(values, ncfile, dimn)<BR> |
---|
17 | values= [size]<BR> |
---|
18 | [size]: size of the dimension ('unlimited' for unlimited)<BR> |
---|
19 | ncfile= name of the file<BR> |
---|
20 | dimn= name of the new dimension |
---|
21 | </DIV> |
---|
22 | <DIV CLASS="valins"> |
---|
23 | $ python ${pyHOME}/nc_var.py -o addDim -S 128 -f SouthAm_Climzones.nc -v Lstring |
---|
24 | </DIV> |
---|
25 | </BODY> |
---|
26 | </HTML> |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.