diff --git a/README.md b/README.md index 5f52908..5c396a2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### Docker Container for WRF ### +### Docker Container for WRF John Exby and Kate Fossell provided a method to encapsulate the WRF modeling system with a container. @@ -27,6 +27,7 @@ ln -sf Dockerfile_regtest Dockerfile 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. + ``` docker build -t wrf_tutorial . mkdir OUTPUT @@ -46,3 +47,5 @@ docker stop test_001 ``` For regression testing, the above two `docker exec` commands should each have a exit status of 0. Additionally, in the [README_regtest.md](README_regtest.md) file, there is explicit information for each test that may be conducted for the regression suite. + +Hutch added this line for real this time diff --git a/script.csh b/script.csh index 6be01cb..e1868ae 100755 --- a/script.csh +++ b/script.csh @@ -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 in the script. if ( ${#argv} == 0 ) then echo