/[MITgcm]/MITgcm_contrib/CS_ADJOINT_TESTS/diffuse/README
ViewVC logotype

Annotation of /MITgcm_contrib/CS_ADJOINT_TESTS/diffuse/README

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


Revision 1.1 - (hide annotations) (download)
Sat Jul 24 02:23:15 2004 UTC (21 years ago) by cnh
Branch: MAIN
CVS Tags: HEAD
Added very brief notes on what to build

1 cnh 1.1 Brief instructions for building and running
2    
3     o For diffuse only test (just diffuses a patch of dye)
4    
5     cd build
6     rm -fr *
7     ../../../tools/genmake2 -mods=../code
8     make depend
9     make
10     ln -s ../input/* .
11     ./mitgcmuv >& output
12    
13     o For advect diffuse test (injects dye every timestep at one point and advects with a fixed flow field)
14    
15     cd build
16     rm -fr *
17     ../../../tools/genmake2 -mods="../code_advdiff ../code"
18     make depend
19     make
20     ln -s ../input_advdiff/* .
21     ln -s ../input/* .
22     ./mitgcmuv >& output

  ViewVC Help
Powered by ViewVC 1.1.22