close Warning: Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of howto/12


Ignore:
Timestamp:
Jul 11, 2014, 11:25:04 AM (11 years ago)
Author:
josp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/12

    v1 v2  
    33{{{
    44#!java
     5NameBlock forecast = ...
     6NameBlock dataSet = forecast::GetModel(?)::GetDataSet(?);
     7
     8Text scenarioName = "SCE";
     9
     10// Incorporamos el escenario al forecast
     11Real forecast::SetScenarios(forecast::GetScenarios(?)<<[[scenarioName]]);
     12
     13// -----------------------
     14
     15// Variable a simular:
     16Text vName = "....";
     17NameBlock v = dataSet::GetVariable(?);
     18
    519// Preparamos los datos nuevos:
    620