gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
dc_calendar_generic::dccalconvertbyunit Interface Reference

Public Member Functions

real(dp) function dccalconvertbyunit1 (in_time, in_unit, out_unit, cal)
real(dp) function dccalconvertbyunit2 (in_time, in_unit, out_unit, cal)

Detailed Description

Definition at line 151 of file dc_calendar_generic.f90.

Member Function/Subroutine Documentation

◆ dccalconvertbyunit1()

real(dp) function dc_calendar_generic::dccalconvertbyunit::dccalconvertbyunit1 ( real(dp), intent(in) in_time,
character(*), intent(in) in_unit,
character(*), intent(in) out_unit,
type(dc_cal), intent(in), optional, target cal )

Definition at line 152 of file dc_calendar_generic.f90.

153 use dc_calendar_types, only: dc_cal
154 use dc_types, only: dp
155 real(DP):: out_time
156 real(DP), intent(in):: in_time
157 character(*), intent(in):: in_unit
158 character(*), intent(in):: out_unit
159 type(DC_CAL), intent(in), optional, target:: cal
Derived types and parameters of calendar and date.
Provides kind type parameter values.
Definition dc_types.f90:55
integer, parameter, public dp
Double Precision Real number
Definition dc_types.f90:92

References dc_types::dp.

◆ dccalconvertbyunit2()

real(dp) function dc_calendar_generic::dccalconvertbyunit::dccalconvertbyunit2 ( real(dp), intent(in) in_time,
integer, intent(in) in_unit,
integer, intent(in) out_unit,
type(dc_cal), intent(in), optional, target cal )

Definition at line 162 of file dc_calendar_generic.f90.

163 use dc_calendar_types, only: dc_cal
164 use dc_types, only: dp
165 real(DP):: out_time
166 real(DP), intent(in):: in_time
167 integer, intent(in):: in_unit
168 integer, intent(in):: out_unit
169 type(DC_CAL), intent(in), optional, target:: cal

References dc_types::dp.


The documentation for this interface was generated from the following file: