<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>whatIf? Modelling Platform</title>
	<description>whatIf? Modelling Platform</description>
	<link>http://www.whatiftechnologies.com/community/index.php</link>
	<pubDate>Sat, 19 May 2012 10:03:59 -0400</pubDate>
	<ttl>60</ttl>
	<item>
		<title>Merged Sim And Cal Diagrams - Whatif? Platform Version 4.7.0</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=77</link>
		<description><![CDATA[A new version of the whatIf? model building platform has just been released (version 4.7.0)<br /><br />Simulation and calibration diagrams now live together in one diagram and you can switch between them by switching which view you are looking at.<br /><br />Please find attached a document describing a bit about this feature and how to merge pre-existing sim and cal diagrams.<br />]]></description>
		<pubDate>Wed, 22 Feb 2012 17:58:29 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=77</guid>
	</item>
	<item>
		<title><![CDATA[Tool: *** Error *** In Line 5 Of File "tool Info Pipe" : $numhisscns Has Not Been Declared]]></title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=76</link>
		<description><![CDATA[These type of errors indicate that a built in tool variable (probably a new one) is being passed by the client software to the TOOL server and the TOOL server doesn't know about it.<br /><br />There is a file in the root of the tool account called tool.defs file and that is where the declaration of all the built in tool variables go.  If you see the above error contact whatIf? support to get a new tool.defs file.]]></description>
		<pubDate>Fri, 19 Aug 2011 09:22:11 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=76</guid>
	</item>
	<item>
		<title>Issue With Graph: X-axis Intervals</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=75</link>
		<description><![CDATA[I'm trying to graph an object with an informant of extent 7 (household structure) along the x-axis. The default resulting intervals are irregular. See attached image. Any workarounds for this?<br /><br />Thanks,<br />Marcus<br /><br />]]></description>
		<pubDate>Tue, 09 Nov 2010 09:47:36 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=75</guid>
	</item>
	<item>
		<title>Model Family Export/import</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=74</link>
		<description><![CDATA[Hi Shona,<br /><br />In transferring our old Solaris models to Linux, I'd like to follow up on your suggestion below:<br /><br />"One new feature that you may find useful is a model family export/import.  You could use that to move model families from quoll to your linux server if you prefer to use that going forward.  It essentially writes the whole model out into a directory structure with files in text format which you then need to move to your linux server and then import.  If you decide you want to use it please post a question to the forum about that feature.  I have a list of instructions and  I'd like to track some info about the process there."<br /><br />I'd appreciate some guidance on this.  And, are there likely to be space problems?  We have some big models with hundreds of scenarios.  I presume text format will take up much more space.<br /><br />Franzi]]></description>
		<pubDate>Thu, 29 Jul 2010 23:03:09 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=74</guid>
	</item>
	<item>
		<title>Script</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=73</link>
		<description><![CDATA[I am running a script to make an object containing agriculture energy use data: agriEU[[resdr,aft,t90]. I got an error message saying “Can’t open file : …&#46;&#46;/tool_objeccts/RPP_RESD”. The last file RPP_RESD[resdr,resdln,rppft,conf,t90] was created by running a script back in April 2010.  When I do “seeshape” of this object, it displays its shape properly. During the current process of running agriculture script, I did not touch the file RPP_RESD.  How can I fix this problem?  Did I mess up the associated informants inadvertently while running agriculture script?? Do I have to remake RPP_RESD? I want to avoid it as much as I can.  You help is greatly appreciated.<br /><br />]]></description>
		<pubDate>Mon, 26 Jul 2010 18:48:37 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=73</guid>
	</item>
	<item>
		<title>Demolishing Vintaged Stock</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=72</link>
		<description><![CDATA[I'm attempting to demolish a stock, which is vintaged ('DUs' below).  I have generated a demolition flow ('demo' below), which has the vintage specified.<br /><br />I want to establish the remaining stock with vintage information (- because then I can subsequently calculate a demolition rate relative to the stock).<br /><br />I thought I could use 'evolvethings' as in the following code segement.  But it is reporting an error (copied below).<br /><br />code segment...<br />local baseStock[..,yb], bought[..,t,yb], planSales[..,t,yb]<br />local stock[..,t,yb], actSales[..,t,yb]<br /><br />baseStock[..,yb] = reorder (integer (extract (agetime (reorder (DUs[l,dut,t,ba][2]; location, dwellUnitType, buildAge, time)); &#092;<br />	dwellUnitType:singleDU, time:+0, shrink=on)); location, yearblt)<br />planSales[..,t,yb] = reorder (integer (agetime (reorder (demo[l,t,ba]; location, buildAge, time))); location, time, yearblt)<br />bought[..,t,yb] = copyshape (planSales[..,t,yb])<br />bought[..,t,yb] = 0.<br /><br />seeshape (baseStock[..,yb], bought[..,t,yb], planSales[..,t,yb])<br /><br />stock[..,t,yb], actSales[..,t,yb] = evolvethings (baseStock[..,yb], bought[..,t,yb], planSales[..,t,yb])<br /><br />...end code segment<br /><br />Error message (after the shape info):<br />baseStock[]: array of integer numbers<br /> version: 3<br /> desc:    baseStock[..,yb] = reorder (integer (extract (agetime (reorder (DUs[l,dut,t,ba][2]; location, dwellUnitType, buildAge, time));dwellUnitType:singleDU, time:+0, shrink=on)); location, yearblt)<br /> dim1:    SET; location; 16<br /> dim2:    SEQ; yearblt: 1896:2101:5; year<br /> units:   dwellUnit<br />   entity measure:     dwellUnit<br /> data:    672 elements<br /><br />bought[]: array of integer numbers<br /> version: 3<br /> desc:    bought[..,t,yb] = 0.<br /> dim1:    SET; location; 16<br /> dim2:    SEQ; time: 1996:2101:5; year<br /> dim3:    SEQ; yearblt: 1896:2101:5; year<br /> units:   dwellUnit / 5-year<br />   entity measure:     dwellUnit / 5-year<br /> data:    14784 elements<br /><br />planSales[]: array of integer numbers<br /> version: 3<br /> desc:    planSales[..,t,yb] = reorder (integer (agetime (reorder (demo[l,t,ba]; location, buildAge, time))); location, time, yearblt)<br /> dim1:    SET; location; 16<br /> dim2:    SEQ; time: 1996:2101:5; year<br /> dim3:    SEQ; yearblt: 1896:2101:5; year<br /> units:   dwellUnit / 5-year<br />   entity measure:     dwellUnit / 5-year<br /> data:    14784 elements<br /><br />evolvethings tool: Input(s) have improper shape: baseStock[]'s rank should be Rank(bought[]) + 2<br />TOOL: execution error<br />line 274 in '/whatif/samm/whatif_MB/ASFFv3/ASFFV3.s/views/code/urbanAgLndExch'<br /><br />What should I do?  And is 'evolvethings' the best way to do this?<br />]]></description>
		<pubDate>Tue, 20 Jul 2010 05:40:56 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=72</guid>
	</item>
	<item>
		<title><![CDATA["sandpit" Question -- Viewing Results Without Saving A Scenario]]></title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=71</link>
		<description><![CDATA[I'm not really on top of the newish feature in SAMM where the 'intermediate' outputs of calculators can be viewed when new instances of control variables are selected (but when a new scenario is not created).  It seems that this only works with creviews, not disviews.  And it also seems to work when the instances or creview is local to a single calculator.  I seem to have problems when trying this over multiple calculators.<br /><br />Does this make sense?  Can you advise on whether I'm doing something wrong?]]></description>
		<pubDate>Fri, 09 Jul 2010 02:47:04 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=71</guid>
	</item>
	<item>
		<title><![CDATA["sandpit" Thoughts - Tagging Scenarios And Using Input Sets]]></title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=70</link>
		<description><![CDATA[I'm in the process of creating some detailed scenarios with a client/collaborator.  Consequently, I've ended up with a large number of intermediate scenarios.  While the scenario number & parent system is great for tracking back through the logic/development, I wonder if there's a little more functionality that could be created in the scenario window layout?  <br /><br />It becomes a bit tedious or confusing at times to keep on top of which scenarios are related.  Would it be possible to use some sort of hierarchical nesting of scenarios (like folders and files) - so that some chains of scenarios could be collapsed or expanded?  Or perhaps to add a tag e.g., "test", "intermediate", "good", etc. so that a filter could be applied?]]></description>
		<pubDate>Fri, 09 Jul 2010 02:42:41 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=70</guid>
	</item>
	<item>
		<title>Macroforest Problem</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=69</link>
		<description><![CDATA[I don't understand some output of the macroforest tool.  It seems that when I set planned reductions to forest area to zero, the total forest area still increases.<br /><br />I haven't experimented extensively with the various inputs.  But, when the newCCShr input has non-zero share for managed forRegime (i.e., some new clear cut land going to managed), then the managed forest area increases over time - while at the same time other forRegime areas do *not* decrease.  (The newCCShr does sum to one over forRegimeEC.)<br /><br />Is this meant to happen?  It doesn't seem so by the tool description.<br /><br />(NB: In ASFF, the land resource module only uses the shared inputs to forestry, so it appears in landRes that the forest area is constant - in disagreement with macroforest.)<br /><br />Also, on a separate issue with macroforest, can I check what happens when reductions to forest area are zero?  I'm simulating a transfer from crops to forests.  Is it possible that the new forest land is assumed to have the same age-structured trees on it as the forRegime that the new land is added to?<br /><br />If so, what work around with input settings is recommend to aviod this?]]></description>
		<pubDate>Fri, 09 Jul 2010 02:35:11 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=69</guid>
	</item>
	<item>
		<title>Comparison Of Two Dmms</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=66</link>
		<description><![CDATA[Is there an application or a program/tool to list the differences between the two DMMs?  I would like to know the differences of two DMMs in Informants and Variables.  Differences include the different elements of one informant(even with same index name) and the different variables (ModelBase names) or same variable name but with different indexes?  It will be very helpful if I can find the differences between the two DMMs quickly particularly in the absence of information on different model versions.<br />]]></description>
		<pubDate>Fri, 23 Apr 2010 10:32:23 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=66</guid>
	</item>
	<item>
		<title>Graph Error Message</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=65</link>
		<description><![CDATA[I was trying to open the "maximum number of iterations" variable, which is in <b>elec gen</b> box, and that the graph would not open.]]></description>
		<pubDate>Fri, 23 Apr 2010 00:03:50 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=65</guid>
	</item>
	<item>
		<title>Nested Feedback Views</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=64</link>
		<description><![CDATA[How do you nest feedbacks?  <br /><br />For instance, in ASFF I target an unemployment rate by adjusting consumption rates and production activity in one feedback.  Another feedback is used to maintain a stable net trade balance (relative to GDP) by adjusting exports (through production) and import shares.  One feedback affects another, so I’ve dealt with this so far by simply iterating feedbacks in a chain of scenarios.<br /><br />Any suggestions for a better approach?<br />]]></description>
		<pubDate>Wed, 21 Apr 2010 20:28:21 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=64</guid>
	</item>
	<item>
		<title>Working On Large Objects</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=63</link>
		<description><![CDATA[I’m having a problem with manipulations on a large (15M elements) data object.  The Dimensional Analysis runs fine.  But SAMM reports the following error when evaluating with actual data:<br /><br />condIntCr[s-&gt;sd,lcbi,art-&gt;crp,ybalh,acont,t186120065] = insert (extend (mapcat (map (mapcat (mapcat (map (map (mapcat (condIntCrC[ssdag,lcbi,acc,ybh,acont,tag]; &#092;<br />                dim=stateStatDiv); stateLOT-&gt;state), sd96Tosd[sd,sd96]); category=sCOsd); &#092;<br />                dim=agrCACat); crop-&gt;cropPdn); category=artCOcrp); &#092;<br />                dim=time, end=$lastHisYear); yearbuilt-&gt;yearbuilt:+0)<br /><br />Is it because it’s too big an object?  If so, is there an alternative coding way that I could achieve the end result in several steps?  (I did try just doing the first mapcat & map as a local, but I think that stalled.)<br /><br />]]></description>
		<pubDate>Wed, 21 Apr 2010 20:05:03 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=63</guid>
	</item>
	<item>
		<title>How To Run A Script</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=62</link>
		<description><![CDATA[Hello,<br />Since I have not run a script on SAMM, could you explain how to do it ?<br /><br />Thanks.<br />Fumiko]]></description>
		<pubDate>Mon, 15 Mar 2010 16:46:10 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=62</guid>
	</item>
	<item>
		<title>Timeage Tool</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=61</link>
		<description><![CDATA[I was having problems with lost stock in a calculator of my model, and have tracked it down to the use of the timeage tool.  When I convert my stock from model year into vehicle age, it cuts off at vehicle age 17, even though the stock would go back to age 28.  <br /><br />Has anyone else noticed this problem, and how did you fix it?<br /><br />Thanks,<br />Ann<br /><br />]]></description>
		<pubDate>Mon, 22 Feb 2010 15:39:39 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=61</guid>
	</item>
	<item>
		<title>Export Informant</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=60</link>
		<description><![CDATA[Hi there,<br /><br />I'm currently exporting some variables from our transportation model and decided that it would be helpful to have the detail or label of my informants.<br /><br />So in a single txt file I tried to export 4 informants that are present in my energy variable. it almost worked, but ...<br /><br />1- Biggest problem: It worked for my 3 local informants, but it crashes at my model informant can I make it work?<br />2- One of my local informant's name is ps2, which is not that helpful for a non-initiated user. I wanted to add the description fuel type but I can not really make it happen. I tried the title option in the export, and the desc option in creating my local informant and neither worked. What else can I try?<br />3- I do not like the spacing in the resultant txt file, can I do something about it?<br /><br />Thanks,<br />Sam]]></description>
		<pubDate>Wed, 17 Feb 2010 09:50:16 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=60</guid>
	</item>
	<item>
		<title>Possible To Create A Measure In A View?</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=59</link>
		<description><![CDATA[In the same way one can create a local informant in a TOOL script/view, like so...<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->localinformant mode&#91;&#93; = create&#40;; object=set, data=&#34;auto transit walkBike&#34;&#41;<!--c2--></div><!--ec2--><br /><br />...is it possible to create a scientific measure in a view, which doesn't exist in the loaded model family but which can be used in the creation and shaping of local objects?]]></description>
		<pubDate>Wed, 03 Feb 2010 10:29:21 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=59</guid>
	</item>
	<item>
		<title>Da And Binding Variables</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=58</link>
		<description><![CDATA[Does DA ckeck binding variables?<br /><br />I had a spelling mistake in the "simulation binding variable" field on the History tab.  <br />Shouldn't dimensional analysis pick this up?  It only came to light when I tried to load <br />the calibrator and got an error message about callink.samm <br /><br />]]></description>
		<pubDate>Tue, 02 Feb 2010 19:55:50 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=58</guid>
	</item>
	<item>
		<title>Units Of Measure Confusion</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=57</link>
		<description><![CDATA[I'm trying to to a boolean comparison between a travel time matrix and a threshold scalar value, using a view. I'm not getting the expected results and I think it has to do with how I'm setting up the units of measure in my objects. Here's the code:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->view TT2&#91;mo,byrs,pzFr,pzTo&#93;&#91;&#93;<br /><br />local threshold&#91;&#93; = create &#40;; SIuomFrom=TT2&#91;mo,byrs,pzFr,pzTo&#93;&#91;1&#93;, &#092;<br />&nbsp;&nbsp;&nbsp;&nbsp;data=30, precision=double&#41;<br /><br />display &#40;threshold&#91;&#93;&#41;<br />seeshape &#40;TT2&#91;mo,byrs,pzFr,pzTo&#93;&#91;$index&#93;&#41;<br /><br />local isWithinThresholdTime&#91;mo,byrs,pzFr,pzTo&#93; = boolle &#40;TT2&#91;mo,byrs,pzFr,pzTo&#93;&#91;1&#93;, threshold&#91;&#93;&#41;<br /><br />table &#40;TT2&#91;mo,byrs,pzFr,pzTo&#93;&#91;1&#93;, isWithinThresholdTime&#91;mo,byrs,pzFr,pzTo&#93;; window1=1&#41;<!--c2--></div><!--ec2--><br /><br />and here are the results of the display() and seeshape() calls:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->threshold&#91;&#93;&#58; scalar real number, double precision<br /> version&#58; 3<br /> desc&#58;&nbsp;&nbsp;&nbsp;&nbsp;local threshold&#91;&#93; = create &#40;; SIuomFrom=TT2&#91;mo,byrs,pzFr,pzTo&#93;&#91;$index&#93;,data=30, precision=double&#41;<br /> units&#58;&nbsp;&nbsp; s<br />&nbsp;&nbsp; SI signature&#58;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; s <br /> data&#58;&nbsp;&nbsp;&nbsp;&nbsp;1 element<br />-----------------------------------<br />30.00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br />TT2&#91;1&#93;&#91;&#93;&#58; array of real numbers, double precision<br /> version&#58; 3<br /> desc&#58;&nbsp;&nbsp;&nbsp;&nbsp;TT2&#91;mo,byrs,pzFr,pzTo&#93; = map &#40;map &#40;TT&#91;mo,byrs,pzFr2,pzTo2&#93;, pzFr2TopzFr&#91;pzFr,pzFr2&#93;&#41;, pzTo2TopzTo&#91;pzTo,pzTo2&#93;&#41;<br /> dim1&#58;&nbsp;&nbsp;&nbsp;&nbsp;SET; mode; 3<br /> dim2&#58;&nbsp;&nbsp;&nbsp;&nbsp;SEQ; time&#58; 2006&#58;2006&#58;1; year<br /> dim3&#58;&nbsp;&nbsp;&nbsp;&nbsp;SET; PLUMzoneFr; 327<br /> dim4&#58;&nbsp;&nbsp;&nbsp;&nbsp;SET; PLUMzoneTo; 327<br /> units&#58;&nbsp;&nbsp; minute<br />&nbsp;&nbsp; scientific measure&#58; minute<br />&nbsp;&nbsp; SI signature&#58;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; s <br /> data&#58;&nbsp;&nbsp;&nbsp;&nbsp;320787 elements<!--c2--></div><!--ec2--><br /><br />How do I make the threshold[] object do an apples-to-apples comparison to the travel time matrix?]]></description>
		<pubDate>Tue, 02 Feb 2010 10:24:14 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=57</guid>
	</item>
	<item>
		<title>New Whatif? Server And Software</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=56</link>
		<description><![CDATA[Hi, I've noticed that with the new server and software, some commands no longer seem necessary.<br />For example, I no longer need arrow maps to nothing (e.g. NGLs-&gt; ), I can just comment them out or delete them.<br />Also, I don't need to specify 'precision=double'.<br />Finally, when loading data into the model, I no longer have to specify 'delimiter="" ' or 'translate="", value=0'.<br />Cheers.]]></description>
		<pubDate>Wed, 27 Jan 2010 08:54:53 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=56</guid>
	</item>
	<item>
		<title>Re-loading Diagram</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=55</link>
		<description><![CDATA[Under what conditions can I re-load the diagram into an existing framework in SAMM?<br /><br />After the new software release I had to edit the code in a number of places, but this did not involve any changes to diagram.  I tried to re-load the digram using FW Action/Load Diagram... but I get the error message "Load diagram failed, cannot open '/whatifM/unep/V6/cal/UNEPv6.c.dmm'."<br /><br />I don't think this is not an absent file or permissions issue because eventually I deleted my framework and started again.  Immediately after successfully loading the framework (with its diagram) I tried to re-load the diagram (same path, same file) and got the same error message, above.]]></description>
		<pubDate>Tue, 26 Jan 2010 19:32:45 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=55</guid>
	</item>
	<item>
		<title>Variables And Control Panels</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=53</link>
		<description><![CDATA[Why do we need control panels while we can create the instances using the variables? <br />What are other usages of the control panels except for creating instances?]]></description>
		<pubDate>Mon, 25 Jan 2010 21:40:42 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=53</guid>
	</item>
	<item>
		<title>Tensions</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=52</link>
		<description>What is the formulation of the tensions in terms of the available and required sources?</description>
		<pubDate>Mon, 25 Jan 2010 20:46:51 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=52</guid>
	</item>
	<item>
		<title>New Release Traps New Errors - When Making Categories As Localinformants</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=51</link>
		<description><![CDATA[Running existing frameworks with the new whatif release traps new errors.  <br /><br />What's wrong with this?  <br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->localinformant wdisCOsec&#91;&#93; = create &#40;; object=category, groups=WDISector, members=sector, &#092;<br />&nbsp;&nbsp;&nbsp;&nbsp;agriculture1=&#34;agrFor fishing&#34;, &#092;<br />&nbsp;&nbsp;&nbsp;&nbsp;industry1=&#34;mining industry utilities construction&#34;, &#092;<br />&nbsp;&nbsp;&nbsp;&nbsp;services1=&#34;transport services&#34;&#41;<!--c2--></div><!--ec2--><br />It worked with tool 3.1.3.  Now it gives the error message: <br /><br />create tool: Parameter error: unused parameter: 'agriculture1=agrFor fishing']]></description>
		<pubDate>Thu, 21 Jan 2010 20:29:36 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=51</guid>
	</item>
	<item>
		<title>Input Sets</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=50</link>
		<description><![CDATA[Shona asked me to post my queries about input sets.<br /><br />Hi Shona,<br /> <br />Thanks.  There are some great new features!<br /> <br />I'm very pleased to see Input Sets back again.  It would be good to have a short account of how you see them being used - how the different aspects work together.  <br /> <br />For example, it would be good to be able to pick a variable into an existing input set directly from the instance list - i.e. without first picking it into the diagram or worksheet (perhaps you can, but I haven't found out how).  In fact, how do you pick a variable into an exisiting input set?  <br /><br />Is this the procedure:<br />- right click on input set name in upper panel of Input Sets window<br />- click on Add Vars to Input Set - puts variables from the existing input set in the lower panel<br />- right click on variable in diagram<br />- click on Add Var To Input Set - variable appears in lower panel of Input Sets window with the other variables of the existing set<br />- right click in lower panel<br />- click Save Input Set - and give it a name<br />- delete the original input set<br /> <br />That's lots of clicks.  I'd like to be able to <br />- right click on the variable instance in the instance window<br />- click on Add Var to Input Set - and give the Input Set number (because names are not unique)<br /> <br />How do you use Add Single Variable to Input Set?  It sounds like what I want, but I haven't found the situation where it's not greyed out.<br /> <br />But, I'm not being critical.  I think it's fantastic.<br /> <br />Franzi<br />]]></description>
		<pubDate>Wed, 20 Jan 2010 19:14:49 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=50</guid>
	</item>
	<item>
		<title>Prescedence And Nesting In Tool Statements</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=49</link>
		<description>I notice that only the first set of commands in a tool statement can be nested. Why is this? Is the order of commands in a statement important?</description>
		<pubDate>Tue, 19 Jan 2010 20:28:24 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=49</guid>
	</item>
	<item>
		<title><![CDATA["f" Or "u" Qualifiers In .v Files]]></title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=48</link>
		<description><![CDATA[What is the significance of the "F" or "U" following the variable names in a .v file related to a view?]]></description>
		<pubDate>Tue, 19 Jan 2010 20:20:25 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=48</guid>
	</item>
	<item>
		<title>Creating A New Scenario</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=47</link>
		<description><![CDATA[I am new at this and it is not clear to me how to create a new scenario. Under the Scenario Actions menu there is no create option. In the scenario window I have a existing scenario "picked". I can see the instances of my input variables by right-clicking on instances in the appropriate input, but how do I combine these in a new scenario?]]></description>
		<pubDate>Mon, 18 Jan 2010 10:08:27 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=47</guid>
	</item>
	<item>
		<title><![CDATA[Error Msg "expecting Assignment Operator"]]></title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=46</link>
		<description><![CDATA[I am trying to load 2008 database repeating the same value as 2007.<br />I got error message "expecting assignment operator" on the first line of the following statement.<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->ECTransEMFactx&#91;ectm,ectft,tghg&#93;&#91;$index&#93; = import &#40;; format=coord, &#092;<br />&nbsp;&nbsp;&nbsp;&nbsp;allCoord=off, delimiter=&#34;,&#34;, &#092;<br />&nbsp;&nbsp;&nbsp;&nbsp;dataFile=$primaryDataDir/EmFact/EFTableforNRCan_2009-02-11_fomEC.csv&#41;<!--c2--></div><!--ec2--><br />What is it complaining about?<br />Fumiko]]></description>
		<pubDate>Mon, 04 Jan 2010 12:53:09 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=46</guid>
	</item>
	<item>
		<title>Deleting Variables</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=43</link>
		<description><![CDATA[Hello,<br />I have null variables, that do not have a variable name nor any indexes. Also, they do not appear in any calculators so I cannot go in the diagram and delete them. Basically, they only appear in the variables tab. Is there a way I can delete them in the tab like an informant or measure? And I can't find it in any of the .samm files.<br /><br />this is not urgent.<br /><br /><br />Dominic]]></description>
		<pubDate>Tue, 01 Dec 2009 11:27:07 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=43</guid>
	</item>
	<item>
		<title>Viewing Calculator Variables With The Same Name From Different Calculators</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=36</link>
		<description><![CDATA[Hello,<br /><br />This forum is a great idea but I have a question relating to some view code that I'm writing.<br /><br />How can I distinguish/view multiple calculator variables with the same name from different calculators ... from within the one display view code script?]]></description>
		<pubDate>Wed, 18 Nov 2009 15:59:40 -0500</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=36</guid>
	</item>
	<item>
		<title>Bool Tool</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=26</link>
		<description><![CDATA[Hello,<br /><br />When comparing a variable to a constant, does the constant inherit the same unit as the variable it's compared to ?<br /><br />For example, the units of B are TJ:<br /><br />A[S1,..,Sn ,D1,..,Dn ] = boolgt (B[S1,..,Sn ,D1,..,Dn ], 1000) <br />sometime, I get a 1 for values under 1000.<br /><br />Because, I did this code, and I don't get the same result when I do this following code:<br /><br />local temp[S1,..,Sn ,D1,..,Dn ] = copyshape (B[S1,..,Sn ,D1,..,Dn ])<br />temp[S1,..,Sn ,D1,..,Dn ] = 1000<br /><br />A_temp[S1,..,Sn ,D1,..,Dn] = boolgt (B[S1,..,Sn ,D1,..,Dn ], temp[S1,..,Sn ,D1,..,Dn ])<br />A_1000[S1,..,Sn ,D1,..,Dn] = boolgt (B[S1,..,Sn ,D1,..,Dn ], 1000)<br /><br />When I do this, A_1000[S1,..,Sn ,D1,..,Dn] &lt;&gt;A_temp[S1,..,Sn ,D1,..,Dn]<br /><br />Thanks,<br /><br />Dominic<br />]]></description>
		<pubDate>Thu, 03 Sep 2009 11:03:32 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=26</guid>
	</item>
	<item>
		<title>Scenario Date Stamp</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=25</link>
		<description><![CDATA[The way to show the date stamp is to turn them on in you preferences:<br />1.  Under the file menu in SAMM choose Preferences...<br />2.  Choose the scenarios tab<br />3.  Click on the check box that says "show create time"<br /><br />Shona<br /><br />Yamada, Fumiko wrote:<br />&gt;<br />&gt; Hi Shona,<br />&gt;<br />&gt; Is there anyway to put date stamp displayed for the scenarios?  It now <br />&gt; displays number and parent.<br />&gt; The date gives us important information when we need to backtrack some <br />&gt; problems.<br />&gt;<br />]]></description>
		<pubDate>Wed, 19 Aug 2009 13:36:17 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=25</guid>
	</item>
	<item>
		<title>Insert A Constant</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=24</link>
		<description><![CDATA[I want to set emFact of wood to zero for residential sector, for all regions, for all ghs and for all years.<br /><br />local zero[] = create (; object=constant, SIuom="tonne/TJ", dataType=real, data=0.0)<br />resCGGIEmFactTJ[ar,ghg,rft,t78] = insert (zero[]; resFuelType:wood) <br /><br />The above code gives error message<br />"Inputs have improper shape.  resCGGIEmFactTJ[]'s SIuom should be the same as zero[]".<br /><br />The similar code worked in other calculator.<br />How can I fix it?]]></description>
		<pubDate>Wed, 19 Aug 2009 13:24:00 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=24</guid>
	</item>
	<item>
		<title>Norm On Multiple Dimensions</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=23</link>
		<description><![CDATA[Hello,<br /><br />I have a variable containing two dimensions, I would like to norm on both within a single norm command. Is there a way I can specify both dimensions wihtout doing two norm commands?<br /><br />Thanks,<br /><br />Dom and Ann]]></description>
		<pubDate>Tue, 28 Jul 2009 15:50:43 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=23</guid>
	</item>
	<item>
		<title>Accessing Individual Matrix Elements</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=22</link>
		<description><![CDATA[I have two TOOL questions:<br /> <br />1.) How do I assign values to individual matrix elements? <br /><br /> For example, I have an array object sMatrix[dh,sh] indexed by the sequences dh and sh (both run from 1 to 1344). I want to run through some loops and inside those I want to set the "i-jth" entry of the sMatrix equal to 1 if some conditions hold. <br /><br />2.) How do I extract individual matrix elements?<br /><br /> For example, I want to put some elements of A[dh,sh] into B[sq] inside of some loops (e.g I want to put the "4,7" entry of A into the "5th" spot in B.)<br />]]></description>
		<pubDate>Mon, 13 Jul 2009 10:57:29 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=22</guid>
	</item>
	<item>
		<title>Creating A Map</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=21</link>
		<description><![CDATA[Hello, <br />While creating a map in documentor, the following code will sum element1A and element2A into element 1B. <br /><br />infAToinfB[B,A] = import (; format=mapping, &#092;<br />	element1A-&gt;element1B, &#092;<br />                element2A-&gt;element1B)<br /><br />Is there a way to replace this with another number ? <br />For example, I would like to have element 1B represent element1A minus element2A. SO something like:<br /><br />infAToinfB[B,A] = import (; format=mapping, &#092;<br />	element1A-&gt;element1B, &#092;<br />                element2A-&gt;-element1B)<br /><br />anyway, no hurry, just asking.<br /> <br />Dominic]]></description>
		<pubDate>Thu, 02 Jul 2009 15:09:54 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=21</guid>
	</item>
	<item>
		<title>Import Tool</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=19</link>
		<description><![CDATA[Hello!<br /><br />What specification do I have to write to get the import tool to skip the first 2 columns ? I know that if I specify rowTitles=on, that will skip the first column, but what do I do to get it to skip the first 2 columns. I can't find it in the import.pdf<br /><br />Thanks,<br /><br />Dominic<br />]]></description>
		<pubDate>Fri, 24 Apr 2009 14:08:51 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=19</guid>
	</item>
	<item>
		<title>Welcome!</title>
		<link>http://www.whatiftechnologies.com/community/index.php?showtopic=16</link>
		<description><![CDATA[Welcome to the whatIf? Modelling Platform forum, a place for discussion related to any aspect of the platform including Documenter (model design), the TOOL language, calibration, data import/export, SAMM (scenario management) and visualization.<br /><br />We look forward to participating in an active, ongoing conversation with the user community and any interested parties.<br /><br />- The whatIf? Team]]></description>
		<pubDate>Tue, 14 Apr 2009 23:55:19 -0400</pubDate>
		<guid>http://www.whatiftechnologies.com/community/index.php?showtopic=16</guid>
	</item>
</channel>
</rss>
