Parent Directory
|
Revision Log
|
Revision Graph
added input files for iceberg simulation
1 | #!/bin/csh |
2 | #PBS -l select=24:ncpus=24:model=has |
3 | ##PBS -l select=39:ncpus=20:model=ivy |
4 | |
5 | #PBS -l walltime=02:00:00 |
6 | #PBS -q debug |
7 | ##PBS -q devel |
8 | |
9 | ##PBS -l walltime=24:00:00 |
10 | ##PBS -q long |
11 | |
12 | #PBS -j oe |
13 | #PBS -m abe |
14 | |
15 | #PBS -N ibCF |
16 | |
17 | module purge |
18 | module load comp-intel/2016.2.181 mpi-sgi/mpt.2.14r19 hdf4/4.2.12 hdf5/1.8.18_mpt netcdf/4.4.1.1_mpt |
19 | module list |
20 | |
21 | umask 022 |
22 | cd $PBS_O_WORKDIR |
23 | limit stacksize unlimited |
24 | |
25 | mpiexec -np 576 ../build_rev_1m_ptracer_flow/mitgcmuv |
ViewVC Help | |
Powered by ViewVC 1.1.22 |