CAM
|
Functions/Subroutines | |
subroutine, public | read_volc_radiation_data_init (specifier_sw, specifier_lw, filename, datapath, data_type, cyc_yr) |
subroutine, public | advance_volc_radiation_data (specifier_sw, specifier_lw, state, pbuf2d) |
subroutine | find_times_to_interpolate (curr_mdl_time, datatimem, datatimep, it, itp1) |
subroutine | interpolate_lats_time_vert (state, wrk, banddim, pbuf_idx, fact1, fact2, pbuf2d) |
Variables | |
type(file_desc_t) | piofile |
character(len=shr_kind_cl) | curr_filename |
logical | iscyclic |
integer, parameter | ntslc = 2 |
integer | mxnflds |
integer | mxnflds_sw |
integer | mxnflds_lw |
integer | nlats |
integer | nalts |
integer | nalts_int |
integer | ntimes |
integer, dimension(4) | cnt_sw |
integer, dimension(4) | cnt_lw |
integer | cyc_ndx_beg |
integer | cyc_ndx_end |
integer | cyc_tsize |
integer | cyc_yr_in |
integer, dimension(4) | strt_t |
integer, dimension(4) | strt_tp1 |
integer, dimension(:), allocatable | pbuf_idx_sw |
integer, dimension(:), allocatable | pbuf_idx_lw |
real(r8) | neg_huge |
real(r8) | one_yr |
real(r8) | deltat |
real(r8) | datatimem |
real(r8) | datatimep |
real(r8), dimension(:,:,:,:,:), allocatable | wrk_sw |
real(r8), dimension(:,:,:,:,:), allocatable | wrk_lw |
real(r8), dimension(:), allocatable | lats |
real(r8), dimension(:), allocatable | alts |
real(r8), dimension(:), allocatable | alts_int |
real(r8), dimension(:), allocatable | times |
subroutine, public read_volc_radiation_data::advance_volc_radiation_data | ( | character(len=*), dimension(:), intent(in) | specifier_sw, |
character(len=*), dimension(:), intent(in) | specifier_lw, | ||
type(physics_state), dimension(begchunk:endchunk), intent(in) | state, | ||
type(physics_buffer_desc), dimension(:,:), pointer | pbuf2d | ||
) |
subroutine read_volc_radiation_data::find_times_to_interpolate | ( | real(r8), intent(in) | curr_mdl_time, |
real(r8), intent(out) | datatimem, | ||
real(r8), intent(out) | datatimep, | ||
integer, intent(out) | it, | ||
integer, intent(out) | itp1 | ||
) |
|
private |
subroutine, public read_volc_radiation_data::read_volc_radiation_data_init | ( | character(len=*), dimension(:), intent(in) | specifier_sw, |
character(len=*), dimension(:), intent(in) | specifier_lw, | ||
character(len=*), intent(in) | filename, | ||
character(len=*), intent(in) | datapath, | ||
character(len=*), intent(in) | data_type, | ||
integer, intent(in) | cyc_yr | ||
) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |