Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Docker Container for WRF ###
### Docker Container for WRF #testingBasedOnBranch #test1

John Exby and Kate Fossell provided a method to encapsulate the WRF modeling system with a container.

Expand All @@ -25,6 +25,7 @@ ln -sf Dockerfile_regtest Dockerfile

#### Tutorial ####


The [README_tutorial.md](README_tutorial.md) has step-by-step instructions to run the entire WRF system, from geogrid through generating PDF files with model output. We go "into" the container for the tutorial case. This is a mechanical process of the required process to churn through the modeling system parts.

```
Expand Down
4 changes: 3 additions & 1 deletion script.csh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# Script to run regression tests within a container

# The usage part. Remember, we're not just being nice to people ...
# we won't remember this stuff at all.
# we won't remember this stuff at all. The "at" characters in the
# environment variables are to hold spaces. Those embedded "at"
# characters will be deleted later.

if ( ${#argv} == 0 ) then
echo
Expand Down