/[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.57 by dimitri, Tue Feb 22 01:20:54 2005 UTC revision 1.60 by dimitri, Thu Sep 15 22:00:15 2005 UTC
# Line 1  Line 1 
1  daInstructions for setting up a cube-sphere integration with sea-ice.  Instructions for setting up a cube-sphere integration with sea-ice.
2  Date last updated: February 17, 2005  Date last updated: February 17, 2005
3  Code and input used for integrating cube22.  Code and input used for integrating cube22.
4    
# Line 161  ln -sf  ../../../../run_template/pickup_ Line 161  ln -sf  ../../../../run_template/pickup_
161  \cp ../build/mitgcmuv .  \cp ../build/mitgcmuv .
162  qsub job_altix  qsub job_altix
163    
164    ##########################################################################
165    ##########################################################################
166    # 510*510*6*50, 1500-tile, 150-cpu, excludes land
167    # uses s1500t_17x51 configuration
168    
169    cd MITgcm/verification/global_ocean.cs32x15/code
170    \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .
171    \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s1500t_17x51/* .
172    \cp SIZE.h_150 SIZE.h
173    \cp packages.conf_hr packages.conf
174    
175    cd ../build
176    \rm *
177    ../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas
178    make depend
179    make -j
180    
181    cd ..
182    mkdir run
183    cd run
184    \rm *
185    \cp ../input/* .
186    \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
187    ln -sf ../../../../run_template/* .
188    \rm pickup*
189    ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216.data
190    ln -sf  ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216.data
191    \cp ../build/mitgcmuv mitgcmuv150
192    qsub job_altix150
193    
194    
195    
196    
197    
198    
199    
200    
201    
202    
203    
204    
205    
206    
207    
208  ##########################################################################  ##########################################################################
209  ##########################################################################  ##########################################################################
# Line 229  job_c19_500cpu < /dev/null >&! output.ru Line 272  job_c19_500cpu < /dev/null >&! output.ru
272    
273    
274    
275    ##########################################################################
276    ##########################################################################
277    # 510*510*6*50, 216-cpu cube sphere on cosmos
278    
279    cd MITgcm/verification/global_ocean.cs32x15/code
280    \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .
281    \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .
282    \cp SIZE.h_216 SIZE.h
283    \cp packages.conf_hr packages.conf
284    
285    module unload latest_intel80
286    module unload mpich-gm-intel80
287    module load latest_intel81
288    module load mpich-gm-intel81
289    
290    cd ../build
291    \rm *
292    ../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia32_ifort+mpi_cosmos
293    make depend
294    make -j
295    
296    cd ..
297    mkdir run
298    cd run
299    \rm *
300    \cp ../input/* .
301    \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
302    ln -sf ../../../../run_template/* .
303    \rm pickup*
304    ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216.data
305    ln -sf  ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216.data
306    \cp ../build/mitgcmuv .
307    bsub < job_cosmos
308    
309    
310    
311    

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.60

  ViewVC Help
Powered by ViewVC 1.1.22