Go to the source code of this file.
Functions/Subroutines | |
| character(string) function | dccaldatetochar1 (year, month, day, hour, min, sec, zone) |
| 日時の文字列への変換 | |
| 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 ) |
日時の文字列への変換
このファイルに記載される手続き群は dc_calendar モジュールから提供されます.
日時要素を文字列に変換
年月日時分秒を文字型変数 (gtool4 netCDF 規約「5.5 日時形式」に準拠) へ変換して返します.
| [in] | year | 年 |
| [in] | month | 月 |
| [in] | day | 日 |
| [in] | hour | 時 |
| [in] | min | 分 |
| [in] | sec | 秒 |
| [in] | zone | UTC からの時差 |
Definition at line 56 of file dccaldatetochar.f90.
References dc_types::dp, dc_types::string, and dc_types::token.