Go to the source code of this file.
Functions/Subroutines | |
| subroutine | dccaldatecreate1 (year, month, day, hour, min, sec, date, zone, err) | 
| subroutine | dccaldatecreate2 (date_str, date, err) | 
| subroutine dccaldatecreate1 | ( | integer, intent(in) | year, | 
| integer, intent(in) | month, | ||
| integer, intent(in) | day, | ||
| integer, intent(in) | hour, | ||
| integer, intent(in) | min, | ||
| real(dp), intent(in) | sec, | ||
| type(dc_cal_date), intent(out), optional, target | date, | ||
| character(*), intent(in), optional | zone, | ||
| logical, intent(out), optional | err | ||
| ) | 
Definition at line 16 of file dccaldatecreate.f90.
References dc_trace::beginsub(), dc_error::dc_ealreadyinit, dc_error::dc_ebaddate, dc_error::dc_noerr, dc_calendar_internal::default_date, dc_types::dp, dc_trace::endsub(), dc_regex::match(), dc_error::storeerror(), and dc_types::string.
| subroutine dccaldatecreate2 | ( | character(*), intent(in) | date_str, | 
| type(dc_cal_date), intent(out), optional, target | date, | ||
| logical, intent(out), optional | err | ||
| ) | 
Definition at line 200 of file dccaldatecreate.f90.
References dc_trace::beginsub(), dc_error::dc_ealreadyinit, dc_error::dc_ebaddate, dc_error::dc_noerr, dc_calendar_internal::default_date, dc_types::dp, dc_trace::endsub(), dc_error::storeerror(), dc_types::string, and dc_types::token.