Skip to content

Commit

Permalink
Address few reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bishtgautam committed Nov 2, 2023
1 parent c03531a commit 1fa7ef7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/elm/docs/dev-guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test suite.
cd cime/scripts
```
A few things that you need to decide at this stage include the directory location where the baselines will be saved, the name and ID for the baselines, the project allocation that you will use for running the simulation, if you would like to recieve email notirications about tests, etc.
A few things that you need to decide at this stage include the directory location where the baselines will be saved, the name and ID for the baselines, the project allocation that you will use for running the simulation, if you would like to receive email notifications about tests, etc.
```bash
# Define the directory to hold the baseline
Expand Down Expand Up @@ -126,6 +126,8 @@ Now run the `e3sm_land_developer`

The cases would be named `*.G.*` to denote one is generating the baselines.
It will take a while to compile all the cases and submit the code.
It can take a long time (>30mins) for the test suite to run. To avoid interrupting the test suite
in the middle, one can run the test suite within a `screen` command.
After the cases have been successfully compiled and submitted, you can check that
status of test by running the `cs.status.${TEST_ID}` file that was created in the scratch directory.

Expand Down

0 comments on commit 1fa7ef7

Please sign in to comment.