######################### ParticleConcentrations2D ######################### **Doc:** **short class_name:** ParticleConcentrations2D **full class_name :** oceantracker.particle_concentrations.particle_concentrations.ParticleConcentrations2D .. warning:: Class is under development may not yet work in all cases, if errors contact developer **Inheritance:** > ParameterBaseClass> _BaseTriangleProperties> ParticleConcentrations2D Parameters: ************ * ``class_name`` : ```` **** - default: ``None`` - data_type: ```` * ``count_status_equal_to`` : ```` ** - default: ``None`` - data_type: ```` - possible_values: ``['unknown', 'bad_coord', 'cell_search_failed', 'notReleased', 'dead', 'hit_dry_cell', 'outside_domain', 'outside_open_boundary', 'stationary', 'stranded_by_tide', 'on_bottom', 'moving']`` * ``initial_particle_load`` : ```` ** Description: initial load of particles on release - default: ``1.0`` - data_type: ```` - units: ``non-dimensional`` * ``load_decay_time_scale`` : ```` ** Description: time scale of exponential decay of particle load - default: ``86400`` - data_type: ```` - units: ``sec`` * ``name`` : ```` ** Description: Name used to refer to class in code and output, = None for core claseses - default: ``None`` - data_type: ```` * ``only_update_concentrations_on_write`` : ```` ** - default: ``True`` - data_type: ```` - possible_values: ``[True, False]`` * ``particle_properties_to_track``: ** - a list containing type: ``[]`` - default list : ``None`` - data_type: ```` - possible_types: ``[]`` - make_list_unique: ``True`` - min_len: ``0`` * ``role_output_file_tag`` : ```` ** - default: ``_concentrations_`` - data_type: ```` * ``update_interval`` : ```` ** Description: the time in model seconds between writes (will be rounded to model time step) - default: ``3600.0`` - data_type: ```` - units: ``sec`` - min: ``1`` * ``update_values_every_time_step`` : ```` ** Description: update values in memory every time step, needed if using concentrations within modelling to change particle behaviour or properties. Output interval still sep by update_interval - default: ``False`` - data_type: ```` - units: ``sec`` - min: ``1`` - possible_values: ``[True, False]`` * ``user_note`` : ```` ** - default: ``None`` - data_type: ```` * ``write`` : ```` ** - default: ``True`` - data_type: ```` - possible_values: ``[True, False]`` Expert Parameters: *******************