| Ecological Landscape Modeling: Models Pages |
#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 | IsBIRhydEnd |
| int | IsBudgFirst |
| int | IsDay0 |
Definition at line 58 of file globals.h.
| 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 59 of file globals.h.
Referenced by BIRbudg_print(), cell_dyn1(), cell_dyn12(), cell_dyn2(), cell_dyn7(), cell_dyn8(), cell_dyn9(), evap_data_wmm(), flowCalc_CanCan(), flowCalc_CanCel(), flowCalc_CelCan(), flowData_CanCan(), flowData_CanCel(), flowData_CelCan(), flowData_CelCel(), Flows_in_Structures(), Flux_GWcells(), Flux_SWstuff(), FluxChannel(), HabSwitch(), init_eqns(), main(), rain_data_wmm(), stage_data_wmm(), track_time(), and writeFloatNetCDF().
| double simTime::Jdate |
julian day (since epochs ago) of the current model time
Definition at line 62 of file globals.h.
Referenced by track_time().
| int simTime::yr[2] |
calendar year of current model time
Definition at line 63 of file globals.h.
Referenced by BIRbudg_date(), BIRstats_date(), BIRstats_hydro_date(), main(), Run_Canal_Network(), track_time(), write_map_file(), and writeFloatNetCDF().
| int simTime::mo[2] |
calendar month of current model time
Definition at line 64 of file globals.h.
Referenced by BIRbudg_date(), BIRstats_date(), BIRstats_hydro_date(), main(), Run_Canal_Network(), track_time(), write_map_file(), and writeFloatNetCDF().
| int simTime::da[2] |
calendar day of current model time
Definition at line 65 of file globals.h.
Referenced by BIRbudg_date(), BIRstats_date(), BIRstats_hydro_date(), main(), Run_Canal_Network(), track_time(), write_map_file(), and writeFloatNetCDF().
| int simTime::hr[2] |
calendar hour of current model time (unused in model calcs)
Definition at line 66 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 67 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 68 of file globals.h.
Referenced by track_time().
boolean flag to signify ending iteration of simulation at current model time
Definition at line 69 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 70 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 71 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 72 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 73 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 74 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 75 of file globals.h.
Referenced by stats(), and track_time().
boolean flag to indicate if interval for BIR hydro stats output (Basin/Indicator-Region) has ended at current model time
Definition at line 76 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 77 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 78 of file globals.h.
Referenced by BIRstats_hydro_sumFinal(), BIRstats_sumFinal(), stats(), and track_time().
1.5.6