/[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.7 - (hide annotations) (download)
Sat Apr 14 22:28:04 2007 UTC (17 years, 1 month ago) by dimitri
Branch: MAIN
Changes since 1.6: +3 -2 lines
preparing for cube66
Multi-category ice and real fresh water flux

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.7 April 14, 2007. Cube66: Multi-category ice and real fresh water flux
12     April 14, 2007. Cube65: Bryan and Lewis 1979 diffusivity
13     April 7 , 2007. Cube64: era40_fullres forcing
14 dimitri 1.1
15    
16     ##########################################################################
17     # Get forcing files, etc.
18     # Example below is for cube46 on /nobackup2a/menemenl
19    
20     cd /nobackup2a/menemenl
21 dimitri 1.4 mkdir cube65
22     cd cube65
23 dimitri 1.1 ln -sf ../run_template .
24     ln -sf ../ncep_rgau .
25 dimitri 1.2 ln -sf ../era40_fullres .
26 dimitri 1.1
27    
28     ##########################################################################
29     # getting the code from anonymous CVS server
30    
31     bash or sh shell:
32     $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
33     $ cvs login
34     ( enter the CVS password: "cvsanon" )
35    
36     tcsh or csh shell:
37     $ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack'
38     $ cvs login
39     ( enter the CVS password: "cvsanon" )
40    
41 dimitri 1.2 cvs co MITgcm_contrib/high_res_cube/README.cs510
42 dimitri 1.1 cvs co MITgcm_contrib/high_res_cube/code-mods
43     cvs co MITgcm_contrib/high_res_cube/input
44     cvs co MITgcm_code
45    
46    
47     ##########################################################################
48 dimitri 1.2 # 510*510*6*50, 216-cpu cube sphere on altix with ifort
49    
50     cd MITgcm
51     mkdir build run
52     cd build
53     \rm *
54     \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
55     \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .
56 dimitri 1.1 \cp SIZE.h_216 SIZE.h
57     \cp packages.conf_hr packages.conf
58 dimitri 1.3 ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas
59 dimitri 1.1 make depend
60     make -j
61 dimitri 1.2 cd ../run
62 dimitri 1.1 \rm *
63 dimitri 1.2 \cp ../../MITgcm_contrib/high_res_cube/input/* .
64     ln -sf ../../run_template/* .
65 dimitri 1.3 \rm pickup* data.pkg data.seaice data.exf_clim data.exf data *192_94* *.m LEV*JAN*
66 dimitri 1.2 ln -sf ../../run_template/pickup.0000000216.cube49 pickup.0000000216
67     ln -sf ../../run_template/pickup_seaice.0000000216.cube48 pickup_seaice.0000000216
68 dimitri 1.1 \cp ../build/mitgcmuv .
69     qsub job_altix

  ViewVC Help
Powered by ViewVC 1.1.22