/[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.15 - (hide annotations) (download)
Sat Jun 23 11:32:24 2007 UTC (16 years, 11 months ago) by dimitri
Branch: MAIN
Changes since 1.14: +3 -1 lines
preparing cube66

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.13 June 22, 2007. Cube66: SEAICE_MULTICATEGORY, SEAICE_VARIABLE_FREEZING_POINT,
12     rhonil=1027.5, [temp/salt]AdvScheme=7, convertFW2Salt=-1, LSR_ERROR=1e-6
13     useRealFreshWaterFlux=.TRUE., runoff_lat_inc=179*1, SEAICE_salinity=10
14 dimitri 1.10 April 24, 2007. Cube65: Bryan and Lewis 1979 diffusivity
15 dimitri 1.13 (cube67, cube68, and cube69 were carried out with cube65 code)
16 dimitri 1.7 April 7 , 2007. Cube64: era40_fullres forcing
17 dimitri 1.1
18    
19     ##########################################################################
20     # Get forcing files, etc.
21 dimitri 1.10 # Example below is for cube65 on /nobackup2a/menemenl
22 dimitri 1.1
23     cd /nobackup2a/menemenl
24 dimitri 1.14 mkdir cube66
25     cd cube66
26 dimitri 1.1 ln -sf ../run_template .
27     ln -sf ../ncep_rgau .
28 dimitri 1.14 ln -sf ../era40_ecmwf_blend .
29     ln -sf ../cube59_GPCP .
30 dimitri 1.1
31    
32     ##########################################################################
33     # getting the code from anonymous CVS server
34    
35     bash or sh shell:
36     $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
37     $ cvs login
38     ( enter the CVS password: "cvsanon" )
39    
40     tcsh or csh shell:
41     $ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack'
42     $ cvs login
43     ( enter the CVS password: "cvsanon" )
44    
45 dimitri 1.2 cvs co MITgcm_contrib/high_res_cube/README.cs510
46 dimitri 1.1 cvs co MITgcm_contrib/high_res_cube/code-mods
47     cvs co MITgcm_contrib/high_res_cube/input
48     cvs co MITgcm_code
49    
50    
51     ##########################################################################
52 dimitri 1.2 # 510*510*6*50, 216-cpu cube sphere on altix with ifort
53    
54     cd MITgcm
55     mkdir build run
56     cd build
57     \rm *
58     \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
59     \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .
60 dimitri 1.1 \cp SIZE.h_216 SIZE.h
61 dimitri 1.3 ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas
62 dimitri 1.1 make depend
63     make -j
64 dimitri 1.2 cd ../run
65 dimitri 1.1 \rm *
66 dimitri 1.2 \cp ../../MITgcm_contrib/high_res_cube/input/* .
67     ln -sf ../../run_template/* .
68 dimitri 1.15 \rm pickup* *192_94* *.m LEV*JAN* GEB*
69     \mv data.exf_hr data.exf
70     \mv data_hr data
71 dimitri 1.2 ln -sf ../../run_template/pickup.0000000216.cube49 pickup.0000000216
72 dimitri 1.14 ln -sf ../../run_template/pickup_seaice.0000000216.cube66 pickup_seaice.0000000216
73 dimitri 1.1 \cp ../build/mitgcmuv .
74 dimitri 1.14 \mv job_altix cube66
75     qsub cube66

  ViewVC Help
Powered by ViewVC 1.1.22