diff --git a/src/Infrastructure/TimeMgr/interface/ESMF_TimeInterval.F90 b/src/Infrastructure/TimeMgr/interface/ESMF_TimeInterval.F90 index a64cdc17b6..646aabc445 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMF_TimeInterval.F90 +++ b/src/Infrastructure/TimeMgr/interface/ESMF_TimeInterval.F90 @@ -3151,7 +3151,7 @@ subroutine ESMF_TimeIntervalSetStr(timeinterval, timeIntervalString, rc) ! ! ! !DESCRIPTION: -! Sets the value of the {\tt ESMF\_TimeInterval} using a user specified +! Sets the value of an {\tt ESMF\_TimeInterval} using a ! string in ISO 8601 duration format P[y]Y[mm]M[d]DT[h]H[m]M[s]S. See ~\cite{ISO} and ~\cite{ISOnotes} for information about the format. In ESMF's implementation the time values can have the following types: ! \begin{description} ! \item[y] - the number of years expressed in up to a 64-bit integer @@ -3245,7 +3245,7 @@ subroutine ESMF_TimeIntervalSetStrCal(timeinterval, calendar, & ! ! ! !DESCRIPTION: -! Sets the value of the {\tt ESMF\_TimeInterval} using a user specified +! Sets the value of an {\tt ESMF\_TimeInterval} using a ! string in ISO 8601 duration format P[y]Y[mm]M[d]DT[h]H[m]M[s]S. See ~\cite{ISO} and ~\cite{ISOnotes} for ! information about the format. Also, see the description for the method ! {\tt ESMF\_TimeIntervalSetStr()}~\ref{API:TimeIntervalSetStr} @@ -3341,7 +3341,7 @@ subroutine ESMF_TimeIntervalSetStrCalTyp(timeinterval, calkindflag, & ! ! ! !DESCRIPTION: -! Sets the value of the {\tt ESMF\_TimeInterval} using a user specified +! Sets the value of an {\tt ESMF\_TimeInterval} using a ! string in ISO 8601 duration format P[y]Y[mm]M[d]DT[h]H[m]M[s]S. See ~\cite{ISO} and ~\cite{ISOnotes} for ! information about the format. Also, see the description for the method ! {\tt ESMF\_TimeIntervalSetStr()}~\ref{API:TimeIntervalSetStr} @@ -3430,7 +3430,7 @@ subroutine ESMF_TimeIntervalSetStrStart(timeinterval, startTime, & ! ! ! !DESCRIPTION: -! Sets the value of the {\tt ESMF\_TimeInterval} using a user specified +! Sets the value of an {\tt ESMF\_TimeInterval} using a ! string in ISO 8601 duration format P[y]Y[mm]M[d]DT[h]H[m]M[s]S. See ~\cite{ISO} and ~\cite{ISOnotes} for ! information about the format. Also, see the description for the method ! {\tt ESMF\_TimeIntervalSetStr()}~\ref{API:TimeIntervalSetStr}