You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we move to the NH core as default I'd like to make the internal FV3 temperature state Dry Temperature not potential temperature. This will simplify the interface between hydrostatic and non-hydrostatic dynamics. But will of course complicate the compatibly with older restarts. The issue is that NH PKZ and the PKZ used to make scaled potential temperature in the physics differ. And the logic in DynGridComp becomes complicated.
It may be that we just require a regridded FV3 restart for all NH runs. And the regrinding routine fills T not PT.
The text was updated successfully, but these errors were encountered:
The trouble is the NH pkz in FV3 used to make PT, is not the same as the hydrostatic PKZ used throughout the physics. It's best to just interface with the dynamics in dry T, and let the physics/DAS create their own PT base on a hydrostatic PKZ
FVdycoreCubed_GridComp/DynCore_GridCompMod.F90
Line 2208 in c159b3c
When we move to the NH core as default I'd like to make the internal FV3 temperature state Dry Temperature not potential temperature. This will simplify the interface between hydrostatic and non-hydrostatic dynamics. But will of course complicate the compatibly with older restarts. The issue is that NH PKZ and the PKZ used to make scaled potential temperature in the physics differ. And the logic in DynGridComp becomes complicated.
It may be that we just require a regridded FV3 restart for all NH runs. And the regrinding routine fills T not PT.
The text was updated successfully, but these errors were encountered: