Skip to content

Commit 77ee6e2

Browse files
Shorten smoke test
1 parent 7c64344 commit 77ee6e2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

compass/landice/tests/slm_circ_icesheet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def __init__(self, mpas_core):
2020

2121
self.add_test_case(
2222
MeshConvergenceTest(test_group=self))
23-
self.add_test_case(SmokeTest(test_group=self))
23+
self.add_test_case(SmokeTest(test_group=self))

compass/landice/tests/slm_circ_icesheet/smoke_test/namelist.landice

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
config_do_restart = .false.
3838
config_restart_timestamp_name = 'restart_timestamp'
3939
config_start_time = '2015-01-01_00:00:00'
40-
config_stop_time = '2055-01-01_00:00:00'
40+
config_stop_time = '2017-01-01_00:00:00'
4141
config_run_duration = 'none'
4242
config_calendar_type = 'noleap'
4343
/

compass/landice/tests/slm_circ_icesheet/smoke_test/smoke_test.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ esmf_procs = 128
3434

3535
# Start, end and interval years for SMB forcing
3636
start_year = 2015
37-
end_year = 2116
37+
end_year = 2020
3838
dt_year = 1
3939

4040
# Direction in which SMB is applied ('horizontal' or 'vertical')

compass/landice/tests/slm_circ_icesheet/smoke_test/streams.landice

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
type="input;output"
1010
filename_template="rst.$Y.nc"
1111
filename_interval="output_interval"
12-
output_interval="0100-00-00_00:00:00"
12+
output_interval="0001-00-00_00:00:00"
1313
clobber_mode="overwrite"
1414
precision="double"
1515
input_interval="initial_only"/>

0 commit comments

Comments
 (0)