-
Notifications
You must be signed in to change notification settings - Fork 390
Add prerequisite tags to all necessary test cases #560
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| <driver_script name="run_test.py"> | ||
| <prerequisite core="ocean" configuration="drying_slope" resolution="meshes" test="1km"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
| <case name="init_step"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running init_step" post_message=" Complete"/> | ||
| </case> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| <driver_script name="run_test.py"> | ||
| <prerequisite core="ocean" configuration="drying_slope" resolution="meshes" test="250m"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
| <case name="init_step"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running init_step" post_message=" Complete"/> | ||
| </case> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| <driver_script name="run_test.py"> | ||
| <prerequisite core="ocean" configuration="drying_slope" resolution="meshes" test="1km"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
| <case name="init_step"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running init_step" post_message=" Complete"/> | ||
| </case> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| <driver_script name="run_test.py"> | ||
| <prerequisite core="ocean" configuration="drying_slope" resolution="meshes" test="250m"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
| <case name="init_step"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running init_step" post_message=" Complete"/> | ||
| </case> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| <driver_script name="run_test.py"> | ||
| <prerequisite core="ocean" configuration="drying_slope" resolution="meshes" test="1km"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
| <case name="init_step"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running init_step" post_message=" Complete"/> | ||
| </case> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| <driver_script name="run_test.py"> | ||
| <prerequisite core="ocean" configuration="drying_slope" resolution="meshes" test="250m"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
| <case name="init_step"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running init_step" post_message=" Complete"/> | ||
| </case> | ||
|
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| <driver_script name="run.py"> | ||
| <prerequisite core="ocean" configuration="global_ocean" resolution="QU240" test="init"/> | ||
| <case name="test"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running short test of ocean model..." post_message=" complete!"/> | ||
| </case> | ||
| <validation> | ||
| <compare_fields file1="forward/output.nc"> | ||
| <template file="prognostic_comparison.xml" path_base="script_core_dir" path="templates/validations"/> | ||
| </compare_fields> | ||
| </validation> | ||
| </driver_script> |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <driver_script name="run_test.py"> | ||
| <prerequisite core="ocean" configuration="hurricane" resolution="USDEQU120at30cr10rr2" test="build_mesh"/> | ||
| <case name="init"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running init" post_message=" Complete"/> | ||
| </case> | ||
| <case name="forward"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running forward" post_message=" Complete"/> | ||
| </case> | ||
| </driver_script> |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <driver_script name="run.py"> | ||
| <prerequisite core="ocean" configuration="hurricane" resolution="USDEQU120at30cr10rr2WD" test="build_mesh"/> | ||
| <case name="init"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running init" post_message=" Complete"/> | ||
| </case> | ||
| <case name="forward_RK4"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running forward RK4" post_message=" Complete"/> | ||
| </case> | ||
| </driver_script> |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <driver_script name="run.py"> | ||
| <prerequisite core="ocean" configuration="hurricane" resolution="USDEQU240at60cr20rr4WD" test="build_mesh"/> | ||
| <case name="init"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running init" post_message=" Complete"/> | ||
| </case> | ||
| <case name="forward_RK4"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running forward RK4" post_message=" Complete"/> | ||
| </case> | ||
| </driver_script> |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <driver_script name="run_test.py"> | ||
| <prerequisite core="ocean" configuration="hurricane" resolution="USDEQU60at15cr5rr1" test="build_mesh"/> | ||
| <case name="init"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running init" post_message=" Complete"/> | ||
| </case> | ||
| <case name="forward"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running forward" post_message=" Complete"/> | ||
| </case> | ||
| </driver_script> |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <driver_script name="run.py"> | ||
| <prerequisite core="ocean" configuration="hurricane" resolution="USDEQU60at15cr5rr1WD" test="build_mesh"/> | ||
| <case name="init"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running init" post_message=" Complete"/> | ||
| </case> | ||
| <case name="forward_RK4"> | ||
| <step executable="./run.py" quiet="true" pre_message=" * Running forward RK4" post_message=" Complete"/> | ||
| </case> | ||
| </driver_script> |
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍