Open
Description
There are currently CMake files for each core, in order to compile E3SM with CMake, added in #386. The next step is to add the CMake files so that we can compile MPAS standalone, i.e. replace a command like
make gfortran CORE=ocean OPENMP=true DEBUG=true GEN_F90=true
with the corresponding CMake command. This issue provides a place to discuss that work.