File tree 1 file changed +32
-8
lines changed
compass/ocean/tests/global_ocean/wave_mesh
1 file changed +32
-8
lines changed Original file line number Diff line number Diff line change 1
1
[wave_mesh]
2
2
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
4
7
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
11
8
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
12
28
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 =
You can’t perform that action at this time.
0 commit comments