/[MITgcm]/MITgcm_contrib/high_res_cube/README.cs510
ViewVC logotype

Diff of /MITgcm_contrib/high_res_cube/README.cs510

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

revision 1.42 by dimitri, Tue Jun 16 20:57:45 2009 UTC revision 1.46 by dimitri, Tue Jun 30 23:19:57 2009 UTC
# Line 4  Instructions for setting up a cube-spher Line 4  Instructions for setting up a cube-spher
4    
5  UPDATES  UPDATES
6    
7    June 30, 2009.  Cube86 -same as cube85 but with:
8       1. updated Southern OCean Bathymetry
9       2. ice shelf cavities
10    
11  June 16, 2009. Cube85 -same as cube84 but with:  June 16, 2009. Cube85 -same as cube84 but with:
12     1. split north/south data.seaice parameters from regional optimizations     1. split north/south data.seaice parameters from regional optimizations
13     2. includes pkg/salt_plume in the Arctic and pkg/down_slope globally     2. includes pkg/salt_plume in the Arctic and pkg/down_slope globally
14     3. initialize from T/S/U/V/ETAN and sea ice files     3. initialize from T/S/U/V/ETAN and sea ice files
15     4. 3-day 3D diagnostics     4. 3-day 3D diagnostics
16       5. SEAICE_no_slip=.TRUE. to keep code stable
17    
18  June 13, 2008. Cube 81 - same as cube79 but with  June 13, 2008. Cube 81 - same as cube79 but with
19     1. new values for data.seaice and data.exf     1. new values for data.seaice and data.exf
# Line 41  April 7 , 2007. Cube64: era40_fullres fo Line 46  April 7 , 2007. Cube64: era40_fullres fo
46    
47  ##########################################################################  ##########################################################################
48  # Get forcing files, etc.  # Get forcing files, etc.
49  # Example below is for cube85 on /nobackup2a/menemenl  # Example below is for cube86 on /nobackup2a/menemenl
50    
51  cd /nobackup2a/menemenl  cd /nobackup2a/menemenl/cs510
52  mkdir cube84  mkdir cube86
53  cd cube84  cd cube86
54  ln -sf ../run_template .  ln -sf ../run_template .
55  ln -sf ../cube78_forcing .  ln -sf ../../forcing/cube78_forcing .
56    
57    
58  ##########################################################################  ##########################################################################
# Line 60  cvs co MITgcm_code Line 65  cvs co MITgcm_code
65    
66    
67  ##########################################################################  ##########################################################################
68  # 510*510*6*50, 450-cpu cube sphere on altix with ifort  # 510*510*6*50, 216-cpu cube sphere on altix with ifort
69    
70  cd MITgcm  cd MITgcm
71  mkdir build run  mkdir build run
# Line 74  make -j 8 Line 79  make -j 8
79  cd ../run  cd ../run
80  \rm *  \rm *
81  \cp ../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../MITgcm_contrib/high_res_cube/input/* .
82  ln -sf ../../run_template/* .  \ln -sf ../../run_template/* .
83  \rm pickup* *192_94* *.m D*1 E* G*all.bin L* W*10.bin h*[6-7] PHC*  \rm *192_94* *.m heff_* pickup* A* D* E* G*all.bin GEBCO_5* L* PHC* W*
84  \mv data.seaice_hr data.seaice  \mv data.seaice_hr data.seaice
85  \mv data.exf_hr data.exf  \mv data.exf_hr data.exf
86  \mv data_hr data  \mv data_hr data
87  \cp ../build/mitgcmuv .  \cp ../build/mitgcmuv .
88  \mv job_altix cube85  \mv job_altix cube86
89  qsub cube85  qsub cube86

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.46

  ViewVC Help
Powered by ViewVC 1.1.22