-
Notifications
You must be signed in to change notification settings - Fork 5
Description
The current design uses an isentropic atmospheric profile as the reference state, which may cause problems when simulating a non-isentropic atmosphere. (An isentropic profile is highly idealized and not representative of real atmospheric conditions.) I suspect this may be the root cause of why we aren’t getting the correct internal gravity wave, and possibly the same issue affecting the supercell case.
Could we instead use a reference state that is closer to the initial condition? For example, the model could take a user-defined atmospheric profile, such as a sounding or the horizontal average of a 3D realistic atmosphere, adjust it to be hydrostatically balanced, and use that as the reference state. I believe this is how CM1 handles the reference state in its anelastic solver.