/[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.25 - (hide annotations) (download)
Fri Aug 31 14:41:25 2007 UTC (16 years, 8 months ago) by dimitri
Branch: MAIN
Changes since 1.24: +0 -1 lines
preparing for cube75

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.24 August 31, 2007. Cube75 - the second blend.
12 dimitri 1.21 August 9, 2007. Cube74
13 dimitri 1.20 August 6, 2007. Cube73
14 dimitri 1.18 July 24, 2007. Cube72
15 dimitri 1.17 July 8, 2007. Cube66: SEAICE_MULTICATEGORY, SEAICE_VARIABLE_FREEZING_POINT,
16 dimitri 1.13 rhonil=1027.5, [temp/salt]AdvScheme=7, convertFW2Salt=-1, LSR_ERROR=1e-6
17     useRealFreshWaterFlux=.TRUE., runoff_lat_inc=179*1, SEAICE_salinity=10
18 dimitri 1.16 bathyFile=GEBCO_510x6x510_ver06_dig.bin, HeffFile=heff_file8
19 dimitri 1.17 SEAICE_availHeatFrac=.5, useGMRedi=.TRUE.
20 dimitri 1.10 April 24, 2007. Cube65: Bryan and Lewis 1979 diffusivity
21 dimitri 1.13 (cube67, cube68, and cube69 were carried out with cube65 code)
22 dimitri 1.7 April 7 , 2007. Cube64: era40_fullres forcing
23 dimitri 1.1
24    
25     ##########################################################################
26     # Get forcing files, etc.
27 dimitri 1.10 # Example below is for cube65 on /nobackup2a/menemenl
28 dimitri 1.1
29     cd /nobackup2a/menemenl
30 dimitri 1.24 mkdir cube75
31     cd cube75
32 dimitri 1.1 ln -sf ../run_template .
33 dimitri 1.24 ln -sf ../cube75_forcing .
34 dimitri 1.1
35    
36     ##########################################################################
37     # getting the code from anonymous CVS server
38    
39     bash or sh shell:
40     $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
41     $ cvs login
42     ( enter the CVS password: "cvsanon" )
43    
44     tcsh or csh shell:
45     $ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack'
46     $ cvs login
47     ( enter the CVS password: "cvsanon" )
48    
49 dimitri 1.2 cvs co MITgcm_contrib/high_res_cube/README.cs510
50 dimitri 1.1 cvs co MITgcm_contrib/high_res_cube/code-mods
51     cvs co MITgcm_contrib/high_res_cube/input
52     cvs co MITgcm_code
53    
54    
55     ##########################################################################
56 dimitri 1.2 # 510*510*6*50, 216-cpu cube sphere on altix with ifort
57    
58     cd MITgcm
59     mkdir build run
60     cd build
61     \rm *
62     \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
63     \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .
64 dimitri 1.1 \cp SIZE.h_216 SIZE.h
65 dimitri 1.3 ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas
66 dimitri 1.1 make depend
67     make -j
68 dimitri 1.2 cd ../run
69 dimitri 1.1 \rm *
70 dimitri 1.2 \cp ../../MITgcm_contrib/high_res_cube/input/* .
71     ln -sf ../../run_template/* .
72 dimitri 1.22 \rm pickup* *192_94* *.m D*1 E* G*all.bin L* W*10.bin h*[6-7] PHC*JAN*
73 dimitri 1.15 \mv data.exf_hr data.exf
74     \mv data_hr data
75 dimitri 1.24 ln -sf ../../run_template/pickup.0000000216.cube75 pickup.0000000216
76     ln -sf ../../run_template/pickup_seaice.0000000216.cube75 pickup_seaice.0000000216
77 dimitri 1.1 \cp ../build/mitgcmuv .
78 dimitri 1.24 \mv job_altix cube75
79     qsub cube75
80 dimitri 1.23
81    
82     ##########################################################################
83     # generating initial pickup files for cube74
84    
85     data.cal
86     # start on December 30 because of bug that does
87     # not allow a January 1, hour 0 start
88     startDate_1=19881230,
89    
90     data
91     # run for 4 days with 2-min time step
92     niter0=0,
93     endtime=345600.,
94     deltaT=120.,
95     pChkptFreq=345600.,
96     monitorFreq=1.,
97    
98     data.seaice
99     # set SEAICE_salinity to 33 to avoid initialization schock if
100     # ice is created or melts during first time step
101     HeffFile = 'heff_file8',
102     SEAICE_salinity = 33.,
103    
104     \mv pickup.0000002880.data ../../run_template/pickup.0000000216.cube74
105     \mv pickup_seaice.0000002880.data ../../run_template/pickup_seaice.0000000216.cube74

  ViewVC Help
Powered by ViewVC 1.1.22