mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2025-01-31 13:55:06 +00:00
12 lines
312 B
Bash
12 lines
312 B
Bash
|
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 ../..
|
||
|
|
||
|
|