Skip to content

Commit

Permalink
Add some documentation on LII and REP tests
Browse files Browse the repository at this point in the history
Test suite: None
Test baseline: N/A
Test namelist changes: N/A
Test status: N/A

Fixes: None

User interface changes?: No

Code review: None
  • Loading branch information
billsacks committed Aug 16, 2016
1 parent c533185 commit f2a27a2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
8 changes: 8 additions & 0 deletions scripts/Testing/Testcases/config_tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The following are the test functionality categories:
7) archiving (short-term and long-term) tests
8) performance tests
9) spinup tests
10) other component-specific tests
NOTES:
- unless otherwise noted everything is run in one executable directory
Expand Down Expand Up @@ -150,6 +151,13 @@ SPO smoke spinup-ocean test
LAR long term archive test
======================================================================
Other component-specific tests
======================================================================
LII CLM initial condition interpolation test
-->

<config_test>
Expand Down
25 changes: 19 additions & 6 deletions utils/python/CIME/SystemTests/README
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
The following are the test functionality categories:
1) smoke tests
2) restart tests
3) threading/pe-count modification tests
4) sequencing (layout) modification tests
5) multi-instance tests
6) performance tests
7) spinup tests (TODO)
2) basic reproducibility tests
3) restart tests
4) threading/pe-count modification tests
5) sequencing (layout) modification tests
6) multi-instance tests
7) performance tests
8) spinup tests (TODO)
9) other component-specific tests

Some tests not yet implemented in python. They can be found in
cime/scripts/Testing/Testcases
Expand All @@ -23,6 +25,12 @@ SMS smoke startup test (default length)
if $IOP_ON is set then suffix is base_iop
success for non-iop is just a successful coupler

======================================================================
Basic reproducibility Tests
======================================================================

REP reproducibility: do two identical runs give the same results?

======================================================================
Restart Tests
======================================================================
Expand Down Expand Up @@ -138,3 +146,8 @@ SSP smoke CLM spinup test (only valid for CLM compsets with CLM45 and CN or B
short term archiving is on
do a hybrid non-spinup run run from the restart files generated in the first phase

======================================================================
Other component-specific tests
======================================================================

LII CLM initial condition interpolation test

0 comments on commit f2a27a2

Please sign in to comment.