Go to the source code of this file.
Functions/Subroutines | |
| character(string) function | dccaldatetochar1 (year, month, day, hour, min, sec, zone) |
| Convert date into a string. | |
| character(string) function dccaldatetochar1 | ( | 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, | ||
| character(*), intent(in), optional | zone ) |
Convert date into a string.
Procedures described in this file are provided from "dc_calendar" module.
Convert date components to string
Convert year, month, day, hour, minute, second into a string (conformed to gtool4 netCDF Convention "5.5 Expression of date and time").
| [in] | year | Year |
| [in] | month | Month |
| [in] | day | Day |
| [in] | hour | Hour |
| [in] | min | Minute |
| [in] | sec | Second |
| [in] | zone | Time-zone (difference from UTC) |
Definition at line 56 of file dccaldatetochar.f90.
References dc_types::dp, dc_types::string, and dc_types::token.