/[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.21 - (show annotations) (download)
Thu Aug 9 22:08:32 2007 UTC (16 years, 9 months ago) by dimitri
Branch: MAIN
Changes since 1.20: +7 -6 lines
cube74

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 9, 2007. Cube74
12 August 6, 2007. Cube73
13 July 24, 2007. Cube72
14 July 8, 2007. Cube66: SEAICE_MULTICATEGORY, SEAICE_VARIABLE_FREEZING_POINT,
15 rhonil=1027.5, [temp/salt]AdvScheme=7, convertFW2Salt=-1, LSR_ERROR=1e-6
16 useRealFreshWaterFlux=.TRUE., runoff_lat_inc=179*1, SEAICE_salinity=10
17 bathyFile=GEBCO_510x6x510_ver06_dig.bin, HeffFile=heff_file8
18 SEAICE_availHeatFrac=.5, useGMRedi=.TRUE.
19 April 24, 2007. Cube65: Bryan and Lewis 1979 diffusivity
20 (cube67, cube68, and cube69 were carried out with cube65 code)
21 April 7 , 2007. Cube64: era40_fullres forcing
22
23
24 ##########################################################################
25 # Get forcing files, etc.
26 # Example below is for cube65 on /nobackup2a/menemenl
27
28 cd /nobackup2a/menemenl
29 mkdir cube74
30 cd cube74
31 ln -sf ../run_template .
32 ln -sf ../ncep_rgau .
33 ln -sf ../era40_ecmwf_blend .
34 ln -sf ../cube59_GPCP .
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* h*[6-7] PHCT*
74 \mv data.exf_hr data.exf
75 \mv data_hr data
76 ln -sf ../../run_template/pickup.0000000216.cube74 pickup.0000000216
77 ln -sf ../../run_template/pickup_seaice.0000000216.cube74 pickup_seaice.0000000216
78 \cp ../build/mitgcmuv .
79 \mv job_altix cube74
80 qsub cube74

  ViewVC Help
Powered by ViewVC 1.1.22