|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<model version="NetLogo 7.0.0-beta0" snapToGrid="false"> |
| 2 | +<model version="NetLogo 7.0.0-beta1" snapToGrid="true"> |
3 | 3 | <code><![CDATA[globals [ |
4 | 4 | sky-top ;; y coordinate of top row of sky |
5 | 5 | earth-top ;; y coordinate of top row of earth |
@@ -222,27 +222,27 @@ end |
222 | 222 | ; Copyright 2007 Uri Wilensky. |
223 | 223 | ; See Info tab for full copyright and license.]]></code> |
224 | 224 | <widgets> |
225 | | - <view x="317" wrappingAllowedX="true" y="12" frameRate="30.0" minPycor="-8" height="345" showTickCounter="true" patchSize="11.0" fontSize="10" wrappingAllowedY="false" width="543" tickCounterLabel="ticks" maxPycor="22" updateMode="1" maxPxcor="24" minPxcor="-24"></view> |
226 | | - <button x="6" y="12" height="33" disableUntilTicks="false" forever="false" kind="Observer" display="setup" width="95" sizeVersion="0">setup</button> |
227 | | - <button x="103" y="12" height="33" disableUntilTicks="true" forever="true" kind="Observer" display="go" width="95" sizeVersion="0">go</button> |
228 | | - <slider x="18" step="0.2" y="47" max="5" display="sun-brightness" height="33" min="0" direction="Horizontal" default="1.0" variable="sun-brightness" width="173" sizeVersion="0"></slider> |
229 | | - <slider x="18" step="0.05" y="82" max="1" display="albedo" height="33" min="0" direction="Horizontal" default="0.6" variable="albedo" width="173" sizeVersion="0"></slider> |
230 | | - <plot x="9" autoPlotX="true" yMax="20.0" autoPlotY="true" y="212" xMin="0.0" height="211" legend="false" xMax="10.0" yMin="10.0" display="Global Temperature" width="269" sizeVersion="0"> |
| 225 | + <view x="335" wrappingAllowedX="true" y="7" frameRate="30.0" minPycor="-8" height="345" showTickCounter="true" patchSize="11.0" fontSize="10" wrappingAllowedY="false" width="543" tickCounterLabel="ticks" maxPycor="22" updateMode="1" maxPxcor="24" minPxcor="-24"></view> |
| 226 | + <button x="5" y="7" height="50" disableUntilTicks="false" forever="false" kind="Observer" width="100" display="setup">setup</button> |
| 227 | + <button x="110" y="7" height="50" disableUntilTicks="true" forever="true" kind="Observer" width="95" display="go">go</button> |
| 228 | + <slider x="5" step="0.2" y="60" max="5" width="200" display="sun-brightness" height="50" min="0" direction="Horizontal" default="1.0" variable="sun-brightness"></slider> |
| 229 | + <slider x="5" step="0.05" y="115" max="1" width="200" display="albedo" height="50" min="0" direction="Horizontal" default="0.6" variable="albedo"></slider> |
| 230 | + <button x="5" y="169" height="35" disableUntilTicks="true" forever="false" kind="Observer" width="95" display="add cloud">add-cloud</button> |
| 231 | + <button x="110" y="169" height="35" disableUntilTicks="true" forever="false" kind="Observer" width="95" display="remove cloud">remove-cloud</button> |
| 232 | + <button x="110" y="210" height="35" disableUntilTicks="true" forever="false" kind="Observer" width="95" display="remove CO2">remove-CO2</button> |
| 233 | + <button x="5" y="210" height="35" disableUntilTicks="true" forever="false" kind="Observer" width="95" display="add CO2">add-CO2</button> |
| 234 | + <button x="225" y="40" height="35" disableUntilTicks="true" forever="false" kind="Observer" width="101" display="watch a ray">watch one-of rays |
| 235 | +ask subject [ pen-down ]</button> |
| 236 | + <monitor x="225" precision="1" y="80" height="60" fontSize="11" width="100">temperature</monitor> |
| 237 | + <monitor x="225" precision="2" y="145" height="60" fontSize="11" width="100" display="CO2 amount">count CO2s</monitor> |
| 238 | + <plot x="10" autoPlotX="true" yMax="20.0" autoPlotY="true" y="250" xMin="0.0" height="211" legend="false" xMax="10.0" yMin="10.0" width="315" display="Global Temperature"> |
231 | 239 | <setup></setup> |
232 | 240 | <update></update> |
233 | 241 | <pen interval="1.0" mode="0" display="default" color="-2674135" legend="true"> |
234 | 242 | <setup></setup> |
235 | 243 | <update>plot temperature</update> |
236 | 244 | </pen> |
237 | 245 | </plot> |
238 | | - <button x="7" y="152" height="33" disableUntilTicks="true" forever="false" kind="Observer" display="add CO2" width="95" sizeVersion="0">add-CO2</button> |
239 | | - <button x="104" y="152" height="33" disableUntilTicks="true" forever="false" kind="Observer" display="remove CO2" width="95" sizeVersion="0">remove-CO2</button> |
240 | | - <monitor x="210" precision="1" y="87" height="45" fontSize="11" width="93" sizeVersion="0">temperature</monitor> |
241 | | - <button x="7" y="118" height="33" disableUntilTicks="true" forever="false" kind="Observer" display="add cloud" width="95" sizeVersion="0">add-cloud</button> |
242 | | - <button x="104" y="118" height="33" disableUntilTicks="true" forever="false" kind="Observer" display="remove cloud" width="95" sizeVersion="0">remove-cloud</button> |
243 | | - <monitor x="210" precision="2" y="133" height="45" fontSize="11" display="CO2 amount" width="93" sizeVersion="0">count CO2s</monitor> |
244 | | - <button x="208" y="41" height="34" disableUntilTicks="true" forever="false" kind="Observer" display="watch a ray" width="101" sizeVersion="0">watch one-of rays |
245 | | -ask subject [ pen-down ]</button> |
246 | 246 | </widgets> |
247 | 247 | <info><![CDATA[## WHAT IS IT? |
248 | 248 |
|
|
0 commit comments