23 real(DP),
intent(in):: sec
24 character(*),
parameter :: subname =
'DCDateTimeSetSecOfDay' 26 call beginsub(subname,
'sec=<%f>', d=(/sec/))
27 day_seconds_default = sec
28 call endsub(subname,
'dc_date_types#day_seconds=<%f>', d=(/day_seconds_default/))
integer, parameter, public dp
Double Precision Real number.
subroutine, public beginsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca, version)
Provides kind type parameter values.
subroutine dcdatetimesetsecofday(sec)
real(dp), save, public day_seconds
subroutine, public endsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca)