forked from davegill/wrf-coop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request davegill#6 from kkeene44/update_for_jenkins
Updated files in the "regression+feature" branch to the latest containers available from kkeene44/wrf-coop:version16, using an updated Dockerfile-first_part file, and to use the wrf-model github repositories, instead of from davegill. I also updated the maintainer to Kelly W. The following files were updated: M Dockerfile M Dockerfile-first_part M Dockerfile-second_part M Dockerfile-sed M README_add_feature_test.md M README_user.md
- Loading branch information
Showing
6 changed files
with
84 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,18 @@ | |
FROM kkeene44/wrf-coop:version16 | ||
MAINTAINER Kelly Werner <[email protected]> | ||
|
||
RUN git clone _FORK_/_REPO_.git WRF \ | ||
RUN git clone --recurse-submodule _FORK_/_REPO_.git WRF \ | ||
&& cd WRF \ | ||
&& git checkout _BRANCH_ \ | ||
&& cd .. | ||
|
||
RUN git clone https://github.com/davegill/SCRIPTS.git SCRIPTS \ | ||
RUN git clone https://github.com/wrf-model/SCRIPTS.git SCRIPTS \ | ||
&& cp SCRIPTS/rd_l2_norm.py . && chmod 755 rd_l2_norm.py \ | ||
&& cp SCRIPTS/script.csh . && chmod 755 script.csh \ | ||
&& cp SCRIPTS/da_builds.csh . && chmod 755 da_builds.csh \ | ||
&& ln -sf SCRIPTS/Namelists . | ||
|
||
RUN git clone https://github.com/davegill/wrf_feature_testing.git wrf_feature_testing \ | ||
RUN git clone https://github.com/wrf-model/wrf_feature_testing.git wrf_feature_testing \ | ||
&& cd wrf_feature_testing && mv * .. && cd .. | ||
|
||
VOLUME /wrf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters