ESCOMP / ESCOMP/atmospheric_physics

Held-Suarez formulation not consistent with original paper

Open
#131 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.