|
Parallel Analog Ensemble
|
#include <fstream>#include "boost/program_options.hpp"#include "boost/filesystem.hpp"#include "Config.h"#include "AnEnWriteNcdf.h"#include "ForecastsPointer.h"#include "ObservationsPointer.h"#include "AnEnReadGrib.h"Functions | |
| void | runGribConvert (const vector< string > &forecast_files, const string ®ex_str, const vector< ParameterGrib > &grib_parameters, const vector< int > &stations_index, const string &fileout, size_t unit_in_seconds, bool delimited, bool overwrite, bool collapse_lead_times, Verbose verbose, bool convert_wind, const vector< string > &u_names, const vector< string > &v_names, const vector< string > &spd_names, const vector< string > &dir_names) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |
| void runGribConvert | ( | const vector< string > & | forecast_files, |
| const string & | regex_str, | ||
| const vector< ParameterGrib > & | grib_parameters, | ||
| const vector< int > & | stations_index, | ||
| const string & | fileout, | ||
| size_t | unit_in_seconds, | ||
| bool | delimited, | ||
| bool | overwrite, | ||
| bool | collapse_lead_times, | ||
| Verbose | verbose, | ||
| bool | convert_wind, | ||
| const vector< string > & | u_names, | ||
| const vector< string > & | v_names, | ||
| const vector< string > & | spd_names, | ||
| const vector< string > & | dir_names ) |