21 lines
333 B
Bash
Executable File
21 lines
333 B
Bash
Executable File
#!/bin/bash
|
|
#SBATCH --account=nn5002k
|
|
#SBATCH --partition=preproc
|
|
#SBATCH --ntasks=1
|
|
#SBATCH --time=12:0:0
|
|
#SBATCH --mem-per-cpu=1G
|
|
|
|
|
|
##./scripgrid.exe namelist_bilin
|
|
|
|
##./scrip.exe namelist_bilin
|
|
|
|
##./scripshape.exe namelist_bilin
|
|
|
|
|
|
##./scripgrid.exe namelist_bicub
|
|
|
|
##./scrip.exe namelist_bicub
|
|
|
|
./scripshape.exe namelist_bicub
|