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

Contents of /MITgcm_contrib/high_res_cube/README.cs510

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


Revision 1.24 - (show annotations) (download)
Fri Aug 31 14:30:45 2007 UTC (17 years, 10 months ago) by dimitri
Branch: MAIN
Changes since 1.23: +8 -8 lines
preparing for cube75, the second ECCO2 blend solution

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

  ViewVC Help
Powered by ViewVC 1.1.22