|
|
- Info
page03
—
HTML,
2Kb
File contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>LANDIS-II Tutorials. How to Install Extension</title>
<script language="javascript" type="text/javascript">
// <!CDATA[
function Button1_onclick() {
window.location = "page02.htm";
}
function Button2_onclick() {
}
// ]]>
</script>
</head>
<body>
<table style="width: 1024px; height: 136px">
<tr>
<td style="height: 85px; text-align: center;" colspan="3">
<strong><span style="font-size: 16pt; color: #0066ff"></span></strong>
<img alt="Header" src="header.jpg" /> <br />
<span style="font-size: 14pt"><strong>
<br />
How to run "Hello World" extension</strong></span></td>
</tr>
<tr>
<td colspan="3" style="text-align: center">
<hr style="height: 3px" />
</td>
</tr>
<tr>
<td style="text-align: center;" colspan="3">
<input id="Button1" type="button" value="Previous" onclick="return Button1_onclick()" style="width: 70px" />
<input id="Button2" type="button" value="Next" style="width: 70px" onclick="return Button2_onclick()" disabled="disabled" /></td>
</tr>
<tr>
<td colspan="3" style="text-align: left">
<br />
<strong>Step 3. Run test<br />
<br />
<br />
</strong>Start a command propmt:<br />
Start > All Programs > Accessories > Command Prompt<br />
<br />
Change working directory to test folder<br />
cd c:\program files\landis-ii\5.1\test<br />
<br />
Run LANDIS-II<br />
landis-ii scenario.txt<br />
<br />
<img alt="Landis-II\5.1" src="image04.jpg" /><br />
<br />
<br />
Note: "Hello World" extension is run at time 0 (start of run); core does that for
output extensions. The extension then is executed at year 5, 10 (after succession),
and 15.<br />
<br />
<br />
</td>
</tr>
<tr>
<td colspan="3" style="text-align: center">
<input id="Button3" type="button" value="Previous" onclick="return Button1_onclick()" style="width: 70px" />
<input id="Button4" type="button" value="Next" style="width: 70px" onclick="return Button2_onclick()" disabled="disabled" /></td>
</tr>
</table>
</body>
</html>
|