Changes between Version 35 and Version 36 of MSEBatch
- Timestamp:
- 2010-09-14 09:53:48 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MSEBatch
v35 v36 27 27 == MSE Batch iterations == 28 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 29 30 30 Sample loops structure 31 31 {{{ … … 118 118 ==== PP ==== 119 119 {{{ 120 PP,1,Increasing,10 121 PP,2,Decreasing,10 120 PP,1,Increasing,10,, 121 PP,2,Decreasing,10,, 122 122 }}} 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. 124 125 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.