Fix units and description for rt_diabatic_tend in atmosphere core Registry.xml#1092
Conversation
…istry.xml The rt_diabatic_tend field represents the tendency of the modified potential temperature due to cloud microphysics in K/s; accordingly, this commit corrects the units and description attributes for rt_diabatic_tend in the atmosphere core's Registry.xml file.
|
I am wondering if it would make sense to move rt_diabatic_tend from "tend" to "tend_physics" in Registry.xml. My reasoning is twofold:
Considering that rt_diabatic_tend is only needed in subroutine atm_recover_large_step_variables, it may not be too much work to do this. Michael, if you are OK to consider it, I am happy to add a PR to include this change. Thanks. |
|
@ldfowler58 I don't have a strong opinion on where For this PR specifically, do the changes to the |
This PR corrects the units and description for the
rt_diabatic_tendfield in the atmosphereRegistry.xml.The
rt_diabatic_tendfield represents the tendency of the modified potential temperature due to cloud microphysics in K/s; accordingly, this commit corrects the units and description attributes forrt_diabatic_tendin the atmosphere core'sRegistry.xmlfile.