|
CAM
|
Functions/Subroutines | |
| subroutine, public | hycoef_init (file) |
| subroutine, public | init_restart_hycoef (File, vdimids) |
| subroutine, public | write_restart_hycoef (file) |
| subroutine | hycoef_read (File) |
Variables | |
| real(r8), dimension(plevp), target, public | hyai |
| real(r8), dimension(plev), target, public | hyam |
| real(r8), dimension(plevp), target, public | hybi |
| real(r8), dimension(plev), target, public | hybm |
| real(r8), dimension(plev), public | etamid |
| real(r8), dimension(plev), public | hybd |
| real(r8), dimension(plevp), public | hypi |
| real(r8), dimension(plev), public | hypm |
| real(r8), dimension(plev), public | hypd |
| real(r8), parameter, public | ps0 = 1.0e5_r8 |
| real(r8), parameter, public | psr = 1.0e5_r8 |
| real(r8), dimension(plev), target | alev |
| real(r8), dimension(plevp), target | ailev |
| integer, public | nprlev |
| type(var_desc_t) | hyam_desc |
| type(var_desc_t) | hyai_desc |
| type(var_desc_t) | hybm_desc |
| type(var_desc_t) | hybi_desc |
| subroutine, public hycoef::hycoef_init | ( | type(file_desc_t), intent(in) | file | ) |


|
private |

| subroutine, public hycoef::init_restart_hycoef | ( | type(file_desc_t), intent(inout) | File, |
| integer, dimension(:), intent(out) | vdimids | ||
| ) |

| subroutine, public hycoef::write_restart_hycoef | ( | type(file_desc_t), intent(inout) | file | ) |

|
private |
|
private |
| real(r8), dimension(plev), public hycoef::etamid |
| real(r8), dimension(plevp), target, public hycoef::hyai |
|
private |
| real(r8), dimension(plev), target, public hycoef::hyam |
|
private |
| real(r8), dimension(plev), public hycoef::hybd |
| real(r8), dimension(plevp), target, public hycoef::hybi |
|
private |
| real(r8), dimension(plev), target, public hycoef::hybm |
|
private |
| real(r8), dimension(plev), public hycoef::hypd |
| real(r8), dimension(plevp), public hycoef::hypi |
| real(r8), dimension(plev), public hycoef::hypm |
| integer, public hycoef::nprlev |
| real(r8), parameter, public hycoef::ps0 = 1.0e5_r8 |
| real(r8), parameter, public hycoef::psr = 1.0e5_r8 |