-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Required input files, sample job and compile scripts
- Loading branch information
J Todd
committed
May 24, 2018
1 parent
06a7a03
commit f8d11dc
Showing
7 changed files
with
1,206 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.