|
HAZE
haze is a drop-in replacement to process water vapor to be used with FORCE
|
#include <types.h>
Data Fields | |
| bool | printHelp |
| int | years [MAXYEAR] |
| size_t | yearsElements |
| int | months [MAXMONTH] |
| size_t | monthsElements |
| int | days [MAXDAY] |
| size_t | daysElements |
| int | hours [MAXHOUR] |
| size_t | hoursElements |
| bool | downloadByDay |
| char * | logFile |
| bool | global |
| char * | areaOfInterest |
| char * | aoiName |
| char * | outputDirectory |
| char * | authenticationToken |
| bool | download |
| bool | process |
| bool | footprint |
| char* option_t::aoiName |
| char* option_t::areaOfInterest |
| char* option_t::authenticationToken |
| int option_t::days[MAXDAY] |
| size_t option_t::daysElements |
| bool option_t::download |
| bool option_t::downloadByDay |
| bool option_t::footprint |
| bool option_t::global |
| int option_t::hours[MAXHOUR] |
| size_t option_t::hoursElements |
| char* option_t::logFile |
| int option_t::months[MAXMONTH] |
| size_t option_t::monthsElements |
| char* option_t::outputDirectory |
| bool option_t::printHelp |
| bool option_t::process |
| int option_t::years[MAXYEAR] |
| size_t option_t::yearsElements |