Skip to content

Commit 3ce3e5b

Browse files
committed
Add missing doc update
1 parent 7b82093 commit 3ce3e5b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ Data can be accessed as m.prof.data['COLUMN_NAME'] or m.prof.COLUMN_NAME. The se
104104
also tab completable. The header information is either m.prof.head['COLUMN_NAME'] or m.prof.COLUMN_NAME.
105105

106106

107+
> **_NOTE:_** To speed up repeated readings of the LOG data, mesaPlot saves a
108+
binary version of the data (taking care to regenerate this file if the history/profile is updated).
109+
This binary file SHOULD NOT be depended upon for long term storage. The file format may change between
110+
versions and is not backward compatable. For long term storage allways keep the plain text history/profile file
111+
(possibly compressed to save space).
112+
113+
114+
107115
## Plotting
108116

109117
Here we'll show the basics of plotting, there are more complex examples for each section. Commands will assume you are in a MESA work folder, such that the data is in a LOGS/ folder.

0 commit comments

Comments
 (0)