Everglades Landscape Model (ELM) Home Page
Main Page | Data Structures | Directories | File List | Data Fields | Globals

simTime Struct Reference

#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


Detailed Description

Current time data of simulation

Definition at line 52 of file globals.h.


Field Documentation

float simTime::TIME
 

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().

double simTime::Jdate
 

julian day (since epochs ago) of the current model time

Definition at line 56 of file globals.h.

Referenced by track_time().

int simTime::yr[2]
 

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().

int simTime::mo[2]
 

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().

int simTime::da[2]
 

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().

int simTime::hr[2]
 

calendar hour of current model time (unused in model calcs)

Definition at line 60 of file globals.h.

Referenced by track_time().

int simTime::mi[2]
 

calendar minute of current model time (unused in model calcs)

Definition at line 61 of file globals.h.

Referenced by track_time().

double simTime::se[2]
 

calendar second of current model time (unused in model calcs)

Definition at line 62 of file globals.h.

Referenced by track_time().

int simTime::IsSimulationEnd
 

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().

int simTime::IsMonthEnd
 

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().

int simTime::IsYearEnd
 

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().

int simTime::IsWetSeasEnd
 

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().

int simTime::IsDrySeasEnd
 

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().

int simTime::IsBudgEnd
 

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().

int simTime::IsBIRavgEnd
 

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().

int simTime::IsBudgFirst
 

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().

int simTime::IsDay0
 

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().


The documentation for this struct was generated from the following file:
Generated on Thu Jul 6 11:21:00 2006 for ELM source code by  doxygen 1.3.9.1