The Earth System Modeling Framework (ESMF) is a suite of software tools for developing high-performance, multi-component Earth science modeling applications.
Find us on…
Copyright (c) 2002-2023 University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, NASA Goddard Space Flight Center. All rights reserved.
Hello and welcome to ESMF.
The ESMF library source code is available for download at GitHub: * https://github.com/esmf-org/esmf/releases
To build ESMF from source: * Consult the Building ESMF section of the ESMF User’s Guide. * For testing ESMF, see Testing makefile targets.
Pre-built binaries for ESMF and ESMPy are available through a number of channels:
Docker Hub: Under ESMF Organization. To install locally, run:
docker run -it --rm esmf/esmf-build-release:latest
Replace latest
in the above command with a valid version, like 8.6.0
, in order to access a specific ESMF version.
Anaconda Conda-Forge: Under conda-forge/esmpy. To install locally (note Windows is not supported), run:
conda create -n esmpy -c conda-forge esmpy
Several add-on packages are included with ESMF under ./src/addon
:
See each addon package for a specific README file.
Information about the ESMF project can be found at the ESMF web site:
Software documentation for the last release:
Software documentation for all releases:
Support: