/[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.4 - (show annotations) (download)
Tue Feb 24 07:19:43 2009 UTC (16 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +9 -4 lines
updating comments in the README file

1 # Instructions for setting up 28-level CS510 integrations with sea-ice.
2 # The example below is for a 3-year (2002-2004), 216-cpu integration
3 # on Columbia using cube81 forcing and model parameters.
4
5 # get code from anonymous CVS server
6 cd /nobackup2a/menemenl/cs510/cs510_28lev
7 cvs co MITgcm_contrib/high_res_cube/cs510_28lev
8 cvs co MITgcm_code
9
10 # Build and compile code.
11 cd MITgcm
12 mkdir build run
13 cd build
14 \rm *
15 \cp ../../MITgcm_contrib/high_res_cube/cs510_28lev/code/* .
16 \cp ../../MITgcm_contrib/high_res_cube/cs510_28lev/code/s216t_85x85/* .
17 \mv SIZE.h_216 SIZE.h
18 ../tools/genmake2 -of linux_ia64_ifort+mpi_altix_nas
19 make depend
20 make -j
21
22 # Integrate model.
23 # In addition to columbia:/nobackup2a, input files are also available on
24 # http://ecco2.jpl.nasa.gov/data1/cube/run_template/
25 # http://ecco2.jpl.nasa.gov/data1/cube/run_template_28lev
26 # http://ecco2.jpl.nasa.gov/data1/data/blend_forcing/cube78_forcing/
27 cd ../run
28 \rm *
29 \cp ../../MITgcm_contrib/high_res_cube/cs510_28lev/input/* .
30 \ln -sf /nobackup2a/menemenl/cs510/run_template/tile00* .
31 \ln -sf /nobackup2a/menemenl/cs510/run_template_28lev .
32 \ln -sf /nobackup2a/menemenl/forcing/cube78_forcing .
33 \cp ../build/mitgcmuv .
34 qsub job_altix
35
36 # to generate initial pickup files run for 4 days with 2-min time steps
37 niter0 = 0,
38 endtime = 345600.,
39 deltaT = 120.,
40 pChkptFreq = 345600.,
41 monitorFreq = 1.,

  ViewVC Help
Powered by ViewVC 1.1.22