NASA Logo
Ocean Color Science Software

ocssw V2022
global_attrs.h File Reference
#include <netcdf>
#include <timeutils.h>
Include dependency graph for global_attrs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string call_sequence (int argc, char *argv[])
 
std::string get_history (netCDF::NcFile *ncfile)
 
void set_global_attrs (std::string filename, std::string call_sequence, std::string doi="", std::string pversion="")
 
void set_global_attrs (netCDF::NcFile *ncfile, std::string call_sequence, std::string doi="", std::string pversion="")
 

Function Documentation

◆ call_sequence()

std::string call_sequence ( int  argc,
char *  argv[] 
)

Definition at line 15 of file global_attrs.cpp.

◆ get_history()

std::string get_history ( netCDF::NcFile *  ncfile)

◆ set_global_attrs() [1/2]

void set_global_attrs ( netCDF::NcFile *  ncfile,
std::string  call_sequence,
std::string  doi = "",
std::string  pversion = "" 
)

◆ set_global_attrs() [2/2]

void set_global_attrs ( std::string  filename,
std::string  call_sequence,
std::string  doi = "",
std::string  pversion = "" 
)