We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using saGridOutput with POISE, the following output options raise an error:
saGridOutput
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.
output[OUT_X].iModuleBit = POISE;
When adding the line to the code, vplanet runs smoothly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: