ESCOMP / ESCOMP/atmospheric_physics
Create helper to calculate potential temperature from exner
Open
cleanup
- Dominant language
- Fortran
- Stars
- 12
- Forks
- 38
- Avg merge
- 11h 16m
- Merged PRs (30d)
- 5
Description
During review of #370, @nusbaume originally wrote:
> Can we add a note in the "future work" issue to create a utility function that calculates the potential temperature based on the Exner function? That would not only be helpful here, but could also allow us to eventually get rid of the calc_exner_run physics scheme in utilities/state_converters.F90 as well.
This code is currently in `schemes/vertical_diffusion/vertical_diffusion_interstitials.F90`:
```fortran
! Calculate potential temperature [K]
th(:ncol,:) = t(:ncol,:) * exner(:ncol,:)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.