ESCOMP / ESCOMP/atmospheric_physics
Held-Suarez formulation not consistent with original paper
Open
- Dominant language
- Fortran
- Stars
- 12
- Forks
- 38
- Avg merge
- 11h 16m
- Merged PRs (30d)
- 5
Description
```
if (pref_mid_norm(k) > sigmab) then
```
in held_suarez_1994.F90 should be
```
if (pmid(i,k)/ps(i) > sigmab) then
```
```PS``` (actual surface pressure) is currently not passed to subroutine.
This PR would need to be coordinated with ESCOMP PR.
@cjablono working on PR
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.