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.
When using
saGridOutputwith 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.