Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebauer committed Jan 28, 2014
1 parent 303d05f commit 7c6318f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/biocro/inst/globalbiocro.Rscript
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cruncep_nc2dt <- function(lat, lon, met.nc){
stop(paste("chosen lat:", lat, "and lon:", lon, " is in the ocean"))
} else if (mask > 0){
for(var in variables){
print(var)
## TODO check if vars can be sent as vector
vars[[var]] <- as.numeric(ncvar_get(nc = met.nc,
varid = var,
start = c(loni, lati, 1),
Expand Down

0 comments on commit 7c6318f

Please sign in to comment.