Skip to content

Commit

Permalink
write speciesLayes raster to disk
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Oct 26, 2018
1 parent f61fc6b commit 387c91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Boreal_LBMRDataPrep.R
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ Save <- function(sim) {
userTags = c(cacheTags, "specieslayers"))

#options(opts)
writeRaster(specieslayersList$specieslayers, file.path(outputPath(sim), "speciesLayers.grd"))
sim$specieslayers <- specieslayersList$specieslayers
sim$speciesList <- specieslayersList$speciesList
}
Expand Down

0 comments on commit 387c91a

Please sign in to comment.