/[MITgcm]/MITgcm_contrib/quarter_degree_global/README_bulk.txt
ViewVC logotype

Contents of /MITgcm_contrib/quarter_degree_global/README_bulk.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Fri May 20 01:10:34 2005 UTC (20 years, 5 months ago) by dimitri
Branch: MAIN
Changes since 1.5: +8 -2 lines
File MIME type: text/plain
quarter_degree_global/README_bulk.txt

1 Instructions for setting up a 1/8-deg integration with
2 bulk formulae and sea-ice, starting from 2000 spin-up.
3
4 ##########################################################################
5 # getting the code from anonymous CVS server
6
7 cvs co MITgcm_contrib/quarter_degree_global
8 cvs co MITgcm_code
9
10 ##########################################################################
11 # 2880x2176 480-cpu (96x30)x(136x16) 1/8-deg integration on altix.
12 # Requires input files in sudirectory iter69 to be at same level as MITgcm
13 # and MITgcm_contrib. A copy of iter69 with 1/8-deg files resides on
14 # columbia18:/nobackup18/menemenl/eight.
15
16 module purge
17 module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.11-85
18 setenv MPI_DSM_DISTRIBUTE
19 cd MITgcm
20 mkdir bin exe
21 cd bin
22 \rm *
23 \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
24 \cp SIZE.h_8_480 SIZE.h
25 \cp packages.conf_bulk packages.conf
26 \cp ECCO_CPPOPTIONS.h_bulk ECCO_CPPOPTIONS.h
27 \cp CPP_OPTIONS.h_bulk CPP_OPTIONS.h
28 \cp DIAGNOSTICS_SIZE.h_bulk DIAGNOSTICS_SIZE.h
29 ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
30 make depend
31 make -j
32 \cp mitgcmuv ../exe/mitgcmuv480
33 cd ../exe
34 \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
35 \cp data_bulk_8 data
36 \cp data.pkg_bulk data.pkg
37 \cp data.exf_clim_bulk data.exf_clim
38 \cp data.exf_bulk data.exf
39 \cp data.diagnostics_bulk data.diagnostics
40 ln -sf /nobackup/menemenl/cube/run_template/LEV01_SSS_360x180x12.bin .
41 ln -sf ../../iter69/bathymetry2880x2176.bin .
42 ln -sf ../../iter69/pickup_seaice.1jan00 pickup_seaice.0001262304
43 ln -sf ../../iter69/pickup.ncep.1jan00 pickup.0001262304
44 ./modpickup_8
45 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
46 c20 480 runon 11-511 mitgcmuv480 \
47 < /dev/null >&! output.run &
48
49 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
50 -d /nobackup/menemenl/eighth/MITgcm/exe \
51 c20 470 runon 4-479 mitgcmuv1920 : \
52 c17 505 runon 4-479 mitgcmuv1920 : \
53 c18 440 runon 4-446 mitgcmuv1920 : \
54 c19 505 runon 4-511 mitgcmuv1920 \
55 < /dev/null >&! output.run &
56
57 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
58 -d /nobackup/menemenl/eighth/MITgcm/exe \
59 c20 500 runon 4-479 mitgcmuv1440 : \
60 c17 440 runon 4-479 mitgcmuv1440 : \
61 c19 500 runon 4-511 mitgcmuv1440 \
62 < /dev/null >&! output.run &
63
64 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
65 -d /nobackup/menemenl/eighth/MITgcm/exe \
66 c20 500 runon 4-479 mitgcmuv960 : \
67 c19 500 runon 4-511 mitgcmuv960 \
68 < /dev/null >&! output.run &
69
70 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
71 -d /nobackup/menemenl/eighth/MITgcm/exe \
72 c20 242 runon 4-479 mitgcmuv1632 : \
73 c17 460 runon 4-479 mitgcmuv1632 : \
74 c18 430 runon 4-446 mitgcmuv1632 : \
75 c19 500 runon 4-511 mitgcmuv1632 \
76 < /dev/null >&! output.run &

  ViewVC Help
Powered by ViewVC 1.1.22