Skip to content

Commit

Permalink
Merge pull request #18 from jporobicg/master
Browse files Browse the repository at this point in the history
update lightLim to include ice phyt
  • Loading branch information
jporobicg authored Dec 15, 2023
2 parents 54024ab + e046bab commit d9790ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/initGen.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ generate.vars.init <- function(grp.file, cum.depths, df.atts, ice_model) {

## set up a flag for groups that need light adaptation
light.adpn.grps <- c("DINOFLAG", "MICROPHTYBENTHOS", "SM_PHY",
"MED_PHY", "LG_PHY")
"MED_PHY", "LG_PHY","ICE_DIATOMS", "ICE_MIXOTROPHS")
df.grp <- df.grp %>% mutate(needsLight = grouptype %in% light.adpn.grps)

## set up a flag for groups that need live in the ice
Expand Down

0 comments on commit d9790ae

Please sign in to comment.