mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2025-01-19 02:25:06 +00:00
12 lines
312 B
Bash
Executable File
12 lines
312 B
Bash
Executable File
cldn=$1
|
|
cd cldn${cldn}
|
|
mkdir -p fortfiles
|
|
cd fortfiles
|
|
# pwd
|
|
../../../../../bin/create_fort_files ../mpi_grid.out ../../../../../reference/linelist
|
|
tar cf ngc5548_mehdipour_4thdexgrid_cldn${cldn}.tar *
|
|
gzip ngc5548_mehdipour_4thdexgrid_cldn${cldn}.tar
|
|
mv ngc5548_mehdipour_4thdexgrid_cldn${cldn}.tar.gz ../..
|
|
|
|
|