Changeset 2703
- Timestamp:
- 01/31/12 05:20:23 (4 months ago)
- Location:
- simo/trunk/simulator/xml
- Files:
-
- 4 edited
-
model_chains/stand_simulator/forced_operation/Chain_forced_operations_stand.xml (modified) (2 diffs)
-
model_chains/tree_simulator/forced_operation/Chain_forced_operations.xml (modified) (2 diffs)
-
operation_models/operation_mapping.xml (modified) (2 diffs)
-
operation_models/operation_mapping_stand.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simo/trunk/simulator/xml/model_chains/stand_simulator/forced_operation/Chain_forced_operations_stand.xml
r2615 r2703 4012 4012 </task> 4013 4013 </model_chain> 4014 <model_chain evaluate_at="comp_unit" name="Update attributes to comp_unit after planting ">4015 <condition>comp_unit:planting since_eq 0 </condition>4014 <model_chain evaluate_at="comp_unit" name="Update attributes to comp_unit after planting or seeding"> 4015 <condition>comp_unit:planting since_eq 0 or comp_unit:seeding since_eq 0</condition> 4016 4016 <task name="Update variables"> 4017 4017 <task name="Update H_gM to seedling"> … … 4043 4043 <variable>time_step</variable> 4044 4044 <level>comp_unit</level> 4045 </operand> 4046 </operands> 4047 </aggregation> 4048 </model> 4049 </task> 4050 <task name="Assign SEEDTREESTAND_NO_SEEDLINGS to 0 as default value"> 4051 <model> 4052 <name>assign_value</name> 4053 <aggregation> 4054 <target>SEEDTREESTAND_NO_SEEDLINGS</target> 4055 <operands> 4056 <operand> 4057 <value>0</value> 4045 4058 </operand> 4046 4059 </operands> -
simo/trunk/simulator/xml/model_chains/tree_simulator/forced_operation/Chain_forced_operations.xml
r2639 r2703 4583 4583 </task> 4584 4584 </model_chain> 4585 <model_chain evaluate_at="comp_unit" name="Update attributes to comp_unit after planting ">4586 <condition>comp_unit:planting since_eq 0 </condition>4585 <model_chain evaluate_at="comp_unit" name="Update attributes to comp_unit after planting or seeding"> 4586 <condition>comp_unit:planting since_eq 0 or comp_unit:seeding since_eq 0</condition> 4587 4587 <task name="Update variables"> 4588 4588 <task name="Update H_gM to seedling"> … … 4614 4614 <variable>time_step</variable> 4615 4615 <level>comp_unit</level> 4616 </operand> 4617 </operands> 4618 </aggregation> 4619 </model> 4620 </task> 4621 <task name="Assign SEEDTREESTAND_NO_SEEDLINGS to 0 as default value"> 4622 <model> 4623 <name>assign_value</name> 4624 <aggregation> 4625 <target>SEEDTREESTAND_NO_SEEDLINGS</target> 4626 <operands> 4627 <operand> 4628 <value>0</value> 4616 4629 </operand> 4617 4630 </operands> -
simo/trunk/simulator/xml/operation_models/operation_mapping.xml
r2615 r2703 142 142 <model_chain>Forced planting</model_chain> 143 143 <model_chain>Calculate attributes to stratum after planting or seeding</model_chain> 144 <model_chain>Update attributes to comp_unit after planting </model_chain>144 <model_chain>Update attributes to comp_unit after planting or seeding</model_chain> 145 145 </to> 146 146 </operation> … … 152 152 <model_chain>Forced seeding</model_chain> 153 153 <model_chain>Calculate attributes to stratum after planting or seeding</model_chain> 154 <model_chain>Update attributes to comp_unit after planting or seeding</model_chain> 154 155 </to> 155 156 </operation> -
simo/trunk/simulator/xml/operation_models/operation_mapping_stand.xml
r2615 r2703 128 128 <model_chain>Forced planting</model_chain> 129 129 <model_chain>Calculate attributes to stratum after planting or seeding</model_chain> 130 <model_chain>Update attributes to comp_unit after planting </model_chain>130 <model_chain>Update attributes to comp_unit after planting or seeding</model_chain> 131 131 </to> 132 132 </operation> … … 138 138 <model_chain>Forced seeding</model_chain> 139 139 <model_chain>Calculate attributes to stratum after planting or seeding</model_chain> 140 <model_chain>Update attributes to comp_unit after planting or seeding</model_chain> 140 141 </to> 141 142 </operation>
Note: See TracChangeset
for help on using the changeset viewer.
