Define a TropModel and dump table of values at all elevations
Definition in file Tropdump.cpp.
#include <ctime>#include <iostream>#include <iomanip>#include <fstream>#include <string>#include <vector>#include <map>#include "singleton.hpp"#include "Epoch.hpp"#include "TimeString.hpp"#include "Exception.hpp"#include "CommandLine.hpp"#include "Position.hpp"#include "TropModel.hpp"#include "GGHeightTropModel.hpp"#include "GGTropModel.hpp"#include "NBTropModel.hpp"#include "SaasTropModel.hpp"#include "SimpleTropModel.hpp"#include "NeillTropModel.hpp"#include "GlobalTropModel.hpp"#include "GCATTropModel.hpp"#include "MOPSTropModel.hpp"#include "logstream.hpp"
Go to the source code of this file.
Classes | |
| class | GlobalData |
Functions | |
| int | main (int argc, char **argv) |
| int | Process (void) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 207 of file Tropdump.cpp.
| int Process | ( | void | ) |