Skip to content

Commit bb67498

Browse files
committed
Add trarho field
1 parent 496e61e commit bb67498

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stagpy/phyvars.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
('eta', Varf('Viscosity', 'Pa.s')),
2121
('rho', Varf('Density', 'kg/m3')),
2222
('rho4rhs', Varf('Density term in RHS', 'kg/m3')),
23+
('trarho', Varf('Density from tracer mass', 'kg/m3')),
2324
('sII', Varf('Second invariant of stress tensor', 'Pa')),
2425
('sx1', Varf('1st comp. of principal stress eigenvector', 'Pa')),
2526
('sx2', Varf('2nd comp. of principal stress eigenvector', 'Pa')),
@@ -72,6 +73,7 @@
7273
('Viscosity', ['eta']),
7374
('Density', ['rho']),
7475
('Density4rhs', ['rho4rhs']),
76+
('TraBasedDensity', ['trarho']),
7577
('water', ['wtr']),
7678
('Age', ['age']),
7779
('ContinentNumber', ['contID']),

0 commit comments

Comments
 (0)