Custom Query (1539 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (133 - 135 of 1539)

Ticket Resolution Summary Owner Reporter
#1483 fixed Double-clicking map layer control routes to wrong edit page jeroens jeroens
Description

Users are able to (double)click an Ecospace map layer node to start editing the layer. The system is supposed to work as follows:

  • Click the database icon to edit a layer data connection
  • Click the layer legend preview to edit the layer visual representation
  • Click elsewhere to edit the layer data

The UI mixes up preview and data clicks. Clicking the preview will open the data, clicking the layer will open up layer appearance

#1482 fixed Ecotracer computations update willw
Description

For Ecosim Ecotracer calculations: CUpdate (cContaminantTracer)

  • Moved to an adaptive number of sub-timesteps per ecosim timestep (used to be fixed at 3). The number of timesteps is based on how far the concentration is away from the estimated equilibrium, and the fastest loss-rate parameter. The largest timestep is 0.1 times 1/(max loss rate).
  • Changed the time-integration method to explicit Adams-Bashforth multistep. Previously, a semi-analytical solution was assumed over the timestep, but this was not great at conserving tracer mass.

For Ecospace Ecotracer calcuations:

  • Fixed initialization of spatial CCell array for the environment (as a function of RelCin and CZero)
  • Same as Ecosim version, moved to an adaptive number of sub-timesteps per ecosapce timestep (used to be fixed at 1). Same criteria as ecosim to get the timestep.
  • Changed integration method same as Ecosim. Previously this was a single-step backward Euler implicit integration. The old method performed very poorly if the loss rates were large compared to the timestep.
  • Added a !SolveCellC routine that performs all the Ecotracer sections of the SolveCell code since this needs to be done multiple times per ecospace timestep (while the rest of SolveCell does not).
  • Added multi-threading for the SolveCellC calculations.

For *ALL* Ecospace calculations:

  • In setMovementParameters: set the Depth, width, HabCap, Xvel and Yvel variables on the boundary to inherit the values just inside the boundary. Previously, open boundaries would sometimes appear to be closed under advection/diffusion since these values were not being set properly.

As far as interface stuff goes, I think we need one more column for the tracer input: excretion or metabolism rate. This should be the rate that the contaminant is excreted from itself into the environment. Currently there is a CexcretionRate parameter, but the name should probably be changed to CexcretionFraction or something, since it is the fraction of contaminant that is assimilated into tissue, and is not a rate at all. Maybe the CexcretionRate should be used for excretion/metabolism, and a new variable made like CassimFrac or something to represent the fraction assimilated by the organism.

#1481 fixed Fixed Ecotracer biomass CSV error willw
Description

In SaveEcosimTimeStepData, removed the division by biomass. The tracer concentration was being divided by biomass to get the conc/biomass, but then being divided again in the graphing/output section.

Note: See TracQuery for help on using queries.