rompy.swan.subcomponents.physics.RSPEC#

pydantic model rompy.swan.subcomponents.physics.RSPEC[source]#

Specular reflection.

RSPEC

Examples

In [50]: from rompy.swan.subcomponents.physics import RSPEC

In [51]: refl = RSPEC()

In [52]: print(refl.render())
RSPEC

Show JSON schema
{
   "title": "RSPEC",
   "description": "Specular reflection.\n\n.. code-block:: text\n\n    RSPEC\n\nExamples\n--------\n\n.. ipython:: python\n    :okwarning:\n\n    from rompy.swan.subcomponents.physics import RSPEC\n    refl = RSPEC()\n    print(refl.render())",
   "type": "object",
   "properties": {
      "model_type": {
         "default": "rspec",
         "description": "Model type discriminator",
         "enum": [
            "rspec",
            "RSPEC"
         ],
         "title": "Model Type",
         "type": "string"
      }
   },
   "additionalProperties": false
}

Fields:
field model_type: Literal['rspec', 'RSPEC'] = 'rspec'#

Model type discriminator

cmd() str[source]#

Command file string for this subcomponent.