src.spyice.preprocess.geometry_settings#

class src.spyice.preprocess.geometry_settings.GeometrySettings[source]#

Bases: object

Set up model geometry with two parameters, an integer geom and a float dz.

Parameters:
  • geom (int) – 1 (is a test case scenario) or 2 (is according to W3 in Buffo et al. 2018)

  • dz (float) – The parameter dz appears to be a float type. It is likely used to represent a specific value related to geometry or spatial calculations. If you need further assistance or have any specific questions about how to use this parameter in your code, feel free to ask!

__init__(geom, dz)[source]#
Parameters:
  • geom (int) – 1 (is a test case scenario) or 2 (is according to W3 in Buffo et al. 2018)

  • dz (float) – The parameter dz appears to be a float type. It is likely used to represent a specific value related to geometry or spatial calculations. If you need further assistance or have any specific questions about how to use this parameter in your code, feel free to ask!

Return type:

None