/[MITgcm]/mitgcm.org/sealion/online_documents/generate_links
ViewVC logotype

Annotation of /mitgcm.org/sealion/online_documents/generate_links

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


Revision 1.6 - (hide annotations) (download)
Mon Oct 22 11:56:20 2001 UTC (24 years ago) by cnh
Branch: MAIN
Changes since 1.5: +1 -0 lines
Extra links

1 adcroft 1.1 #!/bin/sh
2    
3     findnode()
4     {
5     echo ln -s `egrep "$2" node*.html | sed 's/:.*//'` $1 1>&2
6     ln -sf `egrep "$2" node*.html | sed 's/:.*//'` $1 1>&2
7     }
8    
9     cd manual
10     findnode contents.html "^Contents"
11 cnh 1.3 findnode overview.html "^1.[0-9] Introduction"
12 adcroft 1.1 findnode discrete.html "^2. Discretization and Algorithm"
13 cnh 1.4 findnode horizcurve.html "^2.* Vector invariant"
14     findnode fvol.html "^2.* The finite volume method:"
15 adcroft 1.1 findnode getting.html "^3. Getting started and using the MITgcm"
16 cnh 1.6 findnode examples.html "^3.* Example experiments"
17 adcroft 1.1 findnode sarch.html "^4.1 Overall architectural goals"
18 cnh 1.2 findnode wrapper.html "^4.2 WRAPPER"
19 cnh 1.4 findnode targethw.html "^4.2.* Target hardware"
20     findnode tiles.html "^4.* Tiles<"
21 cnh 1.2 findnode using_wrapper.html "^4.3 Using the WRAPPER"
22 cnh 1.5 findnode multi-threaded.html "^4.* Multi-threaded execution"
23     findnode multi-process.html "^4.* Multi-process execution"
24     findnode communication.html "^4.* Controlling communication<"
25 adcroft 1.1 findnode autodiff.html "^5. Automatic Differentiation"
26 cnh 1.5 findnode adexample.html "^5.* AD-specific setup by example:"
27 adcroft 1.1 findnode packages.html "^6. Physical Parameterization and Packages"
28     findnode diags.html "^7. Diagnostiacs and tools"
29     findnode ecco.html "^8. Interface with ECCO"
30    
31 cnh 1.3 findnode obtaining.html "^3.[0-9] Obtaining the code"
32     findnode compiling.html "^3.[0-9] Building the code"
33     findnode running.html "^3.[0-9] Running the model"
34     findnode looking.html "^3.[0-9].[0-9] Looking at the output"
35     findnode doing.html "^3.[0-9] Doing it yourself: customizing the code"
36 adcroft 1.1
37 cnh 1.3 findnode eg_barotrop.html "^3.[0-9] Example: Barotropic Ocean Gyre"
38     findnode eg_baroclin.html "^3.[0-9] Example: Four layer Baroclinic"
39     findnode global4x4.html "^3.10 Example: 4"
40     findnode sens.html "^3.[0-9]* Example: Centenial Time"
41 adcroft 1.1
42 cnh 1.3 findnode illustrations.html "^1.[0-9] Illustrations of the model"
43     findnode continuous.html "^1.[0-9] Continuous equations"
44     findnode atmos.html "^1.[0-9].[0-9] Global atmosphere:"
45     findnode ocean.html "^1.[0-9].[0-9] Global ocean circulation"
46     findnode nonhydro.html "^1.[0-9].[0-9] Convection and mixing over topography"
47     findnode paramsens.html "^1.[0-9].[0-9] Parameter sensitivity"

  ViewVC Help
Powered by ViewVC 1.1.22