Skip to content

Commit

Permalink
Added calc_assessment_linear_independent_fleet module and associate i…
Browse files Browse the repository at this point in the history
…nput args to be able to target fleet/functional groups
  • Loading branch information
andybeet committed Jun 15, 2020
1 parent 04b0c76 commit 01f492b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hydra_sim.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2459,8 +2459,10 @@ FUNCTION write_outIndices
outIndices<<"B0_guilds\n"<<B0_guilds<<endl;
outIndices<<"guildMembers\n"<<guildMembers<<endl;
outIndices<<"Nthresholds\n"<<Nthresholds<<endl;
outIndices<<"threshold_proportion\n"<<threshold_proportion<<endl;
outIndices<<"exploitation_levels\n"<<exploitation_levels<<endl;
outIndices<<"minExploitation\n"<<minExploitation<<endl;
outIndices<<"maxExploitation\n"<<maxExploitation<<endl;
//outIndices<<"threshold_proportion\n"<<threshold_proportion<<endl;
//outIndices<<"exploitation_levels\n"<<exploitation_levels<<endl;
outIndices<<"threshold_species\n"<<threshold_species<<endl;
outIndices<<"AssessmentPeriod\n"<<AssessmentPeriod<<endl;
outIndices<<"SpeciesDetection\n"<<speciesDetection<<endl;
Expand Down

0 comments on commit 01f492b

Please sign in to comment.