/[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.65 by dimitri, Tue Sep 5 02:49:56 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.  Last updated: September 4, 2006
4    Modified 32*32*6*15 experiments to use grid_cs32.* files from
5     verification/tutorial_held_suarez_cs/input instead of
6     tile* files from verification/global_ocean.cs32x15/input
7    
8    Updated: August 8, 2006
9    216-CPU code and input used for integrating cube37
10    using "June 10, 2006" MITgcm code.
11    
12    
13  ##########################################################################  ##########################################################################
# Line 13  cvs co MITgcm_contrib/high_res_cube/inpu Line 20  cvs co MITgcm_contrib/high_res_cube/inpu
20  cvs co MITgcm_contrib/high_res_cube/results  cvs co MITgcm_contrib/high_res_cube/results
21  cvs co MITgcm_code  cvs co MITgcm_code
22  cvs co MITgcm/verification/global_ocean.cs32x15  cvs co MITgcm/verification/global_ocean.cs32x15
23    cvs co MITgcm/verification/tutorial_held_suarez_cs/input
 # remove check in config_check.F  
 > C-TRM     IF ( highOrderVorticity .AND. useCubedSphereExchange ) THEN  
 > C-TRM       WRITE(msgBuf,'(2A)')  
 > C-TRM    &   'CONFIG_CHECK: highOrderVorticity Scheme does not work',  
 > C-TRM    &   ' on CubedSphere grid'  
 > C-TRM       CALL PRINT_ERROR( msgBuf , myThid)  
 > C-TRM       STOP 'ABNORMAL END: S/R CONFIG_CHECK'  
 > C-TRM     ENDIF  
24    
25    
26  ##########################################################################  ##########################################################################
# Line 40  cd .. Line 39  cd ..
39  mkdir run  mkdir run
40  cd run  cd run
41  \rm *  \rm *
42    \cp ../../tutorial_held_suarez_cs/input/grid* .
43  \cp ../input/* .  \cp ../input/* .
44  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
45  ../build/mitgcmuv >& output.txt  ../build/mitgcmuv >& output.txt
# Line 83  cd .. Line 83  cd ..
83  mkdir run  mkdir run
84  cd run  cd run
85  \rm *  \rm *
86    \cp ../../tutorial_held_suarez_cs/input/grid* .
87  \cp ../input/* .  \cp ../input/* .
88  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
89  ../build/mitgcmuv >& output.txt  ../build/mitgcmuv >& output.txt
# Line 107  cd .. Line 108  cd ..
108  mkdir run  mkdir run
109  cd run  cd run
110  \rm *  \rm *
111    \cp ../../tutorial_held_suarez_cs/input/grid* .
112  \cp ../input/* .  \cp ../input/* .
113  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
114  mpirun -np 2 ../build/mitgcmuv  mpirun -np 2 ../build/mitgcmuv
# Line 163  cd run Line 165  cd run
165  \cp ../input/* .  \cp ../input/* .
166  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
167  ln -sf ../../../../run_template/* .  ln -sf ../../../../run_template/* .
168  \rm pickup*  \rm pickup* data.pkg data.seaice data.exf_clim data.exf data
169    \rm *192_94* *cs32* *.m lev* tren* job_c* job_altix150 job_altix92_54t
170  ln -sf ../../../../run_template/pickup.0000000216.cube27 pickup.0000000216  ln -sf ../../../../run_template/pickup.0000000216.cube27 pickup.0000000216
171  ln -sf  ../../../../run_template/pickup_seaice.0000000216.cube27 pickup_seaice.0000000216  ln -sf  ../../../../run_template/pickup_seaice.0000000216.cube27 pickup_seaice.0000000216
172  \cp ../build/mitgcmuv .  \cp ../build/mitgcmuv .

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

  ViewVC Help
Powered by ViewVC 1.1.22