You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The amount of species to work on is known via constants.NQ, which is then used throughout the code (including in loop boundaries).
Later in the code, some configuration is down via kord to reflect strategy of remapping for each Tracers e.g.
Right now the tracers are organized as an hardcoded list of strings, e.g.
The amount of species to work on is known via
constants.NQ
, which is then used throughout the code (including in loop boundaries).Later in the code, some configuration is down via
kord
to reflect strategy of remapping for each Tracers e.g.The list continues, but the point remains: tracers semantic is hardcoded and dispersed in many variables.
We need a semantically strong Tracers object that know to:
Basically break the organization in two:
The text was updated successfully, but these errors were encountered: