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

Diff of /MITgcm_contrib/quarter_degree_global/README.txt

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

revision 1.2 by dimitri, Tue Nov 30 01:29:12 2004 UTC revision 1.4 by dimitri, Thu Dec 2 01:28:42 2004 UTC
# Line 6  forced 1. by NCEP fields and 2. by SIO f Line 6  forced 1. by NCEP fields and 2. by SIO f
6    
7  cvs co MITgcm_contrib/quarter_degree_global  cvs co MITgcm_contrib/quarter_degree_global
8  cvs co MITgcm_code  cvs co MITgcm_code
9    cvs co MITgcm/verification/global_with_exf
10    cvs co MITgcm/verification/testreport
11    
 ##########################################################################  
 # 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix with efc  
 # requires input files in sudirectories iter69  
12    
13  cd MITgcm/  ##########################################################################
14  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .  # mpi test of verification/global_with_exf on columbia
 \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .  
 \cp SIZE.h_216 SIZE.h  
 \cp packages.conf_hr packages.conf  
15    
16  cd ../build  cd MITgcm/verification/global_with_exf/build
17  \rm *  \rm *
18  ../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi_altix  \cp ../code/* .
19    \cp ../../../../MITgcm_contrib/quarter_degree_global/code/ECCO_CPPOPTIONS.h .
20    \cp ../../../../MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h .
21    \cp ../../../../MITgcm_contrib/quarter_degree_global/code/SIZE.h_test .
22    \mv SIZE.h_mpi SIZE.h
23    ../../../tools/genmake2 -of ../../../tools/build_options/linux_ia64_efc+mpi_altix
24  make depend  make depend
25  make -j 16  make -j 16
   
26  cd ..  cd ..
27  mkdir run  mkdir run
28  cd run  cd run
29  \rm *  \rm *
30  \cp ../input/* .  \cp ../build/mitgcmuv .
31  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  \ln -sf ../input/* .
32  qsub job_altix92  \rm data
33    \cp ../../../../MITgcm_contrib/quarter_degree_global/input/data_test data
34    mpirun -np 2 mitgcmuv
35    
36    
37    ##########################################################################
38    # 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix with efc
39    # requires input files in sudirectory iter69 to be at same level as MITgcm
40    # and MITgcm_contrib.  A copy of iter69 resides on columbia10:/nobackup10
41    
42    cd MITgcm
43    mkdir bin exe
44    cd bin
45    \rm *
46    ../tools/genmake2 -mods=../../MITgcm_contrib/quarter_degree_global/code -of ../tools/build_options/linux_ia64_efc+mpi_altix
47    make depend
48    make -j 16
49    cd ../exe
50    \rm *
51    \cp ../bin/mitgcmuv .
52    \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
53    \ln -sf ../../iter69/* .
54    qsub job_altix

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22