ESCOMP / atmospheric_physics

CCPP-enabled Atmospheric Physics
Apache License 2.0
4 stars 19 forks source link

Incorporate physics updaters into Kessler #43

Open peverwhee opened 2 years ago

peverwhee commented 2 years ago

Code will need to be moved out of kessler_update and into kessler.F90 to make appropriate variables available for use in apply_tendency_of_air_pressure_run. Also, a new scheme may need to be added to calculate dry static energy.

nusbaume commented 2 years ago

It looks like with PR #42 the dry static energy scheme will already be included via utilities/static_energy.F90, so I think we just need to add that scheme to the Kessler SDF (my bad for not seeing that earlier!).

Also, just clarifying that I think we will want to update air temperature, as opposed to air pressure (i.e. use apply_tendency_of_air_temperature_run).