Puts data on disk using NetCDF CF2 conventions.
More...
#include <teca_cf_layout_manager.h>
|
|
int | create (const std::string &file_name, const std::string &date_format, const teca_metadata &md_in, int mode_flags, int use_unlimited_dim) |
| |
|
int | define (const teca_metadata &md, unsigned long *extent, const std::vector< std::string > &point_arrays, const std::vector< std::string > &info_arrays, int compression_level) |
| |
|
int | write (long index, const const_p_teca_array_collection &point_arrays, const const_p_teca_array_collection &info_arrays) |
| |
|
int | close () |
| |
|
bool | opened () |
| |
|
bool | defined () |
| |
|
bool | completed () |
| |
|
int | flush () |
| |
|
int | to_stream (std::ostream &os) |
| |
|
|
static p_teca_cf_layout_manager | New (MPI_Comm comm, long file_id, long first_index, long n_indices) |
| |
Puts data on disk using NetCDF CF2 conventions.
The documentation for this class was generated from the following file: