CAM
tracer_cnst.F90 File Reference

Modules

module  tracer_cnst
 

Functions/Subroutines

subroutine, public tracer_cnst::tracer_cnst_init ()
 
subroutine, public tracer_cnst::tracer_cnst_setopts (tracer_cnst_file_in, tracer_cnst_filelist_in, tracer_cnst_datapath_in, tracer_cnst_type_in, tracer_cnst_specifier_in, tracer_cnst_rmfile_in, tracer_cnst_cycle_yr_in, tracer_cnst_fixed_ymd_in, tracer_cnst_fixed_tod_in)
 
subroutine, public tracer_cnst::tracer_cnst_defaultopts (tracer_cnst_file_out, tracer_cnst_filelist_out, tracer_cnst_datapath_out, tracer_cnst_type_out, tracer_cnst_specifier_out, tracer_cnst_rmfile_out, tracer_cnst_cycle_yr_out, tracer_cnst_fixed_ymd_out, tracer_cnst_fixed_tod_out)
 
subroutine, public tracer_cnst::tracer_cnst_adv (pbuf2d, state)
 
subroutine, public tracer_cnst::get_cnst_data (field_name, data, ncol, lchnk, pbuf)
 
subroutine, public tracer_cnst::get_cnst_data_ptr (name, state, q, pbuf)
 
subroutine, public tracer_cnst::init_tracer_cnst_restart (piofile)
 
subroutine, public tracer_cnst::write_tracer_cnst_restart (piofile)
 
subroutine, public tracer_cnst::read_tracer_cnst_restart (pioFile)
 

Variables

type(trfld), dimension(:), pointer tracer_cnst::fields => null()
 
type(trfile) tracer_cnst::file
 
integer, public tracer_cnst::num_tracer_cnst
 
character(len=16), dimension(:), pointer, public tracer_cnst::tracer_cnst_flds => null()
 
real(r8), dimension(:,:,:,:), allocatable, target tracer_cnst::data_q
 
character(len=64), dimension(maxtrcrs) tracer_cnst::specifier = ''
 
character(len=256) tracer_cnst::filename = 'tracer_cnst_file'
 
character(len=256) tracer_cnst::filelist = ''
 
character(len=256) tracer_cnst::datapath = ''
 
character(len=32) tracer_cnst::data_type = 'SERIAL'
 
logical tracer_cnst::rmv_file = .false.
 
integer tracer_cnst::cycle_yr = 0
 
integer tracer_cnst::fixed_ymd = 0
 
integer tracer_cnst::fixed_tod = 0