GetDate Interface

public interface GetDate

Calls

interface~~getdate~~CallsGraph interface~getdate ESMF_CFIOUtilMod::GetDate proc~getdateint4 ESMF_CFIOUtilMod::GetDateInt4 interface~getdate->proc~getdateint4 proc~getdateint8 ESMF_CFIOUtilMod::GetDateInt8 interface~getdate->proc~getdateint8 proc~getdateint4->proc~getdateint8 proc~caldat ESMF_CFIOUtilMod::CALDAT proc~getdateint8->proc~caldat proc~cfio_parseinttime ESMF_CFIOUtilMod::CFIO_parseIntTime proc~getdateint8->proc~cfio_parseinttime proc~julday ESMF_CFIOUtilMod::julday proc~getdateint8->proc~julday

Called by

interface~~getdate~~CalledByGraph interface~getdate ESMF_CFIOUtilMod::GetDate proc~getbegdatetime ESMF_CFIOUtilMod::GetBegDateTime proc~getbegdatetime->interface~getdate proc~getdatetimevec ESMF_CFIOUtilMod::GetDateTimeVec proc~getdatetimevec->interface~getdate proc~cfio_getvar ESMF_CFIOUtilMod::CFIO_GetVar proc~cfio_getvar->proc~getdatetimevec proc~cfio_sgetvar ESMF_CFIOUtilMod::CFIO_SGetVar proc~cfio_sgetvar->proc~getdatetimevec proc~esmf_cfiosdffileopen ESMF_CFIOSdfMod::ESMF_CFIOSdfFileOpen proc~esmf_cfiosdffileopen->proc~getbegdatetime proc~esmf_cfiofileopen ESMF_CFIOMod::ESMF_CFIOFileOpen proc~esmf_cfiofileopen->proc~esmf_cfiosdffileopen none~find~9 ESMF_CFIOCollectionMod::CFIOCollection%find none~find~9->proc~esmf_cfiofileopen proc~mapl_cfioopenwrite MAPL_CFIOMod::MAPL_CFIOOpenWrite proc~mapl_cfioopenwrite->proc~esmf_cfiofileopen program~test test program~test->proc~esmf_cfiofileopen program~test~12 test program~test~12->proc~esmf_cfiofileopen program~test~3 test program~test~3->proc~esmf_cfiofileopen program~test~5 test program~test~5->proc~esmf_cfiofileopen

Module Procedures

public subroutine GetDateInt8(yyyymmdd_1, hhmmss_1, offset, yyyymmdd_2, hhmmss_2, rc)

GetDateInt8 — Returns a new date/time from an initial date/time and offset

Read more…

Arguments

Type IntentOptional Attributes Name
integer :: yyyymmdd_1

Initial date in YYYYYMMDD format

integer :: hhmmss_1

Initial time in HHMMSS format

integer(kind=INT64) :: offset

Offset to add (in seconds)

integer :: yyyymmdd_2

New date in YYYYMMDD format

integer :: hhmmss_2

New time in HHMMSS format

integer :: rc

Return code. (<0 = error)

public subroutine GetDateInt4(yyyymmdd_1, hhmmss_1, offset, yyyymmdd_2, hhmmss_2, rc)

GetDateInt4 — Returns a new date/time from an initial date/time and offset

Read more…

Arguments

Type IntentOptional Attributes Name
integer :: yyyymmdd_1

Initial date in YYYYYMMDD format

integer :: hhmmss_1

Initial time in HHMMSS format

integer :: offset

Offset to add (in seconds)

integer :: yyyymmdd_2

New date in YYYYMMDD format

integer :: hhmmss_2

New time in HHMMSS format

integer :: rc

Return code. (<0 = error)