Changes between Version 37 and Version 38 of u/bliu
- Timestamp:
- 01/13/15 13:02:30 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/bliu
v37 v38 37 37 38 38 = 3. Scripts = 39 Collects for useful shell &python scripts & codes39 Collects for useful shell, gnuplot and python scripts & codes 40 40 || Python function with multiple returns || [http://www.pas.rochester.edu/~bliu/Scripts/Python/multiReturns.py multiple return function] || test. one return is a list || 41 41 || Python script to read csv file || [http://www.pas.rochester.edu/~bliu/Scripts/Python/csvRead.py read csv file]; [http://www.pas.rochester.edu/~bliu/Scripts/Python/snv.csv example csv file] || the example csv file comes from DDiMAP || … … 49 49 || hdf5 data to txt ||[http://www.pas.rochester.edu/~bliu/Scripts/hdf5_2_asc.sh HDF5 to ASCII]; [http://www.pas.rochester.edu/~bliu/Scripts/trans2txt.cpp ASCII to TXT]; || The hdf5 files need to be from single-core runs || 50 50 || Read in chombo files with multi-processors and reWrite the same frame using single-core. Useful when transferring hdf5 files to txt files. || [http://www.pas.rochester.edu/~bliu/Scripts/scrambler.f90.save2singleProcessor scrambler.f90]; [http://www.pas.rochester.edu/~bliu/Scripts/subst.s subst for run-directory]; [http://www.pas.rochester.edu/~bliu/Scripts/transfer2_1c.sh script]; || Replace the scrambler.f90 file with the new one. The frame number in script need to be updated. 8.19.2014 || 51 || Multi_Data to Multi_Plots || [http://www.pas.rochester.edu/~bliu/Scripts/plot/plot.sh plot.sh] [http://www.pas.rochester.edu/~bliu/Scripts/plot/gnuplot.inc gnuplot template] || Put the data files to ./Data and generate plots to ./PNGs with gnuplot||51 || bash and gnuplot script: plot Multiple Data files to Multiple eps || [http://www.pas.rochester.edu/~bliu/Scripts/plot/plot.sh plot.sh] [http://www.pas.rochester.edu/~bliu/Scripts/plot/gnuplot.inc gnuplot template] || bash arithmetic expressions; latex in gnuplot; use gnuplot variables in title; string parse in bash script; and others || 52 52 || Scripts to transfer the hdf4 file to text on BH2 || [http://www.pas.rochester.edu/~bliu/AblativeRT/3Dcase/initialProfile/hdf4_2_asc.sh hdf4_to_ascii]; [http://www.pas.rochester.edu/~bliu/AblativeRT/3Dcase/initialProfile/run.sh combine_pos_var]; [http://www.pas.rochester.edu/~bliu/AblativeRT/3Dcase/initialProfile/trans2txt.cpp combine_pos_var]; [http://www.pas.rochester.edu/~bliu/AblativeRT/3Dcase/initialProfile/tran2txt_v2.cpp combine_pos_var_v2] || hdf4 module needed || 53 53 || Extended 2D data to 3D (Set Precisions!) || [http://www.pas.rochester.edu/~bliu/Scripts/2Dto3D_alongy.cpp SI along y];[http://www.pas.rochester.edu/~bliu/Scripts/2Dto3D.cpp SI along z]; [http://www.pas.rochester.edu/~bliu/Scripts/2Dto3D_cgs.cpp cgs along z]; || Generate 3D initial data to testing the Ablative RT 3D module code. The initial profile is along y/z direction. Everything along z is same. 2D data in 2Ddata/ and 3D data generated in 3Ddata/ ||