Version 22 (modified by joeb, 13 years ago) (diff) |
---|
MSE Batch plugin user notes
10 Sept, 2010
Overview
The MSE Batch plugin allows you to run the MSE module in batch mode from a command file. The command file runs the MSE module changing input parameters for each iteration and outputting data file.
MSE parameters in the command file
- Number of MSE simulations
- End Year
- Assessment and Implementation error
- Primary Production forcing functions
- Primary Production forcing function variation
- Fleet Control types
- Harvest rules
- Fishing Mortality
- Total Allowable Catch
- Target Fishing Mortality (hockey stick parameters)
How to run
still to do Load the MSE batch plugin interface from the MSE in the navigation tree Load a command file hit the run button
Command file format
The command file is a CSV (coma separated values) file that contains tags. A tag is a predefined string of text that appears at the start of the line and is used to identify the line as valid input for the MSE module. After the data part of the tag there must be a least one empty entry to mark the end of the valid data. All data that appears after the empty entry will be ignored. For example
Control_File_Version,1.0,,,ignored comments,,,
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.
Tags
Control_File_Version
Control_File_Version,1.0,
- Version number of the control file 1.0 for the current version. Used to identify parameter that may be in the file.
Model_Name
Model_Name,C:\EwE\Some model.ewemdb,,,
- Full path to a valid EwE model
- Used to check the command file against the currently loaded EwE model. If the models do not match a warning will be issued.
Attachments
-
interface.png
(52.1 KB) -
added by joeb 13 years ago.
MSE Batch interface
-
MSEBatch Plugin Ver 6.1.0.0923.zip
(8.5 KB) -
added by joeb 13 years ago.
MSE Batch Plugin Ver. 6.1.0.0923
- MSEBatch Plugin Ver 6.2.0.713.zip (8.5 KB) - added by joeb 12 years ago.