Changes between Version 39 and Version 40 of u/bliu


Ignore:
Timestamp:
01/15/15 10:49:57 (10 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu

    v39 v40  
    5252|| 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 ||
    5353|| 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 ||
    54 || 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  ||
     54|| 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; use gnuplot to generate multiple figures; special symbols in gnuplot; use gnuplot variables in title; string parse in bash script; multiplots; multipanels; convert eps to png file...  ||
    5555|| 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 ||
    5656|| 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/ ||