-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhatsNew.aspx
41 lines (38 loc) · 2.28 KB
/
whatsNew.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!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" lang="en" xml:lang="en">
<head>
<title>The Forest Sector Carbon Calculator</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/carbon.css" type="text/css" rel="stylesheet" />
<link href="css/sb_minitabs.css" type="text/css" rel="stylesheet" />
<link href="css/csshorizontalmenu.css" type="text/css" rel="stylesheet" />
<script src="css/csshorizontalmenu.js" type="text/javascript"></script>
<script src="css/script_carbon.js" type="text/javascript"></script>
</head>
<body>
<div id="mainPageDiv">
<script type="text/javascript">loadNavMenu();</script>
<noscript><br /><h1 style="text-align:center;">The Forest Sector Carbon Calculator</h1>
<h1 style="text-align:center; color:Red;">Please Enable Javascript Before Proceeding</h1></noscript>
<div id="main">
<div id="mainPageTitle">What's New in Version 2</div>
<p> </p>
<b>New Features</b>
<ul>
<li>The East Cascades of Oregon region is now an option under site selection. LandCarb is now parameterized to simulate climate, management history and wildfire regimes for the East Cascades of Oregon.</li>
<li>Secondary regime types are now available for landscape historical and future management regimes.</li>
<li>Regimes are now divided into 'Management' and 'Natural Disturbance' groups</li>
<li>Substitution is now customizable on the 'Carbon Use' page. Users can now set the displacement factor constant into the future, change the relationship with long-term structures, change the bioenery displacement factor, and turn off fossil carbon leakage.</li>
<li>Default management histories are now differentiated by region and ownership selected on the site selection page.</li>
</ul>
<p> </p>
<b>Bug Fixes</b>
<ul>
<li>When a simulation is started, a new 'Please wait' window pops up to indicate the simulation is running. The window disappears when the simulation is complete.</li>
</ul>
</div>
<script type= "text/javascript">loadFooter();</script>
</div>
</body>
</html>