Everglades Landscape Model (ELM) Home Page |
#include <globals.h>
Data Fields | |
float | TIME |
double | Jdate |
int | yr [2] |
int | mo [2] |
int | da [2] |
int | hr [2] |
int | mi [2] |
double | se [2] |
int | IsSimulationEnd |
int | IsMonthEnd |
int | IsYearEnd |
int | IsWetSeasEnd |
int | IsDrySeasEnd |
int | IsBudgEnd |
int | IsBIRavgEnd |
int | IsBudgFirst |
int | IsDay0 |
Definition at line 52 of file globals.h.
|
counter of the relative day(s) since initialization, starting at TIME=0 (not 1). TIME includes fractions of days if the vertical dt<1.0, but there is no need to have a **vertical** dt of less than 1 day Definition at line 53 of file globals.h. Referenced by BIRbudg_print(), cell_dyn1(), evap_data_wmm(), Flows_in_Structures(), Flux_GWcells(), Flux_SWstuff(), FluxChannel(), HabSwitch(), main(), rain_data_wmm(), stage_data_wmm(), and track_time(). |
|
julian day (since epochs ago) of the current model time Definition at line 56 of file globals.h. Referenced by track_time(). |
|
calendar year of current model time Definition at line 57 of file globals.h. Referenced by BIRbudg_date(), BIRstats_date(), main(), Run_Canal_Network(), track_time(), and write_map_file(). |
|
calendar month of current model time Definition at line 58 of file globals.h. Referenced by BIRbudg_date(), BIRstats_date(), main(), Run_Canal_Network(), track_time(), and write_map_file(). |
|
calendar day of current model time Definition at line 59 of file globals.h. Referenced by BIRbudg_date(), BIRstats_date(), main(), Run_Canal_Network(), track_time(), and write_map_file(). |
|
calendar hour of current model time (unused in model calcs) Definition at line 60 of file globals.h. Referenced by track_time(). |
|
calendar minute of current model time (unused in model calcs) Definition at line 61 of file globals.h. Referenced by track_time(). |
|
calendar second of current model time (unused in model calcs) Definition at line 62 of file globals.h. Referenced by track_time(). |
|
boolean flag to signify ending iteration of simulation at current model time Definition at line 63 of file globals.h. Referenced by Run_Canal_Network(), and track_time(). |
|
boolean flag to signify ending day of a gregorian calendar month at current model time Definition at line 64 of file globals.h. Referenced by track_time(). |
|
boolean flag to signify ending day of a gregorian calendar year at current model time Definition at line 65 of file globals.h. Referenced by track_time(). |
|
boolean flag to signify ending day of a gregorian calendar- based wet season at current model time Definition at line 66 of file globals.h. Referenced by track_time(). |
|
boolean flag to signify ending day of a gregorian calendar- based dry season at current model time Definition at line 67 of file globals.h. Referenced by track_time(). |
|
boolean flag to indicate if interval for budget output (Basin/Indicator-Region) has ended at current model time Definition at line 68 of file globals.h. Referenced by BIRbudg_sum(), Run_Canal_Network(), stats(), and track_time(). |
|
boolean flag to indicate if interval for BIR stats output (Basin/Indicator-Region) has ended at current model time Definition at line 69 of file globals.h. Referenced by stats(), and track_time(). |
|
boolean flag to indicate if current interval is the first budget interval (Basin/Indicator-Region budget) of the simulation Definition at line 70 of file globals.h. Referenced by BIRbudg_sumFinal(), stats(), and track_time(). |
|
boolean flag to signify current model time is the first day (day 0) of the simulation Definition at line 71 of file globals.h. Referenced by BIRstats_sumFinal(), stats(), and track_time(). |