Allow user to specify BUILD_DIR when using compile.sh #1838
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The GFS and GEFS applications call
compile.sh
to build the ufs-weather-model.As it stands currently, the ufs-weather-model build directory ends up in the source tree of the GFS and GEFS.
The GFS and GEFS are collecting all the build directories of the components in a single location for the applications.
This PR:
BUILD_DIR
before invokingcompile.sh
. This allows the build directory to be out of the source directory.compile.sh
.Input data additions/changes
Anticipated changes to regression tests:
Subcomponents involved:
Library Updates/Changes
Combined with PR's (If Applicable):
Commit Queue Checklist:
Linked PR's and Issues:
None
Testing Day Checklist:
Testing Log (for CM's):