/[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.45 - (hide annotations) (download)
Tue Jun 30 22:58:37 2009 UTC (14 years, 10 months ago) by dimitri
Branch: MAIN
Changes since 1.44: +9 -5 lines
preparing cube86: same as cube85 but with updated Southern Ocean bathymetry
and with ice shelf cavities!!!!   (contributed by Michael Schodlok)

1 dimitri 1.1 Instructions for setting up a cube-sphere integration with sea-ice.
2    
3     =================
4    
5     UPDATES
6    
7 dimitri 1.45 June 30, 2009. Cube86 -same as cube85 but with:
8     1. updated Southern OCean Bathymetry
9     2. ice shelf cavities
10    
11 dimitri 1.42 June 16, 2009. Cube85 -same as cube84 but with:
12     1. split north/south data.seaice parameters from regional optimizations
13     2. includes pkg/salt_plume in the Arctic and pkg/down_slope globally
14     3. initialize from T/S/U/V/ETAN and sea ice files
15     4. 3-day 3D diagnostics
16 dimitri 1.43 5. SEAICE_no_slip=.TRUE. to keep code stable
17 dimitri 1.42
18 dimitri 1.38 June 13, 2008. Cube 81 - same as cube79 but with
19 dimitri 1.42 1. new values for data.seaice and data.exf
20     2. DIFFKR_2_20_1_lat6070_cube81, which has diffKrS/T=3.55e-7 in Arctic
21     3. GMRedi turned off
22 dimitri 1.38
23 dimitri 1.37 December 22, 2007. Cube80 - same as cube79 but with
24     SEAICE_BREAKS_VERIFICATION (SST relaxation depends on SIarea)
25     ALLOW_CLIMSST_RELAXATION to Reynold's daily 1/4-deg AVHRR analysis
26     ALLOW_CLIMSST_RELAXATION to monthly 1-deg WOA05 analysis
27     December 2, 2007. Cube79 - same as cube78 (blend3) but with
28     useRelativeWind=.TRUE. and SEAICE_gamma_t=259200
29 dimitri 1.34 November 22, 2007. Cube 78 - blend 3
30 dimitri 1.29 November 6, 2007. Cube 77 - same as cube75 but with SEAICE_SALINITY
31     and era40_ecmwf_blend/cube59_GPCP forcing
32     November 3, 2007. Cube 76 - same as cube77 but 1979-2006 integration
33 dimitri 1.24 August 31, 2007. Cube75 - the second blend.
34 dimitri 1.21 August 9, 2007. Cube74
35 dimitri 1.20 August 6, 2007. Cube73
36 dimitri 1.18 July 24, 2007. Cube72
37 dimitri 1.17 July 8, 2007. Cube66: SEAICE_MULTICATEGORY, SEAICE_VARIABLE_FREEZING_POINT,
38 dimitri 1.13 rhonil=1027.5, [temp/salt]AdvScheme=7, convertFW2Salt=-1, LSR_ERROR=1e-6
39     useRealFreshWaterFlux=.TRUE., runoff_lat_inc=179*1, SEAICE_salinity=10
40 dimitri 1.16 bathyFile=GEBCO_510x6x510_ver06_dig.bin, HeffFile=heff_file8
41 dimitri 1.17 SEAICE_availHeatFrac=.5, useGMRedi=.TRUE.
42 dimitri 1.10 April 24, 2007. Cube65: Bryan and Lewis 1979 diffusivity
43 dimitri 1.13 (cube67, cube68, and cube69 were carried out with cube65 code)
44 dimitri 1.7 April 7 , 2007. Cube64: era40_fullres forcing
45 dimitri 1.1
46    
47     ##########################################################################
48     # Get forcing files, etc.
49 dimitri 1.45 # Example below is for cube86 on /nobackup2a/menemenl
50 dimitri 1.1
51 dimitri 1.44 cd /nobackup2a/menemenl/cs510
52 dimitri 1.45 mkdir cube86
53     cd cube86
54 dimitri 1.1 ln -sf ../run_template .
55 dimitri 1.43 ln -sf ../../forcing/cube78_forcing .
56 dimitri 1.34
57 dimitri 1.1
58     ##########################################################################
59     # getting the code from anonymous CVS server
60    
61 dimitri 1.2 cvs co MITgcm_contrib/high_res_cube/README.cs510
62 dimitri 1.1 cvs co MITgcm_contrib/high_res_cube/code-mods
63     cvs co MITgcm_contrib/high_res_cube/input
64     cvs co MITgcm_code
65    
66    
67     ##########################################################################
68 dimitri 1.44 # 510*510*6*50, 216-cpu cube sphere on altix with ifort
69 dimitri 1.2
70     cd MITgcm
71     mkdir build run
72     cd build
73     \rm *
74     \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
75 dimitri 1.42 \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/SIZE.h_216 SIZE.h
76 dimitri 1.41 ../tools/genmake2 -of linux_ia64_ifort+mpi_altix_nas
77 dimitri 1.1 make depend
78 dimitri 1.42 make -j 8
79 dimitri 1.2 cd ../run
80 dimitri 1.1 \rm *
81 dimitri 1.2 \cp ../../MITgcm_contrib/high_res_cube/input/* .
82 dimitri 1.43 \ln -sf ../../run_template/* .
83     \rm *192_94* *.m heff_* pickup* A* D* E* G*all.bin L* P* W*
84 dimitri 1.42 \mv data.seaice_hr data.seaice
85 dimitri 1.15 \mv data.exf_hr data.exf
86     \mv data_hr data
87 dimitri 1.1 \cp ../build/mitgcmuv .
88 dimitri 1.45 \mv job_altix cube86
89     qsub cube86

  ViewVC Help
Powered by ViewVC 1.1.22