/[MITgcm]/MITgcm_contrib/nesting_sannino/utils/notes_bld
ViewVC logotype

Annotation of /MITgcm_contrib/nesting_sannino/utils/notes_bld

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


Revision 1.1 - (hide annotations) (download)
Sun Nov 28 17:59:03 2010 UTC (14 years, 8 months ago) by jmc
Branch: MAIN
few useful files and scripts to run simplified Med+Gib nested set-up.

1 jmc 1.1
2     nesting code up-to date with MITgcm source code
3     checkpoint62o (Nov 25, 2010)
4    
5     === dowload ====
6     cd ~jmc/mitgcm
7     cvs co -P MITgcm
8    
9     cd MITgcm/verification
10     cvs co -P -d nesting MITgcm_contrib/nesting_sannino
11    
12     cd ../pkg
13     ln -s ../verification/nesting/nest_child .
14     ln -s ../verification/nesting/nest_parent .
15     cd ..
16    
17     === build ===
18     ssh compute-1-2
19     module load mitgcm
20    
21     cd ~jmc/mitgcm/MITgcm/verification/nesting
22    
23     cd bld_driver
24     ../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort+mpi_beagle \
25     -mpi -eee
26     make depend
27     make
28     cd ..
29    
30     cd bld_parent
31     ../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort+mpi_beagle \
32     -mpi -mods '../code_parent ../code_nest_merged' -ieee
33     make depend
34     make
35     cd ..
36    
37     cd bld_child
38     ../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort+mpi_beagle \
39     -mpi -mods '../code_child ../code_nest_merged' -ieee
40     make depend
41     make
42     cd ..
43    
44     === run ===
45     (see file 'utils/notes_run' on how to run on beagle)

  ViewVC Help
Powered by ViewVC 1.1.22