@@ -225,7 +225,7 @@ A convenience constructor, which builds an
225
225
- `device` the [`ClimaComms.device`](@ref)
226
226
- `context` the [`ClimaComms.context`](@ref)
227
227
- `stretch` the mesh [`Meshes.StretchingRule`](@ref) (defaults to `Uniform`)
228
- - `hypsography` the hypsography
228
+ - `hypsography` the hypsography model. Can be one of [`Flat` (default), `LinearAdaption`, `SLEVEAdaption`].
229
229
- `global_geometry` the global geometry (defaults to `Geometry.CartesianGlobalGeometry`)
230
230
- `quad` the quadrature style (defaults to `Quadratures.GLL{n_quad_points}`)
231
231
- `h_mesh` the horizontal mesh (defaults to `Meshes.EquiangularCubedSphere`)
@@ -448,7 +448,7 @@ A convenience constructor, which builds a
448
448
- `device` the [`ClimaComms.device`](@ref)
449
449
- `context` the [`ClimaComms.context`](@ref)
450
450
- `stretch` the mesh [`Meshes.StretchingRule`](@ref) (defaults to `Uniform`)
451
- - `hypsography` the hypsography
451
+ - `hypsography` the hypsography model. Can be one of [`Flat` (default), `LinearAdaption`, `SLEVEAdaption`].
452
452
- `global_geometry` the global geometry (defaults to `Geometry.CartesianGlobalGeometry`)
453
453
- `quad` the quadrature style (defaults to `Quadratures.GLL{n_quad_points}`)
454
454
- `h_topology` the horizontal topology (defaults to `Topologies.Topology2D`)
@@ -576,7 +576,7 @@ A convenience constructor, which builds a
576
576
- `device` the [`ClimaComms.device`](@ref)
577
577
- `context` the [`ClimaComms.context`](@ref)
578
578
- `stretch` the mesh [`Meshes.StretchingRule`](@ref) (defaults to `Uniform`)
579
- - `hypsography` the hypsography
579
+ - `hypsography` the hypsography model. Can be one of [`Flat` (default), `LinearAdaption`, `SLEVEAdaption`].
580
580
- `global_geometry` the global geometry (defaults to `Geometry.CartesianGlobalGeometry`)
581
581
- `quad` the quadrature style (defaults to `Quadratures.GLL{n_quad_points}`)
582
582
@@ -679,7 +679,7 @@ A convenience constructor, which builds a
679
679
- `y_elem` the number of y-points
680
680
- `device` the [`ClimaComms.device`](@ref)
681
681
- `context` the [`ClimaComms.context`](@ref)
682
- - `hypsography` the hypsography
682
+ - `hypsography` the hypsography model. Can be one of [`Flat` (default), `LinearAdaption`, `SLEVEAdaption`].
683
683
- `global_geometry` the global geometry (defaults to `Geometry.CartesianGlobalGeometry`)
684
684
- `quad` the quadrature style (defaults to `Quadratures.GLL{n_quad_points}`)
685
685
0 commit comments