Changes between Version 35 and Version 36 of MSEBatch


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MSEBatch

    v35 v36  
    2727== MSE Batch iterations == 
    2828  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    
     29 
    3030  Sample loops structure 
    3131{{{ 
     
    118118==== PP ==== 
    119119{{{ 
    120 PP,1,Increasing,10 
    121 PP,2,Decreasing,10 
     120PP,1,Increasing,10,, 
     121PP,2,Decreasing,10,, 
    122122}}} 
    123  * For each set of iterations the MSE batch loads a primary production forcing function. A set of 
     123 * Primary Production forcing function in the current Ecosim model to load for an MSE Batch iteration. 
     124 * Each line in the command file loads a separate forcing function and loop over all the Fleet Controls and Harvest Rules in the file. 
    124125 
    125  1. Forcing function index 
     126 1. Forcing function index for the currently load Ecosim model. See "Time dynamics (Ecoism)>Forcing function" in the EwE interface for the currently loaded forcing functions and indexes. 
     127 1. Name of the forcing function. This is just used a check and a warning will be posted if the name in the model and command file do not match. 
     128 1. Ecosim group index to apply the forcing function to. If the Group index does not match a primary producer group in Ecosim the MSE Batch will post an error and will not run.