compass.landice.tests.calving_dt_convergence.dt_convergence_test.DtConvergenceTest¶
- class compass.landice.tests.calving_dt_convergence.dt_convergence_test.DtConvergenceTest(test_group, mesh, calving, velo)[source]¶
A test case for running the same configuration with a series of values for config_adaptive_timestep_calvingCFL_fraction to check for convergence
- Variables
name (str) – The name of the case
- __init__(test_group, mesh, calving, velo)[source]¶
Create the test case
- Parameters
test_group (compass.landice.tests.calving_dt_convergence.CalvingDtConvergence) – The test group that this test case belongs to
Methods
__init__
(test_group, mesh, calving, velo)Create the test case
add_step
(step[, run_by_default])Add a step to the test case
check_validation
()Check the test case's "validation" dictionary to see if validation failed.
configure
()Modify the configuration options for this test case.
run
()Run each step of the test case.
validate
()Test cases can override this method to perform validation of variables and timers