Skip to content

Latest commit

 

History

History

ESMF

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
# This directory tree contains the ESMF related files inside the SWMF.
# The ESMF library most be installed and the ESMF environment variables 
# must be set. One could install the ESMF library in a subdirectory here.

# The ESMF library can be downloaded from

http:https://earthsystemmodeling.org/

# Environment variables to set
setenv ESMF_DIR <top of ESMF source> 
setenv ESMF_COMPILER gfortranclang
setenv ESMF_COMM mpich
setenv ESMF_BOPT g

# For Darwin + NAG compiler
#setenv ESMF_COMPILER nag
#setenv ESMF_TRACE_LIB_BUILD OFF