Changes between Version 28 and Version 29 of MSEBatch


Ignore:
Timestamp:
2010-09-14 08:35:18 (14 years ago)
Author:
joeb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MSEBatch

    v28 v29  
    33 
    44== '''Overview''' == 
    5   The MSE Batch plugin runs the MSE (Management Strategy Evaluator) in batch mode from a command file. The command file runs the MSE changing input harvest rule parameters for each iteration and outputting data file. 
     5  The MSE Batch plugin runs the MSE (Management Strategy Evaluator) in batch mode from a command file. The command file runs the MSE changing input harvest rule parameters for each iteration and outputting data file. 
    66 
    7   MSE parameters in the command file 
     7  MSE parameters available through the command file. 
    88 
    99 1. Number of MSE simulations 
     
    2727}}} 
    2828 
    29   Lines in the command file that do not contain a recognized tag will be ignored. A command file can any number of lines that are not valid inputs as long as they don't start with a valid tag, these could include comments and user notes. The order that tags appear in the file is not important. 
     29  Lines in the command file that do not contain a recognized tag will be ignored. A command file can have any number of lines that are not valid inputs as long as they don't start with a valid tag, these could include comments and user notes. The order of the tags in the file is not important. 
    3030 
    3131== Tags == 
     
    4141}}} 
    4242 * File name of the EwE model 
    43  * Used to check the command file against the currently loaded EwE model. If the models do not match a warning will be issued. 
     43 * Used to check the command file against the currently loaded EwE model. If the models do not match a warning is issued. 
    4444 
    4545==== Ecosim_Scenario ==== 
     
    4747Ecosim_Scenario,Scenario1,, 
    4848}}} 
    49  * Name of the Ecosim Scenario that the command file can work with 
     49 * Name of the Ecosim Scenario that the command file can work with. If the scenario name does not match a warning is issued. However, the command file can still be run. 
    5050 
    5151==== Run_Type ==== 
     
    5353Run_Type,1,, 
    5454}}} 
    55  * Type harvest rules to set for the current MSE run. For each run of the MSE the harvest rules for the other Run_Type's will be set to zero. 
     55 * Type of harvest rules to set for the current MSE run. For each run of the MSE the harvest rules for the other Run_Type's will be set to zero. 
    5656 * Valid inputs, 
    5757   * 1 Fishing Mortality (Constant_F) sets the fishing mortality rates to a constant value for the run, 
    5858   * 2 Total Allowable Catch (Constant_Y) sets the catch to a constant value for the run, 
    59    * 3 Target Fishing Mortality(Hockey stick) sets the 
    60    * 0 Any when this Run_Type option is set the harvest rules for other Run_Types will not be set to zero. This option allows for different types of harvest rules during the same MSE run. 
     59   * 3 Target Fishing Mortality(Hockey stick) sets the fishing mortality using the Target Fishing Mortality rules, 
     60   * 0 Any when this Run_Type option is set the harvest rules for other Run_Types will not be set to zero. Harvest rule values for groups not explicitly set by the command file will use the values in the currently load EwE model. This option allows for different types of harvest rules during the same MSE run. 
    6161 
    6262==== Number_Sims ====