| Home | Trees | Index | Help |
|
|---|
| Package Dacapo :: Module NetCDF :: Class Series |
|
Entry --+
|
Series
A variant of Entry which have the first dimension unlimited
this works just like NetCDF.Entry (q.v.) except the first dimension is by default the unlimited. Example:
'>>> mysim.tot=NetCDF.Series("TotalEnergy")'
| Method Summary | |
|---|---|
__init__(self,
name,
value,
dimensionnames)
| |
| Inherited from Entry | |
| |
| |
| |
| |
Returns the attributes to be written in the netcdf file. | |
Returns the names of the dimensions or None if not defined | |
Returns the dimensions to be used for writting in the netcdf file. | |
Returns the name to be used for writting in the netcdf file. | |
Returns the valued to be written in the netcdf file | |
| |
Method to read important data from a netcdffile. | |
| |
Sets the attributes to be written in the netcdf file. | |
Sets special names for dimensions | |
Sets the name to be used for writting in the netcdf file. | |
Sets the valued to be written in the netcdf file | |
Method to write important data to a netcdffile. | |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Fri Mar 26 06:04:03 2004 | http://epydoc.sf.net |