lkerr / groundfish-MSE

Development of Robust Management Strategies for Northeast Groundfish Fisheries in a Changing Climate
MIT License
4 stars 2 forks source link

switch logical definition #297

Open mle2718 opened 11 months ago

mle2718 commented 11 months ago

``runClass'' is set in get_runinfo.R .

It was initially designed to when there were only two possible values for runClass (local and HPCC).

The economic model runs on something that is neither local nor a server -- see here. So, I'm getting a little tripped up by this logical.

switching this to

if(runClass == 'local')

should not pose any problems.