-
Notifications
You must be signed in to change notification settings - Fork 435
Description
Follow up from Dev Meeting conversation on 07-25-2025. The purpose of this issue is to store the conversation over what behavior we expect from EAMxx with respects to the radiation. Specifically having to do with timestepping.
The issue was first brought up in #7258 which observed that radiation outputs were 0.0 in some output from an ne256 run.
PR #7337, dating back to June 5th, addressed this issue by changing the logic in the radiation/cosp supercycling.
This was followed up by #7424 on July 7th, which set rad values to FillValue when rad is not run (i.e. during supercycling).
#7424 was eventually reverted by #7540 after it was determined that production runs had FillValue data for rad fields.
During the call the bottom line question was, what behavior is expected in radiation?
The simple answer is, we should try to match what EAM does.
There may be some complications with matching EAM perfectly due to differences in how EAMxx handles the first timestep.
We can discuss the plan here as well as explicitly discuss what behavior we want to implement for radiation.
Then we can set up an action plan to solve the issue.