FluidNumerics / FEOTS

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

FEOTs

Fast Equilibration of Ocean Tracers

DOI

Getting Started

Package Dependencies

Spack Dependency Install

spack install netcdf-fortran ^netcdf-c+mpi ^hdf5+fortran

Installation

autoreconf --install
FCFLAGS="-Ofast -ffree-line-length-none" ./configure --enable-mpi --prefix=/path/to/install
make
make install