/[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.62 by dimitri, Sat Feb 25 16:59:00 2006 UTC revision 1.73 by dimitri, Sun Oct 15 18:23:06 2006 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 updated: February 25, 2005  
3  216-CPU code and input used for integrating cube29.  =================
4    UPDATES
5    
6    October 15, 2006: 216-CPU code for cube40
7    
8    September 28, 2006: 216-CPU code for cube38
9    
10    September 4, 2006
11    Modified 32*32*6*15 experiments to use grid_cs32.* files from
12     verification/tutorial_held_suarez_cs/input instead of
13     tile* files from verification/global_ocean.cs32x15/input
14    
15    August 8, 2006: 216-CPU code and input used for cube37
16    using "June 10, 2006" MITgcm code.
17    
18    for online T/S profile diagnostics all that is needed is
19      profiles_init_fixed
20      profiles_inloop
21    see pkg/ecco/ecco_cost_init_fixed.F
22        pkg/ecco/cost_averagesfields.F
23    
24    
25  ##########################################################################  ##########################################################################
26  ##########################################################################  ##########################################################################
27  # getting the code from anonymous CVS server  # getting the code from anonymous CVS server
28    #
29    
30      bash or sh shell:
31        $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
32        $ cvs login
33          ( enter the CVS password: "cvsanon" )
34    
35      tcsh or csh shell:
36        $ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack'
37        $ cvs login
38          ( enter the CVS password: "cvsanon" )
39    
40  cvs co MITgcm_contrib/high_res_cube/README_ice  cvs co MITgcm_contrib/high_res_cube/README_ice
41  cvs co MITgcm_contrib/high_res_cube/code-mods  cvs co MITgcm_contrib/high_res_cube/code-mods
# Line 13  cvs co MITgcm_contrib/high_res_cube/inpu Line 43  cvs co MITgcm_contrib/high_res_cube/inpu
43  cvs co MITgcm_contrib/high_res_cube/results  cvs co MITgcm_contrib/high_res_cube/results
44  cvs co MITgcm_code  cvs co MITgcm_code
45  cvs co MITgcm/verification/global_ocean.cs32x15  cvs co MITgcm/verification/global_ocean.cs32x15
46    cvs co MITgcm/verification/tutorial_held_suarez_cs/input
47    
48    
49    ##########################################################################
50    ##########################################################################
51    # 510*510*6*50, 216-cpu cube sphere on altix with ifort and pkg/diagnostics
52    # requires input files in sudirectories run_template and ncep_rgau
53    # these can be obained from lou:/u/menemenl/cube
54    
55    cd MITgcm/verification/global_ocean.cs32x15/code
56    \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .
57    \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .
58    \cp SIZE.h_216 SIZE.h
59    \cp packages.conf_hr packages.conf
60    
61    cd ../build
62    \rm *
63    ../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas
64    make depend
65    make -j
66    
67  # remove check in config_check.F  cd ..
68  > C-TRM     IF ( highOrderVorticity .AND. useCubedSphereExchange ) THEN  mkdir run
69  > C-TRM       WRITE(msgBuf,'(2A)')  cd run
70  > C-TRM    &   'CONFIG_CHECK: highOrderVorticity Scheme does not work',  \rm *
71  > C-TRM    &   ' on CubedSphere grid'  \cp ../input/* .
72  > C-TRM       CALL PRINT_ERROR( msgBuf , myThid)  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
73  > C-TRM       STOP 'ABNORMAL END: S/R CONFIG_CHECK'  ln -sf ../../../../run_template/* .
74  > C-TRM     ENDIF  \rm pickup* eedata.mth data.pkg data.seaice data.exf_clim data.exf data.mnc data pr*
75    \rm bathy_Hmin50.bin *192_94* *cs32* *.m lev* tren* job_c* job_altix150 job_altix92_54t
76    ln -sf ../../../../run_template/pickup.0000000216.cube38 pickup.0000000216
77    ln -sf  ../../../../run_template/pickup_seaice.0000000216.cube38 pickup_seaice.0000000216
78    \cp ../build/mitgcmuv .
79    qsub job_altix
80    
81    
82  ##########################################################################  ##########################################################################
# Line 40  cd .. Line 95  cd ..
95  mkdir run  mkdir run
96  cd run  cd run
97  \rm *  \rm *
98    \cp ../../tutorial_held_suarez_cs/input/grid* .
99  \cp ../input/* .  \cp ../input/* .
100  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
101  ../build/mitgcmuv >& output.txt  ../build/mitgcmuv >& output.txt
# Line 83  cd .. Line 139  cd ..
139  mkdir run  mkdir run
140  cd run  cd run
141  \rm *  \rm *
142    \cp ../../tutorial_held_suarez_cs/input/grid* .
143  \cp ../input/* .  \cp ../input/* .
144  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
145  ../build/mitgcmuv >& output.txt  ../build/mitgcmuv >& output.txt
# Line 107  cd .. Line 164  cd ..
164  mkdir run  mkdir run
165  cd run  cd run
166  \rm *  \rm *
167    \cp ../../tutorial_held_suarez_cs/input/grid* .
168  \cp ../input/* .  \cp ../input/* .
169  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
170  mpirun -np 2 ../build/mitgcmuv  mpirun -np 2 ../build/mitgcmuv
# Line 140  qsub job_altix92_54t Line 198  qsub job_altix92_54t
198    
199  ##########################################################################  ##########################################################################
200  ##########################################################################  ##########################################################################
 # 510*510*6*50, 216-cpu cube sphere on altix with ifort and pkg/diagnostics  
 # requires input files in sudirectories run_template and ncep_rgau  
 # these can be obained from lou:/u/menemenl/cube  
   
 cd MITgcm/verification/global_ocean.cs32x15/code  
 \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .  
 \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .  
 \cp SIZE.h_216 SIZE.h  
 \cp packages.conf_hr packages.conf  
   
 cd ../build  
 \rm *  
 ../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas  
 make depend  
 make -j  
   
 cd ..  
 mkdir run  
 cd run  
 \rm *  
 \cp ../input/* .  
 \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  
 ln -sf ../../../../run_template/* .  
 \rm pickup*  
 ln -sf ../../../../run_template/pickup.0000000216.cube27 pickup.0000000216  
 ln -sf  ../../../../run_template/pickup_seaice.0000000216.cube27 pickup_seaice.0000000216  
 \cp ../build/mitgcmuv .  
 qsub job_altix  
   
   
 ##########################################################################  
 ##########################################################################  
201  # 510*510*6*50, 1500-tile, 150-cpu, excludes land  # 510*510*6*50, 1500-tile, 150-cpu, excludes land
202  # uses s1500t_17x51 configuration  # uses s1500t_17x51 configuration
203    
# Line 201  ln -sf  ../../../../run_template/pickup_ Line 227  ln -sf  ../../../../run_template/pickup_
227  qsub job_altix150  qsub job_altix150
228    
229    
   
   
230  ##########################################################################  ##########################################################################
231  ##########################################################################  ##########################################################################
232  # 510*510*6*50, 1500-tile, 375-cpu, excludes land  # 510*510*6*50, 1500-tile, 375-cpu, excludes land
# Line 235  ln -sf  ../../../../run_template/pickup_ Line 259  ln -sf  ../../../../run_template/pickup_
259  job_c20_375cpu < /dev/null >&! output.run &  job_c20_375cpu < /dev/null >&! output.run &
260    
261    
   
   
   
   
   
   
   
   
   
   
262  ##########################################################################  ##########################################################################
263  ##########################################################################  ##########################################################################
264  # 510*510*6*50, 1500-tile, 375-cpu, excludes land  # 510*510*6*50, 1500-tile, 375-cpu, excludes land
# Line 309  ln -sf  ../../../../run_template/pickup_ Line 323  ln -sf  ../../../../run_template/pickup_
323  job_c19_500cpu < /dev/null >&! output.run &  job_c19_500cpu < /dev/null >&! output.run &
324    
325    
   
   
   
326  ##########################################################################  ##########################################################################
327  ##########################################################################  ##########################################################################
328  # 510*510*6*50, 216-cpu cube sphere on cosmos  # 510*510*6*50, 216-cpu cube sphere on cosmos
# Line 347  ln -sf  ../../../../run_template/pickup_ Line 358  ln -sf  ../../../../run_template/pickup_
358  bsub < job_cosmos  bsub < job_cosmos
359    
360    
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
361  ##########################################################################  ##########################################################################
362  ##########################################################################  ##########################################################################
363  # 510*510*6*50, 216-tile, 54-cpu cube sphere on the altices with efc  # 510*510*6*50, 216-tile, 54-cpu cube sphere on the altices with efc

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.73

  ViewVC Help
Powered by ViewVC 1.1.22