Skip to content

Commit

Permalink
Move example
Browse files Browse the repository at this point in the history
Move example test to right before testtype table.
  • Loading branch information
rljacob committed May 10, 2024
1 parent 0188ba3 commit 531689c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/source/users_guide/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ An individual test can be run as::

$CIMEROOT/scripts/create_test $test_name

For example::

$CIMEROOT/scripts/create_test ERP_ne4pg2_oQU480.F2010

Everything the test will do is controlled by parsing the test name. The elements of the test name are
explained next.
Everything the test will do is controlled by parsing the test name.

=================
Testname syntax
Expand All @@ -31,6 +26,11 @@ Tests must be named with the following forms, [ ]=optional::

TESTTYPE[_MODIFIERS].GRID.COMPSET[.MACHINE_COMPILER][.GROUP-TESTMODS]

For example using the minimum required elements of a testname::

$CIMEROOT/scripts/create_test ERP.ne4pg2_oQU480.F2010


================= =====================================================================================
NAME PART
================= =====================================================================================
Expand Down

0 comments on commit 531689c

Please sign in to comment.