6#define time_timestr __time_MOD_timestr
8#define time_start __time_MOD_start
10#define time_stop __time_MOD_stop
12#define time_timestep __time_MOD_timestep
14#define time_fsecs __time_MOD_fsecs
16#define time_simtime __time_MOD_simtime
18#define time_fsecondsofday __time_MOD_fsecondsofday
20#define time_julianday __time_MOD_julianday
22#define time_secondsofday __time_MOD_secondsofday
24#define time_yearday __time_MOD_yearday
26#define time_timefmt __time_MOD_timefmt
29#define time_minn __time_MOD_minn
31#define time_maxn __time_MOD_maxn
33#define time_jul2 __time_MOD_jul2
35#define time_secs2 __time_MOD_secs2
144 if (!
strcmp (name,
"timestep"))
146 if (!
strcmp (name,
"fsecs"))
148 if (!
strcmp (name,
"simtime"))
150 if (!
strcmp (name,
"fsecondsofday"))
152 if (!
strcmp (name,
"julianday"))
154 if (!
strcmp (name,
"secondsofday"))
156 if (!
strcmp (name,
"yearday"))
158 if (!
strcmp (name,
"timefmt"))
160 if (!
strcmp (name,
"minn"))
162 if (!
strcmp (name,
"maxn"))
164 if (!
strcmp (name,
"jul2"))
166 if (!
strcmp (name,
"secs2"))
realtype __time_MOD_time_diff(integer *jul1, integer *secs1, integer *jul2, integer *secs2)
void __time_MOD_sunrise_sunset(realtype *latitude, realtype *declination, realtype *sunrise, realtype *sunset)
integer __time_MOD_secondsofday
void __time_MOD_write_time_string(integer *jul, integer *secs, char *timestr, long int _sltimestr)
static void time_julian_day(integer *yyyy, integer *mm, integer *dd, integer *julian)
static void time_calendar_date(integer *julian, integer *yyyy, integer *mm, integer *dd)
realtype __time_MOD_fsecs
void __time_MOD_print_state_time()
void __time_MOD_read_time_string(char *timestr, integer *jul, integer *secs, long int _sltimestr)
#define time_secondsofday
integer __time_MOD_timefmt
static void time_print_state_time(void)
integer __time_MOD_yearday
void __time_MOD_init_time(timestepkind *minn, timestepkind *maxn)
void __time_MOD_update_time(timestepkind *n)
#define time_fsecondsofday
realtype __time_MOD_simtime
static void time_sunrise_sunset(realtype *latitude, realtype *declination, realtype *sunrise, realtype *sunset)
static void time_write_time_string(integer *jul, integer *secs, char *timestr)
static void time_read_time_string(char *timestr, integer *jul, integer *secs)
void __time_MOD_calendar_date(integer *julian, integer *yyyy, integer *mm, integer *dd)
realtype __time_MOD_timestep
static void time_init_time(timestepkind *minn, timestepkind *maxn)
realtype __time_MOD_fsecondsofday
static void time_update_time(timestepkind *n)
static realtype time_time_diff(integer *jul1, integer *secs1, integer *jul2, integer *secs2)
integer __time_MOD_julianday
void __time_MOD_julian_day(integer *yyyy, integer *mm, integer *dd, integer *julian)
realtype time_get_global(const char *name)
char * __time_MOD_timestr