1 |
ynakayam |
1.1 |
%Instruction for running 2001-2006 case described in Nakayama et al., 2018 |
2 |
|
|
%Regional simulation with Amundsen-Bellingshausen Sea domain with tracers |
3 |
|
|
%MITgcmUV version: checkpoint65y |
4 |
|
|
|
5 |
|
|
mkdir build |
6 |
|
|
cd build |
7 |
|
|
../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort+mpi_ice_nas -mpi -mods ../code/ |
8 |
|
|
make depend |
9 |
|
|
make -j 16 |
10 |
|
|
|
11 |
|
|
mkdir 1080_run108 |
12 |
|
|
cd 1080_run108 |
13 |
|
|
cp ../input/* . |
14 |
|
|
cp ../build/mitgcmuv . |
15 |
|
|
|
16 |
|
|
cd .. |
17 |
|
|
qsub run.pbs |
18 |
|
|
|
19 |
|
|
%For running CTRL(2009-2014) |
20 |
|
|
chage |
21 |
|
|
startDate_1=20090101, -> startDate_1=20010101, |
22 |
|
|
|
23 |
|
|
grid, pickup and initial files for tracer fields are provided in /nobackup/ynakaya2/for_cvs/llc_1080_ABS/ |
24 |
|
|
|
25 |
|
|
(run.pbs) |
26 |
|
|
#!/bin/csh |
27 |
|
|
#PBS -l select=8:ncpus=28:model=bro |
28 |
|
|
#PBS -q long |
29 |
|
|
#PBS -l walltime=120:00:00 |
30 |
|
|
#PBS -j oe |
31 |
|
|
##PBS -m abe |
32 |
|
|
|
33 |
|
|
module load comp-intel/2015.0.090 mpi-sgi/mpt.2.12r23 netcdf/4.0 |
34 |
|
|
umask 027 |
35 |
|
|
cd $PBS_O_WORKDIR |
36 |
|
|
limit stacksize unlimited |
37 |
|
|
|
38 |
|
|
# cp input files |
39 |
|
|
cd 1080_run108 |
40 |
|
|
ln -sf /nobackup/hzhang1/forcing/era_xx_it33/ . |
41 |
|
|
mkdir diags |
42 |
|
|
|
43 |
|
|
# To run |
44 |
|
|
mpiexec -np 224 ./mitgcmuv |
45 |
|
|
|
46 |
|
|
|