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

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

Open
hdelgad9 opened this issue Feb 3, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@hdelgad9
Copy link

hdelgad9 commented Feb 3, 2025

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.

@hdelgad9 hdelgad9 added the bug Something isn't working label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant