Skip to content

updates for upcoming changes to LandR.CS #8

@achubaty

Description

@achubaty

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_ATA
  sim$CMIstack <- climateRasters$projected_CMI
  sim$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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions