/[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.9 - (show annotations) (download)
Wed Nov 2 15:39:57 2005 UTC (18 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +19 -34 lines
File MIME type: text/plain
updated 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 -r checkpoint57q_post MITgcm_code
9
10 ##########################################################################
11 # 2880x2176 480-cpu (96x30)x(136x16) 1/8-deg integration on altix.
12 # Requires input files in sudirectory ncep_rgau to be at same level as
13 # MITgcm and MITgcm_contrib.
14 module purge
15 module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.12.0.nas
16 setenv MPI_DSM_DISTRIBUTE
17 cd MITgcm
18 mkdir bin exe
19 cd bin
20 \rm *
21 \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
22 \cp SIZE.h_8_480 SIZE.h
23 \cp packages.conf_bulk packages.conf
24 \cp ECCO_CPPOPTIONS.h_bulk ECCO_CPPOPTIONS.h
25 \cp CPP_OPTIONS.h_bulk CPP_OPTIONS.h
26 \cp DIAGNOSTICS_SIZE.h_bulk DIAGNOSTICS_SIZE.h
27 ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
28 make depend
29 make -j
30 \cp mitgcmuv ../exe/mitgcmuv480
31 cd ../exe
32 \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
33 \cp data_bulk_8 data
34 \cp data.pkg_bulk data.pkg
35 \cp data.exf_clim_bulk data.exf_clim
36 \cp data.exf_bulk data.exf
37 \cp data.diagnostics_bulk data.diagnostics
38 ln -sf /nobackup/menemenl/cube/run_template/LEV01_SSS_360x180x12.bin .
39 ln -sf ../../iter69/bathymetry2880x2176.bin .
40 ln -sf ../../iter69/pickup_seaice.1jan00 pickup_seaice.0001262304
41 ln -sf ../../iter69/pickup.ncep.1jan00 pickup.0001262304
42 ./modpickup_8
43 mpirun -v -a a2k c20 480 /usr/bin/cpuset -i /PBSPro -I mitgcmuv480 \
44 < /dev/null >&! output.run &
45
46
47 ######################################################################
48 # 2880x2176 960-cpu (96x30)x(136x16) 1/8-deg integration on altix.
49 cd ../bin
50 module purge
51 module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.12.0.nas
52 setenv MPI_DSM_DISTRIBUTE
53 \cp SIZE.h_8_960 SIZE.h
54 make -j
55 \cp mitgcmuv ../exe/mitgcmuv960
56 ./modpickup_8
57 scp eedata data* mitg* c19:/nobackup/menemenl/eighth/MITgcm/exe
58 mpirun -v -a a2k -d /nobackup/menemenl/eighth/MITgcm/exe \
59 c20 480 /usr/bin/cpuset -i /PBSPro -I mitgcmuv960 : \
60 c19 480 /usr/bin/cpuset -i /PBSPro -I mitgcmuv960 \
61 < /dev/null >&! output.run &

  ViewVC Help
Powered by ViewVC 1.1.22