You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LandR.CS is being updated to take in climate data using the list structure used by fireSense, to allow the user to pass arbitrary climate variables.
The module currently does this:
## objects for LandR.CS:sim$ATAstack<-climateRasters$projected_ATAsim$CMIstack<-climateRasters$projected_CMIsim$CMInormal<-climateRasters$historic_CMI_normal## objects for fireSense:sim$historicalClimateRasters<-list(MDC=climateRasters$historic_MDC)
sim$projectedClimateRasters<-list(MDC=climateRasters$projected_MDC)
and should be updated to put projected_ATA and projected_CMI into projectedClimateRasters, and historic_CMI_normal into historicalClimateRasters.
The text was updated successfully, but these errors were encountered:
LandR.CS
is being updated to take in climate data using the list structure used byfireSense
, to allow the user to pass arbitrary climate variables.The module currently does this:
and should be updated to put
projected_ATA
andprojected_CMI
intoprojectedClimateRasters
, andhistoric_CMI_normal
intohistoricalClimateRasters
.The text was updated successfully, but these errors were encountered: