ESCOMP / ESCOMP/atmospheric_physics
Key off the top reference pressure from RRTMGP
Open
- Dominant language
- Fortran
- Stars
- 12
- Forks
- 38
- Avg merge
- 11h 16m
- Merged PRs (30d)
- 5
Description
Inside rrtmgp_inputs, a fudge factor is being used to be right outside the top-most reference pressure from RRTMGP. If the reference pressure in RRTMGP changes in the future, then it will be incorrect. Should key off the reference pressure variable when setting these variables.
`! The top reference pressure from the RRTMGP coefficients datasets is 1.005183574463 Pa`
`! Set the top of the extra layer just below that.`
`pint_rad(:,1) = 1.01_kind_phys`
`pint_rad(:,2) = 1.02_kind_phys`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.