################ TimeVaryingInfo ################ **Doc:** **short class_name:** TimeVaryingInfo **full class_name :** oceantracker.time_varying_info._base_time_varying_info.TimeVaryingInfo **Inheritance:** > ParameterBaseClass> _BaseTimeVaringInfo> TimeVaryingInfo Parameters: ************ * ``class_name`` : ```` ** Description: Class name as string A.B.C, used to import this class from python path - default: ``None`` - data_type: ```` * ``description`` : ```` ** - default: ``None`` - data_type: ```` * ``dtype`` : ```` ** - default: ``float64`` - data_type: ```` - possible_values: ``['float64', 'float32', 'bool', 'int32', 'int16', 'int8', 'int64']`` * ``initial_value`` : ```` ** - default: ``0.0`` - data_type: ```` * ``name`` : ```` ** Description: Name used to refer to class in code and output, = None for core claseses - default: ``None`` - data_type: ```` * ``prop_dim3`` : ```` ** - default: ``1`` - data_type: ```` - min: ``1`` * ``units`` : ```` ** - default: ``None`` - data_type: ```` * ``update`` : ```` ** - default: ``True`` - data_type: ```` - possible_values: ``[True, False]`` * ``user_note`` : ```` ** - default: ``None`` - data_type: ```` * ``vector_dim`` : ```` ** - default: ``1`` - data_type: ```` - min: ``1`` * ``write`` : ```` ** - default: ``True`` - data_type: ```` - possible_values: ``[True, False]`` Expert Parameters: *******************