Skip to content

Commit

Permalink
Required input files, sample job and compile scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
J Todd committed May 24, 2018
1 parent 06a7a03 commit f8d11dc
Show file tree
Hide file tree
Showing 7 changed files with 1,206 additions and 0 deletions.
1 change: 1 addition & 0 deletions comp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ftn -o r -O3 wave2.f90 dist.f circ.f effload.f amat.f tmat.f ttmat.f kmat.f glas.f90 ranmar.f dt.f90
1 change: 1 addition & 0 deletions comp_f90.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ftn -o r -O3 wave2.f90 dist.f circ.f90 effload.f amat.f tmat.f ttmat.f kmat.f glas.f90 ranmar.f dt.f90
41 changes: 41 additions & 0 deletions inp.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
0.0
0.0
0.0
1.0d-04
0.7
1.0d+09
100
0.0
969.0
-100.0
2000.0
2000000
0.0002
1.0d-09
0
60.0
10
100.0
0.1
11695378
--------------------------
PRESSURE
MELT
UNDER-CUT
TIME-STEP
WIDTH
YOUNGS MOD.
SIZE
INCLI
WATERLINE
GROUNDLINE
SHEARLINE
TIMESTEPS
MAXLOAD
FRIC
RESTART
SCL
YN
GRID
POR
ISEED
9 changes: 9 additions & 0 deletions joe.job
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash --login
#PBS -N Thwaites
#PBS -l select=3
#PBS -l walltime=00:05:00
#PBS -A n01-CALISMO
export PBS_O_WORKDIR=$(readlink -f $PBS_O_WORKDIR)
cd $PBS_O_WORKDIR
export OMP_NUM_THREADS=1
aprun -n 70 /work/n01/shared/ElmerHiDEM/HiDEM/r
Loading

0 comments on commit f8d11dc

Please sign in to comment.