Skip to content

Commit 8dbaf16

Browse files
committed
Clean up config file
1 parent 1550d55 commit 8dbaf16

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,37 @@
11
[wave_mesh]
22

3-
hfun_grid_spacing = 0.5 # units of deg
3+
# Spacing of grid used to specify mesh resolution, units of deg
4+
hfun_grid_spacing = 0.5
5+
6+
# Resolution gradient limit
47
hfun_slope_lim = 0.15
5-
depth_threshold_refined = 1000.0 # units of m
6-
distance_threshold_refined = 300.0 # units of km
7-
depth_threshold_global = 1000.0 # units of m
8-
distance_threshold_global = 300.0 # units of km
9-
refined_res = 20000.0 # units of m
10-
maxres = 225000.0 # units of m
118

9+
# units of m
10+
depth_threshold_refined = 1000.0
11+
12+
# units of km
13+
distance_threshold_refined = 300.0
14+
15+
# units of m
16+
depth_threshold_global = 1000.0
17+
18+
# units of km
19+
distance_threshold_global = 300.0
20+
21+
# Resolution for refinement region, units of m
22+
refined_res = 20000.0
23+
24+
# Maximum resolution, units of m
25+
maxres = 225000.0
26+
27+
# Number of spectral directions bins
1228
ndir = 36
13-
nfreq = 50
29+
30+
# Number of spectral frequency bins
31+
nfreq = 36
32+
33+
# Path to existing base ocean mesh (optional)
34+
# ocean_base_mesh =
35+
36+
# Path to existing culled ocean mesh (optional)
37+
# ocean_culled_mesh =

0 commit comments

Comments
 (0)