Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'erinethomas/ww3/move-location-ww3-build' into next (PR #…
…6663) WW3 code currently compiles in the source code repo. This is severely problematic and creates several issues including: a) cluttering the source code directory b) creating problematic 'race-conditions' when more than one case with WW3 need to be compiled (such as running test suites) This PR simply copies the required directories from the WW3 source code repo (the aux, ftn, and bin directories) to the "build/wav" directory and compiles all WW3 code there. The compiled .F90 and executable tar files are now located here: "/build/wav/tmp/" The E3SM commands ./case.build and ./case.build --clean-all correctly compile and clean all WW3 code. [BFB]
- Loading branch information