Changes between Version 26 and Version 27 of u/bliu
- Timestamp:
- 08/19/14 12:59:21 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/bliu
v26 v27 27 27 Collects for useful linux scripts & codes 28 28 || cherry pick the values for specific time steps || [http://www.pas.rochester.edu/~bliu/Scripts/gravity.cpp transfer gravity]; || pick up gravity values around ts || 29 || 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 || 29 || 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 || 30 || 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 || 30 31 || 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 || 31 32 || 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 || 32 33 || 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/ || 34 33 35 34 36 [[CollapsibleStart(Tests)]]