49 real(DP),
intent(in):: sec
50 character(*),
parameter :: subname =
'DCDateTimeSetSecOfDay'
52 call beginsub(subname,
'sec=<%f>', d=(/sec/))
53 day_seconds_default = sec
54 call endsub(subname,
'dc_date_types#day_seconds=<%f>', d=(/day_seconds_default/))
subroutine dcdatetimesetsecofday(sec)
1日の秒数の設定
real(dp), save, public day_seconds
1日の秒数 (可変, デフォルトは地球の1日)
subroutine, public beginsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca, version)
subroutine, public endsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca)
integer, parameter, public dp
倍精度実数型変数