Changes between Version 14 and Version 15 of u/bliu/Scripts
- Timestamp:
- 02/01/18 12:10:26 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/bliu/Scripts
v14 v15 2 2 3 3 == 1. VisIT Scripts == 4 || Read a text file to Python lists and use (do contour as Example) the values || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/readOutSoftLengths.txt procedures];[http://www.pas.rochester.edu/~bliu/Scripts/Visit/readTextToList.py Read file to lists]; || For Luke's Common Envelope Module || 4 5 || Create a "Constant" vector mesh variable from the result of querying operation. Calculate the gravitational potential around the particle locations. || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/createMeshVariablefromScalar.txt Notes];[http://www.pas.rochester.edu/~bliu/Scripts/Visit/const_VectorMesh.py create a "Constant" vector mesh variable] || || 5 6 || Label the coordinates of two sink particles and save them to txt file || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/labelAndSaveParticlePosition.txt procedure];[http://www.pas.rochester.edu/~bliu/Scripts/Visit/getParticlePosition.py save particle position] || || … … 13 14 14 15 == 2. Collects for useful shell, gnuplot and python scripts & codes == 16 || Extract dataSet from chombo files and save to a text file || [http://www.pas.rochester.edu/~bliu/Scripts/Bash/softLengthsCM.sh Read Soft_Lengths of two particles in Common Envelop chombo files] || See the procedure/details in VisIT scripts || 15 17 || plot Histogram curve data with error bars || [http://www.pas.rochester.edu/~bliu/Scripts/Matlab/plotRhoPDF_Errbar_both.m density PDF with error bars and Gaussian 1 fit];[http://www.pas.rochester.edu/~bliu/Scripts/Matlab/plotRhoPDF_Errbar_g2_both.m density PDF with error bars and Gaussian2 fit] || see the procedure in VisIT Scripts || 16 18 || Parsing Spectra files from postProcessing || [http://www.pas.rochester.edu/~bliu/Scripts/postProcessing/extra_hydrospectra.sh hydro data]; [http://www.pas.rochester.edu/~bliu/Scripts/postProcessing/extra_spectra_mhd.sh mhd data] || for WireTurbulence ||