CAM
|
Functions/Subroutines | |
subroutine, public | prescribed_ghg_readnl (nlfile) |
subroutine, public | prescribed_ghg_register () |
subroutine, public | prescribed_ghg_init () |
subroutine, public | prescribed_ghg_adv (state, pbuf2d) |
subroutine, public | init_prescribed_ghg_restart (piofile) |
subroutine, public | write_prescribed_ghg_restart (piofile) |
subroutine, public | read_prescribed_ghg_restart (pioFile) |
integer function | get_ndx (name) |
Variables | |
type(trfld), dimension(:), pointer | fields |
type(trfile) | file |
logical, public | has_prescribed_ghg = .false. |
integer, parameter, public | n_ghg = 5 |
integer | number_flds |
character(len=256) | filename = '' |
character(len=256) | filelist = '' |
character(len=256) | datapath = '' |
character(len=32) | datatype = 'SERIAL' |
logical | rmv_file = .false. |
integer | cycle_yr = 0 |
integer | fixed_ymd = 0 |
integer | fixed_tod = 0 |
character(len=16), dimension(n_ghg) | specifier = '' |
character(len=8), dimension(n_ghg) | ghg_names = (/ 'prsd_co2', 'prsd_ch4', 'prsd_n2o', 'prsd_f11', 'prsd_f12' /) |
real(r8), dimension(n_ghg), parameter | molmass = (/ 44.00980_r8, 16.04060_r8, 44.01288_r8, 137.3675_r8, 120.9132_r8 /) |
integer, dimension(n_ghg) | index_map |
integer function prescribed_ghg::get_ndx | ( | character(len=*), intent(in) | name | ) |
subroutine, public prescribed_ghg::init_prescribed_ghg_restart | ( | type(file_desc_t), intent(inout) | piofile | ) |
subroutine, public prescribed_ghg::prescribed_ghg_adv | ( | type(physics_state), dimension(begchunk:endchunk), intent(in) | state, |
type(physics_buffer_desc), dimension(:,:), pointer | pbuf2d | ||
) |
subroutine, public prescribed_ghg::prescribed_ghg_init | ( | ) |
subroutine, public prescribed_ghg::prescribed_ghg_readnl | ( | character(len=*), intent(in) | nlfile | ) |
subroutine, public prescribed_ghg::prescribed_ghg_register | ( | ) |
subroutine, public prescribed_ghg::read_prescribed_ghg_restart | ( | type(file_desc_t) | pioFile | ) |
subroutine, public prescribed_ghg::write_prescribed_ghg_restart | ( | type(file_desc_t) | piofile | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
logical, public prescribed_ghg::has_prescribed_ghg = .false. |
|
private |
|
private |
integer, parameter, public prescribed_ghg::n_ghg = 5 |
|
private |
|
private |
|
private |