Skip to content

Commit 3ee1139

Browse files
Minor tweaks to configurations
* drop 16 km and add 1 km to ensemble. 16 km appears too coarse to be very useful, especially for halfar, where it makes a dome of only 7 grid cells * adjust halfar target_velocity accordingly (accounting for diffusive cfl) * move start time of year 1 to the test group level so it applies to both tests
1 parent d6f7d2a commit 3ee1139

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

compass/landice/tests/mesh_convergence/halfar/halfar.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ nonperiodic = True
3939
# and an advective CFL condition.
4040
# Note that Halfar is subject to a more restrictive diffusive CFL so this must be
4141
# artificially inflated
42-
target_velocity = 3000.0
42+
target_velocity = 30000.0
4343

4444
# the duration (years) of the run
4545
duration = 200
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
config_velocity_solver = 'sia'
22
config_thickness_advection = 'fo'
33
config_tracer_advection = 'fo'
4-
config_start_time = '0001-01-01_00:00:00'

compass/landice/tests/mesh_convergence/mesh_convergence.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[mesh_convergence]
33

44
# a list of resolutions (km) to test
5-
resolutions = 16, 8, 4, 2
5+
resolutions = 8, 4, 2, 1
66

77
# number of mesh cells in x and y for 1 km resolution. Other resolutions have
88
# the same physical size. The default is approximately square, because of the

compass/landice/tests/mesh_convergence/namelist.forward

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ config_velocity_solver = 'none'
22
config_unrealistic_velocity = 1.0e36
33
config_thickness_advection = 'fo'
44
config_tracer_advection = 'fo'
5+
config_start_time = '0001-01-01_00:00:00'

0 commit comments

Comments
 (0)