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

Diff of /MITgcm_contrib/quarter_degree_global/README_bulk.txt

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

revision 1.3 by dimitri, Fri May 6 12:51:33 2005 UTC revision 1.9 by dimitri, Wed Nov 2 15:39:57 2005 UTC
# Line 5  bulk formulae and sea-ice, starting from Line 5  bulk formulae and sea-ice, starting from
5  # getting the code from anonymous CVS server  # getting the code from anonymous CVS server
6    
7  cvs co MITgcm_contrib/quarter_degree_global  cvs co MITgcm_contrib/quarter_degree_global
8  cvs co MITgcm_code  cvs co -r checkpoint57q_post MITgcm_code
9    
10  ##########################################################################  ##########################################################################
11  # 2880x2176 480-cpu (96x30)x(136x16) 1/8-deg integration on altix.  # 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  # Requires input files in sudirectory ncep_rgau to be at same level as
13  # and MITgcm_contrib.  A copy of iter69 with 1/8-deg files resides on  # MITgcm and MITgcm_contrib.
 # columbia18:/nobackup18/menemenl/eight.  
   
14  module purge  module purge
15  module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.11-85  module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.12.0.nas
16  setenv MPI_DSM_DISTRIBUTE  setenv MPI_DSM_DISTRIBUTE
17  cd MITgcm  cd MITgcm
18  mkdir bin exe  mkdir bin exe
# Line 25  cd bin Line 23  cd bin
23  \cp packages.conf_bulk packages.conf  \cp packages.conf_bulk packages.conf
24  \cp ECCO_CPPOPTIONS.h_bulk ECCO_CPPOPTIONS.h  \cp ECCO_CPPOPTIONS.h_bulk ECCO_CPPOPTIONS.h
25  \cp CPP_OPTIONS.h_bulk CPP_OPTIONS.h  \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  ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
28  make depend  make depend
29  make -j  make -j
# Line 35  cd ../exe Line 34  cd ../exe
34  \cp data.pkg_bulk data.pkg  \cp data.pkg_bulk data.pkg
35  \cp data.exf_clim_bulk data.exf_clim  \cp data.exf_clim_bulk data.exf_clim
36  \cp data.exf_bulk data.exf  \cp data.exf_bulk data.exf
37  \cp data.diagnostics_200 data.diagnostics  \cp data.diagnostics_bulk data.diagnostics
38  ln -sf /nobackup/menemenl/cube/run_template/LEV01_SSS_360x180x12.bin .  ln -sf /nobackup/menemenl/cube/run_template/LEV01_SSS_360x180x12.bin .
39  ln -sf ../../iter69/bathymetry2880x2176.bin .  ln -sf ../../iter69/bathymetry2880x2176.bin .
40  ln -sf ../../iter69/pickup_seaice.1jan00 pickup_seaice.0001262304  ln -sf ../../iter69/pickup_seaice.1jan00 pickup_seaice.0001262304
41  ln -sf ../../iter69/pickup.ncep.1jan00 pickup.0001262304  ln -sf ../../iter69/pickup.ncep.1jan00 pickup.0001262304
42  ./modpickup_8  ./modpickup_8
43  /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \  mpirun -v -a a2k c20 480 /usr/bin/cpuset -i /PBSPro -I mitgcmuv480 \
44                   c20 480 runon 11-511 mitgcmuv480 \                   < /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 &                   < /dev/null >&! output.run &

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22