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