We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496e61e commit bb67498Copy full SHA for bb67498
stagpy/phyvars.py
@@ -20,6 +20,7 @@
20
('eta', Varf('Viscosity', 'Pa.s')),
21
('rho', Varf('Density', 'kg/m3')),
22
('rho4rhs', Varf('Density term in RHS', 'kg/m3')),
23
+ ('trarho', Varf('Density from tracer mass', 'kg/m3')),
24
('sII', Varf('Second invariant of stress tensor', 'Pa')),
25
('sx1', Varf('1st comp. of principal stress eigenvector', 'Pa')),
26
('sx2', Varf('2nd comp. of principal stress eigenvector', 'Pa')),
@@ -72,6 +73,7 @@
72
73
('Viscosity', ['eta']),
74
('Density', ['rho']),
75
('Density4rhs', ['rho4rhs']),
76
+ ('TraBasedDensity', ['trarho']),
77
('water', ['wtr']),
78
('Age', ['age']),
79
('ContinentNumber', ['contID']),
0 commit comments