|
| real(r8), dimension(plevp), target, public | hycoef::hyai |
| |
| real(r8), dimension(plev), target, public | hycoef::hyam |
| |
| real(r8), dimension(plevp), target, public | hycoef::hybi |
| |
| real(r8), dimension(plev), target, public | hycoef::hybm |
| |
| real(r8), dimension(plev), public | hycoef::etamid |
| |
| real(r8), dimension(plev), public | hycoef::hybd |
| |
| real(r8), dimension(plevp), public | hycoef::hypi |
| |
| real(r8), dimension(plev), public | hycoef::hypm |
| |
| real(r8), dimension(plev), public | hycoef::hypd |
| |
| real(r8), parameter, public | hycoef::ps0 = 1.0e5_r8 |
| |
| real(r8), parameter, public | hycoef::psr = 1.0e5_r8 |
| |
| real(r8), dimension(plev), target | hycoef::alev |
| |
| real(r8), dimension(plevp), target | hycoef::ailev |
| |
| integer, public | hycoef::nprlev |
| |
| type(var_desc_t) | hycoef::hyam_desc |
| |
| type(var_desc_t) | hycoef::hyai_desc |
| |
| type(var_desc_t) | hycoef::hybm_desc |
| |
| type(var_desc_t) | hycoef::hybi_desc |
| |