Changeset 180
- Timestamp:
- 05/01/09 17:06:44 (16 years ago)
- Location:
- issm/trunk/doc
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/doc/index.html
r1 r180 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 3 <title>ISSM: ISSM Documentation</title> 4 <link href="developerguide/chtml/tabs.css" rel="stylesheet" type="text/css"> 5 <link href="developerguide/chtml/doxygen.css" rel="stylesheet" type="text/css"> 6 </head><body> 7 <!-- Generated by Doxygen 1.5.8 --> 8 <div class="navigation" id="top"> 9 <div class="tabs"> 10 <ul> 11 <li class="current"><a href="developerguide/chtml/index.html"><span>Main Page</span></a></li> 12 <li><a href="pages.html"><span>Related Pages</span></a></li> 13 <li><a href="developerguide/chtml/annotated.html"><span>Data Structures</span></a></li> 14 <li><a href="developerguide/chtml/files.html"><span>Files</span></a></li> 15 </ul> 16 </div> 17 </div> 18 <div class="contents"> 19 <h1>ISSM Documentation</h1> 20 <p> 21 <h3 align="center">1.0 </h3>You can find several documentations of the Ice Sheet System Model (ISSM) code:<h2><a class="anchor" name="user"> 22 User Guide</a></h2> 23 <ul> 24 <li>You can download a <a href="userguide.pdf"><b>pdf</b></a> documentation to get you started.</li></ul> 25 <h2><a class="anchor" name="theory"> 26 Theory guide:</a></h2> 27 <ul> 28 <li>You can download a theory guide <a href="theoryguide.pdf"><b>here</b></a> if you want to know more about the theory of ice sheet modeling and finite element.</li></ul> 29 <h2><a class="anchor" name="api"> 30 Developer guide:</a></h2> 31 You have also a documentation for the Matlab file <a href="developerguide/matlabhtml/index.html"><b>here</b></a><p> 32 <dl class="author" compact><dt><b>Authors:</b></dt><dd>Eric Larour, Helene Seroussi and Mathieu Morlighem. </dd></dl> 33 </div> 34 <hr size="1"><address style="text-align: right;"><small>Generated on Mon Mar 30 16:30:43 2009 for ISSM by 35 <a href="http://www.doxygen.org/index.html"> 36 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 37 </body> 38 </html> 1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 2 <head> 3 <title>Ice Sheet System Model</title> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta name="author" content="Mathieu Morlighem" /> 6 <meta name="copyright" content="Caltech" /> 7 <meta name="description" content="ISSM website" /> 8 <meta name="keywords" content="" /> 9 <meta name="robots" content="all, follow" /> 10 <link rel="stylesheet" href="website/doc_html/style.css" type="text/css" media="screen" /> 11 </head> 12 <body> 13 <a name="top"></a> 14 <div id="header"> 15 <a href="index.html"><img src="website/doc_html/headerissm.png" alt="header"></a> 16 </div> 17 <div id="page"> 18 <div id="content"> 19 <h1 class="article-title" title="Welcome">Welcome !</h1> 20 <p>Welcome to ISSM's website. Ice Sheet System Model is a multi-purpose finite element code dedicated to ice sheet systems modeling. 21 It includes several features such as steady-states diagnostics, control methods, thermal simulations, and more to come...</p> 22 <p>ISSM has been developed at JPL and is under Caltech copyright</p> 23 24 <h1 class="article-title" title="Website">What can you find in this Website ?</h1> 25 <p>In this website, you can:</p> 26 <ul> 27 <li>Download the code</li> 28 <li>Download the documentations</li> 29 <li>Report a bug</li> 30 <li>...</li> 31 </ul> 32 33 <h1 class="article-title" title="News">What's new ?</h1> 34 <p>A first stable version "ICE2" has been tagged. The next stable version of ISSM will be released in the coming months. It will include a serial and a parallel solver.</p> 35 36 </div> 37 38 <div id="menu"> 39 <h1>Menu</h1> 40 <ul> 41 <li><a href="#" title="Home">Home</a></li> 42 <li><a href="website/doc_html/about.html" title="About us">About us</a></li> 43 <li><a href="website/doc_html/features.html" title="Features">Features</a></li> 44 <li><a href="website/doc_html/documentation.html" title="Documentation">Documentation</a></li> 45 <li><a href="website/doc_html/download.html" title="Download">Download</a></li> 46 <li><a href="website/doc_html/installation.html" title="Installation">Installation</a></li> 47 <li><a href="website/doc_html/wiki.html" title="Developers Site">Developers Site</a></li> 48 <li><a href="website/doc_html/faq.html" title="FAQ">FAQ</a></li> 49 </ul> 50 </div> 51 </div> 52 <div id="footer"> 53 <p style="float: left"><a href="http://www.nasa.gov"><img src="website/doc_html/logo_NASA.png" alt="Logo NASA" height=50px/></a></p> 54 Copyright © 2009 Caltech 55 <p style="float: right"><a href="http://www.jpl.nasa.gov"><img src="website/doc_html/logo_JPL.png" alt="Logo JPL" height=30px/></a></p> 56 </div> 57 </body> 58 </html> -
issm/trunk/doc/website/doc_c/doxygen.config
r11 r180 608 608 # for example use the pattern */test/* 609 609 610 EXCLUDE_PATTERNS = */ packages/* */tests/* */examples/*610 EXCLUDE_PATTERNS = */externalpackages/* */tests/* */examples/* 611 611 612 612 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names -
issm/trunk/doc/website/doc_html/documentation.html
r11 r180 26 26 <h1 class="article-title" title="developer Guide">Developer Guide</h1> 27 27 <p>ISSM is hosted on Matlab coded in C, C++. Here are the corresponding documentation:</p> 28 <li><a href="../doc_m/matlabhtml/ ice1/menu.html" title="Mhtml"><u>Matlab code documentation</u></a></li>28 <li><a href="../doc_m/matlabhtml/trunk/menu.html" title="Mhtml"><u>Matlab code documentation</u></a></li> 29 29 <li><a href="../doc_c/chtml/index.html" title="Chtml"><u>C and C++ code documentation</u></a></li> 30 30 </div> -
issm/trunk/doc/website/doc_m/creatematlabhtmldoc.sh
r11 r180 5 5 6 6 #copy issm_template in m2html 7 cd "$ISSM_DIR/ packages/m2html/install/templates"7 cd "$ISSM_DIR/externalpackages/m2html/install/templates" 8 8 ln -s "$ISSM_DIR/doc/website/doc_m/template_issm" ./template_issm 9 9 … … 13 13 #launch matlab 14 14 matlab -nodisplay << EOF 15 %get ISSM_DIR, brief name16 [status,ISSM_DIR_BRIEF]=system('basename `pwd`');17 ISSM_DIR_BRIEF=ISSM_DIR_BRIEF(1:end-1); %skip the \n character18 if status~=0 | isempty(ISSM_DIR_BRIEF) | length(ISSM_DIR_BRIEF)==1,19 error('startup error message: could not retrieve ISSM_DIR brief name');15 %get ISSM_DIR, brief name 16 [status,ISSM_DIR_BRIEF]=system('basename `pwd`'); 17 ISSM_DIR_BRIEF=ISSM_DIR_BRIEF(1:end-1); %skip the \n character 18 if status~=0 | isempty(ISSM_DIR_BRIEF) | length(ISSM_DIR_BRIEF)==1, 19 error('startup error message: could not retrieve ISSM_DIR brief name'); 20 20 end 21 22 %Add m2html in path 23 addpath(genpath_ice([ISSM_DIR '/externalpackages/m2html/install'])); 21 24 22 25 cd ../ … … 31 34 32 35 #remove soft link 33 rm "$ISSM_DIR/ packages/m2html/install/templates/template_issm"36 rm "$ISSM_DIR/externalpackages/m2html/install/templates/template_issm"
Note:
See TracChangeset
for help on using the changeset viewer.