CAM
mo_flbc.F90 File Reference

Data Types

type  mo_flbc::flbc
 

Modules

module  mo_flbc
 

Functions/Subroutines

subroutine, public mo_flbc::flbc_inti (flbc_file, flbc_list, flbc_timing_in, co2vmr, ch4vmr, n2ovmr, f11vmr, f12vmr)
 
subroutine, public mo_flbc::flbc_chk ()
 
logical function mo_flbc::file_has_gmean (ncid, species)
 
subroutine mo_flbc::flbc_get (ncid, lbcs, initial, read_gmean)
 
subroutine, public mo_flbc::flbc_set (vmr, ncol, lchnk, map)
 
subroutine mo_flbc::get_dels (dels, last, next)
 
subroutine, public mo_flbc::flbc_gmean_vmr (co2vmr, ch4vmr, n2ovmr, f11vmr, f12vmr)
 
real(r8) function mo_flbc::global_mean_vmr (flbcs, dels, last, next)
 

Variables

integer, parameter mo_flbc::time_span = 1
 
integer mo_flbc::ntimes
 
integer mo_flbc::flbc_cnt
 
integer mo_flbc::gndx
 
integer, dimension(2) mo_flbc::tim_ndx
 
integer, dimension(2) mo_flbc::jlim
 
integer, dimension(:), allocatable mo_flbc::dates
 
real(r8), dimension(:), allocatable mo_flbc::times
 
logical, dimension(pcnst), public mo_flbc::has_flbc
 
character(len=256) mo_flbc::filename
 
character(len=256) mo_flbc::lpath
 
character(len=256) mo_flbc::mspath
 
type(time_ramp) mo_flbc::flbc_timing
 
integer mo_flbc::ncdate
 
integer mo_flbc::ncsec
 
integer, parameter mo_flbc::nghg = 5
 
integer, parameter mo_flbc::max_nflbc = pcnst+nghg
 
integer, parameter mo_flbc::co2_ndx = 1
 
integer, parameter mo_flbc::ch4_ndx = 2
 
integer, parameter mo_flbc::n2o_ndx = 3
 
integer, parameter mo_flbc::f11_ndx = 4
 
integer, parameter mo_flbc::f12_ndx = 5
 
character(len=5), dimension(nghg) mo_flbc::ghg_names = (/ 'CO2 ','CH4 ','N2O ','CFC11','CFC12' /)
 
integer, dimension(nghg) mo_flbc::ghg_indices = -1
 
type(flbc), dimension(max_nflbc) mo_flbc::flbcs
 
logical, parameter mo_flbc::debug = .false.