Skip to content
forked from esmf-org/esmf

This fork implements impure elemental procedures for the '==' and '/=' relational operators from the Earth System Modeling Framework (ESMF)

License

Notifications You must be signed in to change notification settings

darianboggs/esmf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESMF Doc Build ESMPy Doc Build Build ESMF Using Spack

Earth System Modeling Framework (ESMF)

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 User's Guide contains information on building and installing ESMF.
  • The ESMF Reference Manual contains information on the architecture of ESMF, example code, and details of the API (Application Programming Interface).
  • Please contact [email protected] with any questions or problems.

Downloading ESMF

The ESMF library source code is available for download at GitHub:

Building ESMF

To build ESMF from source:

Pre-built ESMF

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.4.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
    

Running ESMF Command Line Tools

Linking to ESMF

Add-On Packages

Several add-on packages are included with ESMF under ./src/addon:

  • ESMPy - Python interface to ESMF.
  • ESMX - A layer providing the Earth System Model eXecutable. The ESMX layer is built on top of ESMF and NUOPC.
  • NUOPC - Interoperability layer developed under the National Unified Operational Prediction Capability (NUOPC) program.

See each addon package for a specific README file.

More Help

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:

About

This fork implements impure elemental procedures for the '==' and '/=' relational operators from the Earth System Modeling Framework (ESMF)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 38.5%
  • C++ 37.3%
  • C 9.7%
  • PostScript 4.2%
  • Jupyter Notebook 4.0%
  • TeX 2.5%
  • Other 3.8%