Skip to content

(Using POISE) ERROR: Output parameter [GRID_OUTPUT] requires module(s): #324

Open
@hdelgad9

Description

@hdelgad9

When using saGridOutput with POISE, the following output options raise an error:

TempLandLat
TempWaterLat
AlbedoLand
AlbedoWater

When looking at src/poise.c, the following line is missing on each block of writing to output:

output[OUT_X].iModuleBit = POISE; where X is substituted for each option. I verified and those are the only options missing the line on poise.c.

When adding the line to the code, vplanet runs smoothly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions