opendrift.models.openoil.adios.models.common

Submodules

Package Contents

Classes

Label

So Labels will be a collection terms that the user can use to

Synonym

SARAFraction

SARADensity

MolecularWeight

class opendrift.models.openoil.adios.models.common.Label[source]

So Labels will be a collection terms that the user can use to narrow down the list of oils he/she is interested in.

name: str
product_type: list
class opendrift.models.openoil.adios.models.common.Synonym[source]
name: str
class opendrift.models.openoil.adios.models.common.SARAFraction[source]
sara_type: opendrift.models.openoil.adios.models.common.enum_types.SaraTypeEnum
fraction: float
ref_temp_k: float = 273.15
weathering: float = 0.0
standard_deviation: float
replicates: float
method: str
__post_init__()[source]
class opendrift.models.openoil.adios.models.common.SARADensity[source]
sara_type: opendrift.models.openoil.adios.models.common.enum_types.SaraTypeEnum
kg_m_3: float
ref_temp_k: float = 273.15
weathering: float = 0.0
__post_init__()[source]
class opendrift.models.openoil.adios.models.common.MolecularWeight[source]
property kg_mol
sara_type: opendrift.models.openoil.adios.models.common.enum_types.SaraTypeEnum
g_mol: float
ref_temp_k: float = 273.15
weathering: float = 0.0
__post_init__()[source]