#include <Emissions.hxx>
Public Member Functions | |
TimeZone (int N) | |
Constructor. | |
void | Init (string file_name) |
Initializes from an input file. | |
int | operator() (int i) const |
Returns the time zone offset for a given country number. | |
Public Attributes | |
vector< int > | countries_ |
EMEP country number. | |
vector< int > | local_times_ |
Time zone offset from GMT. |
AtmoData::TimeZone::TimeZone | ( | int | N | ) |
Constructor.
N | number of countries. |
void AtmoData::TimeZone::Init | ( | string | file_name | ) |
Initializes from an input file.
file_name | input file name. |
int AtmoData::TimeZone::operator() | ( | int | i | ) | const |
Returns the time zone offset for a given country number.
i | country number. |