Skip to content

Commit

Permalink
Merge branch 'main' into compathelper/new_version/2023-09-04-13-59-39…
Browse files Browse the repository at this point in the history
…-759-02882985238
  • Loading branch information
claireh93 committed Sep 28, 2023
2 parents 0f6cd96 + ec6b865 commit 7647303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/exampleModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ abenv2 = simplehabitatAE(298.0K, grd, totalK[2], area)
bud = BudgetCollection2(abenv1.budget, abenv2.budget)
abenv = GridAbioticEnv{typeof(abenv1.habitat), typeof(bud)}(abenv1.habitat, abenv1.active, bud, abenv1.names)

vars = range(0.0001, stop = 5, length = numSpecies) .* K
vars = collect(range(0.0001, stop = 5, length = numSpecies)) .* K
opts = fill(298.0K, numSpecies)

av_dist = fill(2.4, numSpecies) .* km
Expand Down Expand Up @@ -144,7 +144,7 @@ abenv2 = simplehabitatAE(299.0K, grd, totalK[2], area)
bud = BudgetCollection2(abenv1.budget, abenv2.budget)
abenv = GridAbioticEnv{typeof(abenv1.habitat), typeof(bud)}(abenv1.habitat, abenv1.active, bud, abenv1.names)

vars = range(0.0001, stop = 5, length = numSpecies) .* K
vars = collect(range(0.0001, stop = 5, length = numSpecies)) .* K
opts = fill(298.0K, numSpecies)

av_dist = fill(2.4, numSpecies) .* km
Expand Down

0 comments on commit 7647303

Please sign in to comment.