/[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.27 - (hide annotations) (download)
Sun Nov 4 20:22:00 2007 UTC (16 years, 6 months ago) by dimitri
Branch: MAIN
Changes since 1.26: +1 -1 lines
preparing cube76

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

  ViewVC Help
Powered by ViewVC 1.1.22