nikizadehgfdl / platforms

A collection of tools for comparing and evaluating Earth System Models on new platforms
0 stars 3 forks source link

Autoconf build for MOM_remapping #2

Open marshallward opened 3 years ago

marshallward commented 3 years ago

Adds config files to support an autoconf build of MOM_remapping.

To build:

$ autoreconf -if
$ mkdir -p build
$ cd build
$ FC=(...) FCFLAGS=(...) ../configure
$ make