You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
0 commit comments