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

Annotation of /MITgcm_contrib/high_res_cube/README.cs510

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


Revision 1.3 - (hide annotations) (download)
Sun Apr 8 00:16:16 2007 UTC (18 years, 3 months ago) by dimitri
Branch: MAIN
Changes since 1.2: +2 -4 lines
Modified high_res_cube/README.cs510

1 dimitri 1.1 Instructions for setting up a cube-sphere integration with sea-ice.
2    
3     Forcing fields and other input files needed for the CS510
4     configuration can be obtained from
5     http://ecco2.org/products/model_setups/cs510.html
6    
7     =================
8    
9     UPDATES
10    
11 dimitri 1.2 April 7, 2007: preparing for cube64
12 dimitri 1.1
13    
14     ##########################################################################
15     # Get forcing files, etc.
16     # Example below is for cube46 on /nobackup2a/menemenl
17    
18     cd /nobackup2a/menemenl
19 dimitri 1.2 mkdir cube64
20     cd cube64
21 dimitri 1.1 ln -sf ../run_template .
22     ln -sf ../ncep_rgau .
23 dimitri 1.2 ln -sf ../era40_fullres .
24 dimitri 1.1
25    
26     ##########################################################################
27     # getting the code from anonymous CVS server
28    
29     bash or sh shell:
30     $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
31     $ cvs login
32     ( enter the CVS password: "cvsanon" )
33    
34     tcsh or csh shell:
35     $ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack'
36     $ cvs login
37     ( enter the CVS password: "cvsanon" )
38    
39 dimitri 1.2 cvs co MITgcm_contrib/high_res_cube/README.cs510
40 dimitri 1.1 cvs co MITgcm_contrib/high_res_cube/code-mods
41     cvs co MITgcm_contrib/high_res_cube/input
42     cvs co MITgcm_code
43    
44    
45     ##########################################################################
46 dimitri 1.2 # 510*510*6*50, 216-cpu cube sphere on altix with ifort
47    
48 dimitri 1.1
49 dimitri 1.2 cd MITgcm
50     mkdir build run
51     cd build
52     \rm *
53     \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
54     \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .
55 dimitri 1.1 \cp SIZE.h_216 SIZE.h
56     \cp packages.conf_hr packages.conf
57 dimitri 1.3 ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas
58 dimitri 1.1 make depend
59     make -j
60 dimitri 1.2 cd ../run
61 dimitri 1.1 \rm *
62 dimitri 1.2 \cp ../../MITgcm_contrib/high_res_cube/input/* .
63     ln -sf ../../run_template/* .
64 dimitri 1.3 \rm pickup* data.pkg data.seaice data.exf_clim data.exf data *192_94* *.m LEV*JAN*
65 dimitri 1.2 ln -sf ../../run_template/pickup.0000000216.cube49 pickup.0000000216
66     ln -sf ../../run_template/pickup_seaice.0000000216.cube48 pickup_seaice.0000000216
67 dimitri 1.1 \cp ../build/mitgcmuv .
68     qsub job_altix

  ViewVC Help
Powered by ViewVC 1.1.22