Changes between Version 28 and Version 29 of MSEBatch
- Timestamp:
- 2010-09-14 08:35:18 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MSEBatch
v28 v29 3 3 4 4 == '''Overview''' == 5 The MSE Batch plugin runs the MSE (Management Strategy Evaluator) 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. 6 6 7 MSE parameters in the command file7 MSE parameters available through the command file. 8 8 9 9 1. Number of MSE simulations … … 27 27 }}} 28 28 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 appearin 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. 30 30 31 31 == Tags == … … 41 41 }}} 42 42 * 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 beissued.43 * Used to check the command file against the currently loaded EwE model. If the models do not match a warning is issued. 44 44 45 45 ==== Ecosim_Scenario ==== … … 47 47 Ecosim_Scenario,Scenario1,, 48 48 }}} 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. 50 50 51 51 ==== Run_Type ==== … … 53 53 Run_Type,1,, 54 54 }}} 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. 56 56 * Valid inputs, 57 57 * 1 Fishing Mortality (Constant_F) sets the fishing mortality rates to a constant value for the run, 58 58 * 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. 61 61 62 62 ==== Number_Sims ====