Changeset 3346

Show
Ignore:
Timestamp:
05/14/08 14:48:06 (2 months ago)
Author:
hana
Message:

(hana) config of allocation template changed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/urbansim/configs/urbansim.xml

    r3337 r3346  
    130130          <opus_core.allocation_model type="string">AllocationModel</opus_core.allocation_model> 
    131131        </import> 
     132        <init type="dictionary"> 
     133          <name type="string">AllocationModel</name> 
     134        </init> 
    132135        <run type="dictionary"> 
    133136          <arguments type="dictionary"> 
     
    135138            <outcome_attribute type="quoted_string">fill in</outcome_attribute> 
    136139            <weight_attribute type="quoted_string">fill in</weight_attribute> 
    137             <control_totals type="string">fill in</control_totals> 
    138        <current_year flags="hidden" type="string">year</current_year> 
     140            <control_totals flag="hidden" type="string">cts</control_totals> 
     141            <current_year flags="hidden" type="string">year</current_year> 
    139142            <control_total_attribute type="quoted_string">fill in</control_total_attribute> 
    140143            <year_attribute type="quoted_string">year</year_attribute> 
    141             <capacity_attribute parser_action="blank_to_None" type="string" /> 
     144            <capacity_attribute parser_action="blank_to_None" type="quoted_string" /> 
    142145            <dataset_pool flags="hidden" type="string">dataset_pool</dataset_pool> 
    143146          </arguments> 
    144147        </run> 
     148        <prepare_for_run type="dictionary"> 
     149          <name type="string">prepare_for_run</name> 
     150          <arguments type="dictionary"> 
     151            <storage type="string">base_cache_storage</storage> 
     152            <table_name type="quoted_string">fill in</table_name> 
     153            <id_name type="list">['year']</id_name> 
     154            <dataset_name type="quoted_string">control_totals</dataset_name> 
     155          </arguments> 
     156          <output flags="hidden" type="string">cts</output> 
     157        </prepare_for_run> 
    145158       </allocation_model_template> 
    146159   </model_system>