Skip to content

Commit

Permalink
solved problem with naming of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Porobic Garate, Javier Porobic (Environment, Hobart) authored and Porobic Garate, Javier Porobic (Environment, Hobart) committed Oct 30, 2023
1 parent a80007b commit a834ad8
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 @@ -172,7 +172,7 @@ generate.vars.init <- function(grp.file, cum.depths, df.atts, ice_model) {
att.index <- c(att.index, indx)
}
if (df.grp$needsLight[grp]) { ## single light adaptation group
Variable <- c(Variable, paste("Light_Adaptn_", df.grp$Code[grp],
Variable <- c(Variable, paste("Light_Adaptn_", df.grp$code[grp],
sep = ""))
indx <- which(df.atts$name == "Light3D")
long_name <- c(long_name, paste("Light adaption of",
Expand Down

0 comments on commit a834ad8

Please sign in to comment.