Public Member Functions | |
| subroutine | dcdifftimecreate1 (diff, year, mon, day, hour, min, sec, day_seconds, nondim, sclyear, sclmon, sclday, sclsec) |
| subroutine | dcdifftimecreate2d (diff, value, unit, unit_symbol, err) |
| subroutine | dcdifftimecreate2r (diff, value, unit, unit_symbol, err) |
| subroutine | dcdifftimecreate2i (diff, value, unit, unit_symbol, err) |
Definition at line 230 of file dc_date_generic.f90.
| subroutine dc_date_generic::dcdifftimecreate::dcdifftimecreate1 | ( | type(dc_difftime), intent(out) | diff, |
| integer, intent(in), optional | year, | ||
| integer, intent(in), optional | mon, | ||
| integer, intent(in), optional | day, | ||
| integer, intent(in), optional | hour, | ||
| integer, intent(in), optional | min, | ||
| real(dp), intent(in), optional | sec, | ||
| real(dp), intent(in), optional | day_seconds, | ||
| real(dp), intent(in), optional | nondim, | ||
| type(dc_scaled_sec), intent(in), optional | sclyear, | ||
| type(dc_scaled_sec), intent(in), optional | sclmon, | ||
| type(dc_scaled_sec), intent(in), optional | sclday, | ||
| type(dc_scaled_sec), intent(in), optional | sclsec | ||
| ) |
Definition at line 231 of file dc_date_generic.f90.
References dc_types::dp.
| subroutine dc_date_generic::dcdifftimecreate::dcdifftimecreate2d | ( | type(dc_difftime), intent(out) | diff, |
| real(dp), intent(in) | value, | ||
| character(*), intent(in) | unit, | ||
| integer, intent(in), optional | unit_symbol, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 243 of file dc_date_generic.f90.
References dc_types::dp.
| subroutine dc_date_generic::dcdifftimecreate::dcdifftimecreate2i | ( | type(dc_difftime), intent(out) | diff, |
| integer, intent(in) | value, | ||
| character(*), intent(in) | unit, | ||
| integer, intent(in), optional | unit_symbol, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 262 of file dc_date_generic.f90.
| subroutine dc_date_generic::dcdifftimecreate::dcdifftimecreate2r | ( | type(dc_difftime), intent(out) | diff, |
| real, intent(in) | value, | ||
| character(*), intent(in) | unit, | ||
| integer, intent(in), optional | unit_symbol, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 253 of file dc_date_generic.f90.