gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dc_date_generic::dcdifftimecreate Interface Reference

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)
 

Detailed Description

Definition at line 379 of file dc_date_generic.f90.

Member Function/Subroutine Documentation

◆ dcdifftimecreate1()

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 380 of file dc_date_generic.f90.

383 use dc_types, only: dp
384 use dc_date_types, only: dc_difftime
385 use dc_scaledsec, only: dc_scaled_sec
386 type(DC_DIFFTIME), intent(out) :: diff
387 integer, intent(in), optional:: year, mon, day, hour, min
388 real(DP),intent(in), optional:: sec, day_seconds, nondim
389 type(DC_SCALED_SEC), intent(in), optional:: sclyear, sclmon, sclday, sclsec
日付・時刻に関する構造データ型と定数
精密な時間演算のための秒スケールモジュール
種別型パラメタを提供します。
Definition dc_types.f90:55
integer, parameter, public dp
倍精度実数型変数
Definition dc_types.f90:92

References dc_types::dp.

◆ dcdifftimecreate2d()

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 392 of file dc_date_generic.f90.

393 use dc_types, only: dp
394 use dc_date_types, only: dc_difftime
395 type(DC_DIFFTIME), intent(out) :: diff
396 real(DP), intent(in) :: value
397 character(*), intent(in) :: unit
398 integer, intent(in), optional :: unit_symbol
399 logical, intent(out), optional :: err

References dc_types::dp.

◆ dcdifftimecreate2i()

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 411 of file dc_date_generic.f90.

412 use dc_date_types, only: dc_difftime
413 type(DC_DIFFTIME), intent(out) :: diff
414 integer, intent(in) :: value
415 character(*), intent(in) :: unit
416 integer, intent(in), optional :: unit_symbol
417 logical, intent(out), optional :: err

◆ dcdifftimecreate2r()

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 402 of file dc_date_generic.f90.

403 use dc_date_types, only: dc_difftime
404 type(DC_DIFFTIME), intent(out) :: diff
405 real, intent(in) :: value
406 character(*), intent(in) :: unit
407 integer, intent(in), optional :: unit_symbol
408 logical, intent(out), optional :: err

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