Changes between Version 34 and Version 35 of MSEBatch


Ignore:
Timestamp:
2010-09-14 09:36:36 (14 years ago)
Author:
joeb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MSEBatch

    v34 v35  
    2626 
    2727== MSE Batch iterations == 
    28   The MSE Batch loops over Forcing Functions, Fleet Control types and Harvest Rules running the MSE will for each set of parameters from the command file. 
     28  The MSE Batch loops over Forcing Functions, Fleet Control types and Harvest Rules running the MSE for each set of parameters from the command file. Parameters not set by the command file will be left at the values loaded by the current Ecosim model. 
     29   
     30  Sample loops structure 
     31{{{ 
     32  For each Forcing Function  
     33    For each Fleet Control 
     34      For each Harvest Rule  
     35 
     36        MSE run... 
     37 
     38      next Harvest Rule 
     39    next Fleet Control 
     40  next Forcing Function 
     41}}} 
    2942 
    3043  ''''''''''