Skip to content

calcOutput('FEdemand') fails where calcFEdemand() succeeds #200

Description

Using this mrremind branch,

  • running readSource('EDGE', 'FE_stationary') directly succeeds,
  • running mrremind:::calcFEdemand('FE') directly succeeds,
  • but running calcOutput('FEdemand', subtype = 'FE') fails with
    Error in sizeCheck(tmpdim) : 
    magclass object size (249 x 47 x 93744 = 1097086032) exceeds limit (getOption("magclass_sizeLimit") = 1e+09).
    

So there is some magic sauce inside calcOutput() that is breaking mrremind.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions