Easier time series plotting.

This commit is contained in:
Miikka Vaisala
2019-06-18 14:50:35 +08:00
parent 71a35b2027
commit 0f62651374
5 changed files with 139 additions and 63 deletions

View File

@@ -118,6 +118,7 @@ def parse_ts(fdir, fname):
line[i] = line[i].replace('_total', "tot")
line[i] = line[i].replace('A', "aa")
line[i] = line[i].replace('LNRHO', "lnrho")
line[i] = line[i].replace('ENTROPY', "ss")
line[i] = line[i].replace('X', "x")
line[i] = line[i].replace('Y', "y")
line[i] = line[i].replace('Z', "z")