Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=*), | private, | parameter | :: | version | = | '$Id$' |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sD_i8 | ||
type(ESMF_Time), | intent(out), | optional | :: | startTime | ||
type(ESMF_Calendar), | intent(out), | optional | :: | calendar | ||
type(ESMF_CalKind_Flag), | intent(out), | optional | :: | calkindflag | ||
character(len=*), | intent(out), | optional | :: | timeString | ||
character(len=*), | intent(out), | optional | :: | timeStringISOFrac | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_Time), | intent(in) | :: | startTimeIn | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sD_i8 | ||
type(ESMF_Time), | intent(out), | optional | :: | startTime | ||
type(ESMF_Calendar), | intent(out), | optional | :: | calendar | ||
type(ESMF_CalKind_Flag), | intent(out), | optional | :: | calkindflag | ||
character(len=*), | intent(out), | optional | :: | timeString | ||
character(len=*), | intent(out), | optional | :: | timeStringISOFrac | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_Calendar), | intent(in) | :: | calendarIn | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sD_i8 | ||
type(ESMF_Time), | intent(out), | optional | :: | startTime | ||
type(ESMF_Calendar), | intent(out), | optional | :: | calendar | ||
type(ESMF_CalKind_Flag), | intent(out), | optional | :: | calkindflag | ||
character(len=*), | intent(out), | optional | :: | timeString | ||
character(len=*), | intent(out), | optional | :: | timeStringISOFrac | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_CalKind_Flag), | intent(in) | :: | calkindflagIn | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sD_i8 | ||
type(ESMF_Time), | intent(out), | optional | :: | startTime | ||
type(ESMF_Calendar), | intent(out), | optional | :: | calendar | ||
type(ESMF_CalKind_Flag), | intent(out), | optional | :: | calkindflag | ||
character(len=*), | intent(out), | optional | :: | timeString | ||
character(len=*), | intent(out), | optional | :: | timeStringISOFrac | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(inout) | :: | timeinterval | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sD_i8 | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(inout) | :: | timeinterval | |||
type(ESMF_Time), | intent(in) | :: | startTime | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sD_i8 | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(inout) | :: | timeinterval | |||
type(ESMF_Calendar), | intent(in) | :: | calendar | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sD_i8 | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(inout) | :: | timeinterval | |||
type(ESMF_CalKind_Flag), | intent(in) | :: | calkindflag | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sD_i8 | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
integer(kind=ESMF_KIND_I4), | intent(in) | :: | multiplier |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=ESMF_KIND_I4), | intent(in) | :: | multiplier | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_Fraction), | intent(in) | :: | multiplier |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Fraction), | intent(in) | :: | multiplier | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
real(kind=ESMF_KIND_R8), | intent(in) | :: | multiplier |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=ESMF_KIND_R8), | intent(in) | :: | multiplier | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
integer(kind=ESMF_KIND_I4), | intent(in) | :: | divisor |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
real(kind=ESMF_KIND_R8), | intent(in) | :: | divisor |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Fraction), | intent(in) | :: | multiplier | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=ESMF_KIND_I4), | intent(in) | :: | multiplier | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=ESMF_KIND_R8), | intent(in) | :: | multiplier | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_Fraction), | intent(in) | :: | multiplier |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
integer(kind=ESMF_KIND_I4), | intent(in) | :: | multiplier |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
real(kind=ESMF_KIND_R8), | intent(in) | :: | multiplier |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
integer(kind=ESMF_KIND_I4), | intent(in) | :: | divisor |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
real(kind=ESMF_KIND_R8), | intent(in) | :: | divisor |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval1 | |||
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sD_i8 | ||
type(ESMF_Time), | intent(out), | optional | :: | startTime | ||
type(ESMF_Calendar), | intent(out), | optional | :: | calendar | ||
type(ESMF_CalKind_Flag), | intent(out), | optional | :: | calkindflag | ||
character(len=*), | intent(out), | optional | :: | timeString | ||
character(len=*), | intent(out), | optional | :: | timeStringISOFrac | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_Calendar), | intent(in) | :: | calendarIn | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sD_i8 | ||
type(ESMF_Time), | intent(out), | optional | :: | startTime | ||
type(ESMF_Calendar), | intent(out), | optional | :: | calendar | ||
type(ESMF_CalKind_Flag), | intent(out), | optional | :: | calkindflag | ||
character(len=*), | intent(out), | optional | :: | timeString | ||
character(len=*), | intent(out), | optional | :: | timeStringISOFrac | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_CalKind_Flag), | intent(in) | :: | calkindflagIn | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sD_i8 | ||
type(ESMF_Time), | intent(out), | optional | :: | startTime | ||
type(ESMF_Calendar), | intent(out), | optional | :: | calendar | ||
type(ESMF_CalKind_Flag), | intent(out), | optional | :: | calkindflag | ||
character(len=*), | intent(out), | optional | :: | timeString | ||
character(len=*), | intent(out), | optional | :: | timeStringISOFrac | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_Time), | intent(in) | :: | startTimeIn | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(out), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | sD_i8 | ||
type(ESMF_Time), | intent(out), | optional | :: | startTime | ||
type(ESMF_Calendar), | intent(out), | optional | :: | calendar | ||
type(ESMF_CalKind_Flag), | intent(out), | optional | :: | calkindflag | ||
character(len=*), | intent(out), | optional | :: | timeString | ||
character(len=*), | intent(out), | optional | :: | timeStringISOFrac | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
character(len=*), | intent(in), | optional | :: | options | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(inout) | :: | timeinterval | |||
character(len=*), | intent(in) | :: | name | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(inout) | :: | timeinterval | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sD_i8 | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(inout) | :: | timeinterval | |||
type(ESMF_Calendar), | intent(in) | :: | calendar | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sD_i8 | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(inout) | :: | timeinterval | |||
type(ESMF_CalKind_Flag), | intent(in) | :: | calkindflag | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sD_i8 | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(inout) | :: | timeinterval | |||
type(ESMF_Time), | intent(in) | :: | startTime | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | yy | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | yy_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | mm | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | mm_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | d | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | d_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | h | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | m | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | s | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | s_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ms | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | us | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | ns | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | d_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | h_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | m_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | s_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ms_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | us_r8 | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | ns_r8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sN | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sN_i8 | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | sD | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | sD_i8 | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_KeywordEnforcer), | optional | :: | keywordEnforcer | |||
integer, | intent(out), | optional | :: | rc |