Changes between Version 71 and Version 72 of MSEBatch
- Timestamp:
- 2011-04-14 12:06:25 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MSEBatch
v71 v72 35 35 36 36 ==== Running the MSE Batch ==== 37 38 37 The MSE Batch plugin interface provides a way to select command files and begin a batch run. [[BR]][[BR]]Select the command file using the 'Select command file..." button. Once a file has been selected it will be parsed to see if it can be run with the currently loaded EwE model and Ecosim scenario. If any errors are found in the file then an ERROR: message will shown in the output window. All errors must be fixed before the command file can run. In the case of a WARNING: message you can still run the command file however, you should address any issues that have warnings.[[BR]][[BR]]Once the Run has been started, by clicking the "Run" button, the output window will contain progress messages with the number of run completed out of the total. A run can be stopped by clicking the "Stop run" button. The batch process will wait for the current MSE run to complete before exiting. The output files specified in the command file will contain output for the completed runs. 39 38 … … 212 211 CatchByGroup_OUTPUT,1,,, 213 212 }}} 214 * Type of output to save for a MSE Batch run 213 * Type of output to save for a MSE Batch run. 215 214 * Outputs are save to the directory specified in the '''Output_Directory '''tag. The file name will be MSEBatch_{''ouput type''}_{''Run type''}_{''EwE model name''}.csv. So the output file for biomass with a run type of Constant F and a model name of Lab 4.ewedb will be "MSEBatch_Biomass_Constant_F_Lab 4.ewedb.csv". 216 215 * Valid inputs. 217 216 * 1 save the output type, 218 217 * 0 output not saved. 219 * Biomass_OUTPUT saves biomass to MSEBatch_Biomass_xxx 220 * !Consumption/Biomass_OUTPUT saves consumpution/biomass to MSEBatch_QB_xxx221 * !FeedingTime_OUTPUT saves feeding time to MSEBatch_FeedingTime_xxx 222 * !FishingMortRate_OUTPUT saves fishing mortality rate to MSEBatch_FishingMort_xxx223 * !PredationRates_OUTPUT saves predation rate to MSEBatch_Pred_xxx 224 * !CatchByGroup_OUTPUT saves sum of all catches on the group to MSEBatch_Catch_xxx218 * Biomass_OUTPUT saves biomass to MSEBatch_Biomass_xxx. 219 * Consumption/Biomass_OUTPUT saves consumpution/biomass to MSEBatch_QB_xxx. 220 * !FeedingTime_OUTPUT saves feeding time to MSEBatch_FeedingTime_xxx. 221 * !FishingMortRate_OUTPUT saves Ecopath yearly fishing mortality rate to MSEBatch_FishingMort_xxx. 222 * !PredationRates_OUTPUT saves predation rate to MSEBatch_Pred_xxx. 223 * !CatchByGroup_OUTPUT saves the sum of all catches on the group. This is the annual catch at the current time step or what the yearly catch would be if the biomass and F stay constant. Saves to MSEBatch_Catch_xxx.