/[MITgcm]/MITgcm_contrib/high_res_cube/cs510_28lev/README.28lev
ViewVC logotype

Contents of /MITgcm_contrib/high_res_cube/cs510_28lev/README.28lev

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


Revision 1.3 - (show annotations) (download)
Sun Feb 22 16:41:26 2009 UTC (16 years, 5 months ago) by dimitri
Branch: MAIN
Changes since 1.2: +28 -65 lines
updating CS510 28-level configuration

1 # Instructions for setting up 28-level CS510 integrations with sea-ice
2 # (example below is for a 216-cpu configuration on Columbia).
3
4 # get code from anonymous CVS server
5 cd /nobackup2a/menemenl/cs510/cs510_28lev
6 cvs co MITgcm_contrib/high_res_cube/cs510_28lev
7 cvs co MITgcm_code
8
9 # build and compile code
10 cd MITgcm
11 mkdir build run
12 cd build
13 \rm *
14 \cp ../../MITgcm_contrib/high_res_cube/cs510_28lev/code/* .
15 \cp ../../MITgcm_contrib/high_res_cube/cs510_28lev/code/s216t_85x85/* .
16 \mv SIZE.h_216 SIZE.h
17 ../tools/genmake2 -of linux_ia64_ifort+mpi_altix_nas
18 make depend
19 make -j
20
21 # integrate model
22 cd ../run
23 \rm *
24 \cp ../../MITgcm_contrib/high_res_cube/cs510_28lev/input/* .
25 \ln -sf /nobackup2a/menemenl/cs510/run_template/tile00* .
26 \ln -sf /nobackup2a/menemenl/cs510/run_template_28lev .
27 \ln -sf /nobackup2a/menemenl/forcing/cube78_forcing .
28 \cp ../build/mitgcmuv .
29 qsub job_altix
30
31 # to generate initial pickup files run for 4 days with 2-min time steps
32 niter0 = 0,
33 endtime = 345600.,
34 deltaT = 120.,
35 pChkptFreq = 345600.,
36 monitorFreq = 1.,

  ViewVC Help
Powered by ViewVC 1.1.22