NetCDF Assembler documentation 1.0.0
|
The file containing the NetCDF file functions. More...
#include "../include/nc_assembler.hh"
Functions | |
void | open_file (file_information_t &in_s_file_info, int in_i_mode) |
Open a NetCDF or a GRIB file. | |
void | create_file (file_information_t &in_s_file_info, int in_i_mode) |
Create a NetCDF file. | |
void | get_info (file_information_t &in_s_file_info) |
Get the file information. | |
void | close_file (file_information_t &in_s_file_info) |
Close a NetCDF file. | |
The file containing the NetCDF file functions.
void close_file | ( | file_information_t & | in_s_file_info | ) |
Close a NetCDF file.
in_s_file_info | The file information |
void create_file | ( | file_information_t & | in_s_file_info, |
int | in_i_mode ) |
Create a NetCDF file.
in_s_file_info | The file information |
in_i_mode | The mode to open the file |
void get_info | ( | file_information_t & | in_s_file_info | ) |
Get the file information.
in_s_file_info | The file information |
void open_file | ( | file_information_t & | in_s_file_info, |
int | in_i_mode ) |
Open a NetCDF or a GRIB file.
in_s_file_info | The file information |
in_i_mode | The mode to open the file |