/[MITgcm]/MITgcm_contrib/high_res_cube/README_ice
ViewVC logotype

Diff of /MITgcm_contrib/high_res_cube/README_ice

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

revision 1.19 by dimitri, Sun Jan 25 01:41:01 2004 UTC revision 1.24 by dimitri, Sun Feb 8 02:19:22 2004 UTC
# Line 1  Line 1 
1  Instructions for setting up a cube-sphere integration with sea-ice.  Instructions for setting up a cube-sphere integration with sea-ice.
2  Date last tested: January 9, 2004.  Date last tested: January 24, 2004.
3  This is the code used for first multi-year 510x510x6  This is the code used for cube2, the second 1992-2002 510x510x6
4  cube-sphere integration.  cube-sphere integration.
5    
6    
# Line 10  cube-sphere integration. Line 10  cube-sphere integration.
10    
11  setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack  setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack
12  cvs login ( CVS password: cvsanon )  cvs login ( CVS password: cvsanon )
13  cvs co -r hrcube_1 MITgcm_contrib/high_res_cube/README_ice  cvs co -r hrcube_2 MITgcm_contrib/high_res_cube/README_ice
14  cvs co -r hrcube_1 MITgcm_contrib/high_res_cube/code-mods  cvs co -r hrcube_2 MITgcm_contrib/high_res_cube/code-mods
15  cvs co -r hrcube_1 MITgcm_contrib/high_res_cube/matlab-grid-converter  cvs co -r hrcube_2 MITgcm_contrib/high_res_cube/matlab-grid-converter
16  cvs co -r hrcube_1 MITgcm_contrib/high_res_cube/input  cvs co -r hrcube_2 MITgcm_contrib/high_res_cube/input
17  cvs co -r hrcube_1 MITgcm_contrib/high_res_cube/results  cvs co -r hrcube_2 MITgcm_contrib/high_res_cube/results
18  cvs co -r hrcube_1 MITgcm_code  cvs co -r hrcube_2 MITgcm_code
19  cvs co -r hrcube_1 MITgcm/verification/global_ocean.cs32x15  cvs co -r hrcube_2 MITgcm/verification/global_ocean.cs32x15
20    
21    
22  ##########################################################################  ##########################################################################
# Line 72  cd MITgcm/verification/global_ocean.cs32 Line 72  cd MITgcm/verification/global_ocean.cs32
72  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .
73  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s12t_16x32/* .  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s12t_16x32/* .
74  \cp SIZE.h_mpi SIZE.h  \cp SIZE.h_mpi SIZE.h
 \cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h  
75    
76  cd ..  cd ..
77  mkdir build  mkdir build
# Line 102  cd MITgcm/verification/global_ocean.cs32 Line 101  cd MITgcm/verification/global_ocean.cs32
101  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .
102  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .
103  \cp SIZE.h_54 SIZE.h  \cp SIZE.h_54 SIZE.h
 \cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h  
104  \cp packages.conf_hr packages.conf  \cp packages.conf_hr packages.conf
 \cp mom_vi_hdissip.F_hr mom_vi_hdissip.F  
105    
106  cd ..  cd ..
107  mkdir build  mkdir build
# Line 120  cd run Line 117  cd run
117  \rm *  \rm *
118  \cp ../input/* .  \cp ../input/* .
119  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
 \cm data.exf_clim_hr data.exf_clim  
120  qsub job_orion  qsub job_orion
121    
122    
123  ##########################################################################  ##########################################################################
124  ##########################################################################  ##########################################################################
125    # 510*510*6*50, 205-tile, 41-cpu cube sphere on the altices with efc
126    # requires input files in sudirectories run_template and ncep_rgau
127    # presently residing under orion:/tmp1/dmenem/cube
128    
129    cd MITgcm/verification/global_ocean.cs32x15/code
130    \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .
131    \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s205t_85x85/* .
132    \cp SIZE.h_41 SIZE.h
133    \cp packages.conf_hr packages.conf
134    
135    cd ..
136    mkdir build
137    cd build
138    \rm *
139    ../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi
140    make depend
141    make
142    
143    cd ..
144    mkdir run
145    cd run
146    \rm *
147    \cp ../input/* .
148    \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
149    qsub job_orion41
150    
151    
152    ##########################################################################
153    ##########################################################################
154  # 510*510*6*50, 216-cpu cube sphere on altix with efc  # 510*510*6*50, 216-cpu cube sphere on altix with efc
155  # requires input files in sudirectories run_template and ncep_rgau  # requires input files in sudirectories run_template and ncep_rgau
156  # these can be obained from lou:/u/menemenl/cube  # these can be obained from lou:/u/menemenl/cube
# Line 134  cd MITgcm/verification/global_ocean.cs32 Line 159  cd MITgcm/verification/global_ocean.cs32
159  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .
160  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .
161  \cp SIZE.h_216 SIZE.h  \cp SIZE.h_216 SIZE.h
 \cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h  
162  \cp packages.conf_hr packages.conf  \cp packages.conf_hr packages.conf
 \cp mom_vi_hdissip.F_hr mom_vi_hdissip.F  
163    
164  cd ..  cd ..
165  mkdir build  mkdir build
# Line 152  cd run Line 175  cd run
175  \rm *  \rm *
176  \cp ../input/* .  \cp ../input/* .
177  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
 \cm data.exf_clim_hr data.exf_clim  
178  qsub job_altix  qsub job_altix
179    
180    

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.22