|
1 | 1 | [wave_mesh]
|
2 | 2 |
|
3 |
| -hfun_grid_spacing = 0.5 # units of deg |
| 3 | +# Spacing of grid used to specify wave 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 | +# Ocean mesh resolution threshold for where depth_threshold_refined |
| 10 | +# and distance_threshold_refined, criteria apply. This can be used |
| 11 | +# to set more flexible threshold values for regionally refined ocean |
| 12 | +# meshes, units of m. |
| 13 | +refined_res = 20000.0 |
| 14 | + |
| 15 | +# Ocean resolution gets applied where depth is less than this threshold |
| 16 | +# and where ocean resolution is less than refined_res, units of m |
| 17 | +depth_threshold_refined = 1000.0 |
| 18 | + |
| 19 | +# Maximum distance from coast where ocean resolution gets applied |
| 20 | +# where ocean resolutoin is less than refined_res, units of km |
| 21 | +distance_threshold_refined = 300.0 |
| 22 | + |
| 23 | +# Ocean resolution gets applied where depth is less than this threshold, units of m |
| 24 | +depth_threshold_global = 1000.0 |
| 25 | + |
| 26 | +# Maximum distance from ocast where ocean resolution gets applied, units of km |
| 27 | +distance_threshold_global = 300.0 |
| 28 | + |
| 29 | +# Maximum resolution of waves mesh, units of m |
| 30 | +maxres = 225000.0 |
| 31 | + |
| 32 | +# Number of spectral directions bins |
12 | 33 | ndir = 36
|
13 |
| -nfreq = 50 |
| 34 | + |
| 35 | +# Number of spectral frequency bins |
| 36 | +nfreq = 36 |
| 37 | + |
| 38 | +# Path to existing base ocean mesh (optional) |
| 39 | +# ocean_base_mesh = |
| 40 | + |
| 41 | +# Path to existing culled ocean mesh (optional) |
| 42 | +# ocean_culled_mesh = |
0 commit comments