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

Public Member Functions

real(dp) function dccalconverttoday1 (in_time, in_unit, cal)
real(dp) function dccalconverttoday2 (in_time, in_unit, cal)

Detailed Description

Definition at line 239 of file dc_calendar_generic.f90.

Member Function/Subroutine Documentation

◆ dccalconverttoday1()

real(dp) function dc_calendar_generic::dccalconverttoday::dccalconverttoday1 ( real(dp), intent(in) in_time,
character(*), intent(in) in_unit,
type(dc_cal), intent(in), optional, target cal )

Definition at line 241 of file dc_calendar_generic.f90.

242 use dc_calendar_types, only: dc_cal
243 use dc_types, only: dp
244 real(DP):: out_time
245 real(DP), intent(in):: in_time
246 character(*), intent(in):: in_unit
247 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.

◆ dccalconverttoday2()

real(dp) function dc_calendar_generic::dccalconverttoday::dccalconverttoday2 ( real(dp), intent(in) in_time,
integer, intent(in) in_unit,
type(dc_cal), intent(in), optional, target cal )

Definition at line 250 of file dc_calendar_generic.f90.

251 use dc_calendar_types, only: dc_cal
252 use dc_types, only: dp
253 real(DP):: out_time
254 real(DP), intent(in):: in_time
255 integer, intent(in):: in_unit
256 type(DC_CAL), intent(in), optional, target:: cal

References dc_types::dp.


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