| 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 | 
  | 
  | 
findnode overview.html "^1.1 Introduction" | 
| 12 | 
  | 
  | 
findnode discrete.html "^2. Discretization and Algorithm" | 
| 13 | 
  | 
  | 
findnode getting.html "^3. Getting started and using the MITgcm" | 
| 14 | 
  | 
  | 
findnode sarch.html "^4.1 Overall architectural goals" | 
| 15 | 
  | 
  | 
findnode autodiff.html "^5. Automatic Differentiation" | 
| 16 | 
  | 
  | 
findnode packages.html "^6. Physical Parameterization and Packages" | 
| 17 | 
  | 
  | 
findnode diags.html "^7. Diagnostiacs and tools" | 
| 18 | 
  | 
  | 
findnode ecco.html "^8. Interface with ECCO" | 
| 19 | 
  | 
  | 
 | 
| 20 | 
  | 
  | 
findnode obtaining.html "^3.2 Obtaining the code" | 
| 21 | 
  | 
  | 
findnode compiling.html "^3.5 Building the code" | 
| 22 | 
  | 
  | 
findnode running.html "^3.6 Running the model" | 
| 23 | 
  | 
  | 
findnode looking.html "^3.6.2 Looking at the output" | 
| 24 | 
  | 
  | 
findnode doing.html "^3.7 Doing it yourself: customizing the code" | 
| 25 | 
  | 
  | 
 | 
| 26 | 
  | 
  | 
findnode eg_barotrop.html "^3.8 Example: Barotropic Ocean Gyre" | 
| 27 | 
  | 
  | 
findnode eg_baroclin.html "^3.9 Example: Four layer Baroclinic" | 
| 28 | 
  | 
  | 
findnode global4x4.html "^3.11 Example: 4" | 
| 29 | 
  | 
  | 
findnode sens.html "^3.12 Example: Centenial Time" | 
| 30 | 
  | 
  | 
 | 
| 31 | 
  | 
  | 
findnode illustrations.html "^1.2 Illustrations of the model" | 
| 32 | 
  | 
  | 
findnode continuous.html "^1.3 Continuous equations" | 
| 33 | 
  | 
  | 
findnode atmos.html "^1.2.1 Global atmosphere:" | 
| 34 | 
  | 
  | 
findnode ocean.html "^1.2.3 Global ocean circulation" | 
| 35 | 
  | 
  | 
findnode nonhydro.html "^1.2.4 Convection and mixing over topography" | 
| 36 | 
  | 
  | 
findnode stateest.html "^1.2.7 Global state estimation of the ocean" |