Best Practices on ResInsight https://resinsight.org/best-practices/ Recent content in Best Practices on ResInsight Hugo -- gohugo.io en-us Performance Hints https://resinsight.org/best-practices/performancehints/ Mon, 01 Jan 0001 00:00:00 +0000 https://resinsight.org/best-practices/performancehints/ Performance Hints As the simulation models grow in size, the requirements on processing resources and memory are increasing. ResInsight have some options that can improve performance by transformation of data or reduction of data input. Summary Data Summary data is usually available as SMSPEC and UNSRMY files. UNSMRY files are stored in a binary format, and all data for one time step is stored one section. When extracting data for all time steps for a single summary vector, data must be read from multiple sections. Summary Data Import https://resinsight.org/best-practices/summarydata/ Mon, 01 Jan 0001 00:00:00 +0000 https://resinsight.org/best-practices/summarydata/ Summary Data Summary data is usually available as SMSPEC and UNSRMY files. UNSMRY files are stored in a binary format, and all data for one time step is stored one section. When extracting data for all time steps for a single summary vector, data must be read from multiple sections. This can give bad performance for large datasets. ESMRY File Format *.ESMRY files contains the same data as SMSPEC/UNSMRY. The data in these files store all data for a summary vector in one section to give significantly better performance when accessing single summary vectors compared to SMSPEC/UNSMRY.