[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Trivial change (affects only documentation or cleanup)
[ ] Refactor (no functional changes, no api changes)
Checklist
[ ] Tested this change with a run of GEOSgcm
[ ] Ran the Unit Tests (make tests)
Description
In talking with @tclune, he mentioned that the runs of GEOSgcm aren't really necessary for MAPL3 work, the nightly tests can handle that. So, this is a first step to see if I can separate out the build from the run.
Types of change(s)
Checklist
make tests
)Description
In talking with @tclune, he mentioned that the runs of GEOSgcm aren't really necessary for MAPL3 work, the nightly tests can handle that. So, this is a first step to see if I can separate out the build from the run.
Related Issue