/[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.2 - (show annotations) (download)
Fri May 6 09:04:30 2005 UTC (20 years, 6 months ago) by dimitri
Branch: MAIN
Changes since 1.1: +7 -4 lines
File MIME type: text/plain
quarter_degree_global/*

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 ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
29 make depend
30 make -j
31 \cp mitgcmuv ../exe/mitgcmuv480
32 cd ../exe
33 \rm *
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_200 data.diagnostics
40 ln -sf /nobackup/menemenl/cube/run_template/LEV01_SSS_360x180x12.bin .
41 ln -sf ../../kup/menemenl/cube/run_template/LEV01_SSS_360x180x12.bin .
42 ln -sf ../../iter69/bathymetry2880x2176.bin .
43 ./modpickup_8
44 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
45 c20 480 runon 11-490 mitgcmuv480 \
46 < /dev/null >&! output.run &

  ViewVC Help
Powered by ViewVC 1.1.22