forked from EarthWorksOrg/EarthWorks
-
Notifications
You must be signed in to change notification settings - Fork 0
Software Requirements
gdicker1 edited this page Mar 7, 2023
·
5 revisions
Installing, building and running Earthworks has the same dependencies as CESM
The following listt was copied from Section 1.1 of the CESM README:
- a Unix-like operating system (Linux, AIX, OS X, etc.)
- git client version 1.8 or newer subversion client (we have tested with versions 1.6.11 and newer)
- python3 version 3.6 or newer
- perl version 5
- build tools gmake and cmake
- Fortran and C compilers See Details on Fortran compiler versions below for more information
- LAPACK and BLAS libraries
- a NetCDF library version 4.3 or newer built with the same compiler you will use for CESM
- a PnetCDF library is optional
- a functioning MPI environment (unless you plan to run on a single core with the CIME mpi-serial library)