You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Pre-built binaries for ESMF and ESMPy are available through a number of channels
34
34
```
35
35
docker run -it --rm esmf/esmf-build-release:latest
36
36
```
37
-
Replace `latest` in the above command with a valid version, like `8.6.0`, in order to access a specific ESMF version.
37
+
Replace `latest` in the above command with a valid version, like `8.7.0`, in order to access a specific ESMF version.
38
38
39
39
*[Anaconda Conda-Forge](https://anaconda.org/conda-forge/): Under [conda-forge/esmpy](https://anaconda.org/conda-forge/esmpy). To install locally (_note Windows is not supported_), run:
! Sets the value of the {\tt ESMF\_TimeInterval} using a user specified
3155
-
! string in ISO 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:
3154
+
! Sets the value of an {\tt ESMF\_TimeInterval} using a
3155
+
! 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:
3156
3156
! \begin{description}
3157
3157
! \item[y] - the number of years expressed in up to a 64-bit integer
3158
3158
! \item[mm] - the number of months expressed in up to a 64-bit integer
0 commit comments