Skip to content

Fix: use correct units for body_surface_temperature_in_K (K instead of K^4) - #222

Open
kevinziroldi wants to merge 1 commit into
aidotse:mainfrom
kevinziroldi:fix/thermal-body-temperature-default
Open

Fix: use correct units for body_surface_temperature_in_K (K instead of K^4)#222
kevinziroldi wants to merge 1 commit into
aidotse:mainfrom
kevinziroldi:fix/thermal-body-temperature-default

Conversation

@kevinziroldi

Copy link
Copy Markdown

Problem

body_surface_temperature_in_K was documented and named as a temperature in Kelvin,
but the default value was 288**4, i.e. already T⁴. This leads to effectively using
T¹⁶ in the body IR term (_C_body_emission applies **4 again).

Fix

Change default from 288**4 to 288.0.

…*4 to 288 to match the documentation and make the value realistic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant