ESCOMP / ESCOMP/atmospheric_physics

Key off the top reference pressure from RRTMGP

Open
#302 0 comments 0 reactions 1 assignee Claimed by @peverwhee View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.