Go to the source code of this file.
Functions/Subroutines | |
| subroutine | dcdatetimesetsecofday (sec) |
| Set the number of seconds in a day. | |
| subroutine dcdatetimesetsecofday | ( | real(dp), intent(in) | sec | ) |
Set the number of seconds in a day.
Procedures described in this file are provided from "dc_date" module.
Set the default number of seconds in a day
Set the default number of seconds in a day.
If this procedure is not called, the default number of seconds in a day is set to dc_date_types#DAY_SECONDS_EARTH.
| [in] | sec | Number of seconds in a day to set as default |
Definition at line 43 of file dcdatetimesetsecofday.f90.
References dc_trace::beginsub(), dc_date_types::day_seconds, dc_types::dp, and dc_trace::endsub().