Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates for upcoming changes to LandR.CS #8

Open
achubaty opened this issue Apr 16, 2024 · 0 comments
Open

updates for upcoming changes to LandR.CS #8

achubaty opened this issue Apr 16, 2024 · 0 comments
Assignees

Comments

@achubaty
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants