CAM
cam3_ozone_data Module Reference

Functions/Subroutines

subroutine, public cam3_ozone_data_readnl (nlfile)
 
subroutine, public cam3_ozone_data_register ()
 
subroutine, public cam3_ozone_data_init (phys_state)
 
subroutine, public cam3_ozone_data_timestep_init (pbuf2d, phys_state)
 
subroutine ozone_data_get_cnst (state, q)
 

Variables

logical, public cam3_ozone_data_on = .false.
 
logical ozncyc = .true.
 
character(len=256) bndtvo = ' '
 
integer oz_idx
 
type(boundarydata_typeozonedata
 
character(len=6), dimension(1), parameter nc_name = (/'OZONE '/)
 

Function/Subroutine Documentation

◆ cam3_ozone_data_init()

subroutine, public cam3_ozone_data::cam3_ozone_data_init ( type(physics_state), dimension(begchunk:endchunk), intent(in)  phys_state)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cam3_ozone_data_readnl()

subroutine, public cam3_ozone_data::cam3_ozone_data_readnl ( character(len=*), intent(in)  nlfile)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cam3_ozone_data_register()

subroutine, public cam3_ozone_data::cam3_ozone_data_register ( )
Here is the caller graph for this function:

◆ cam3_ozone_data_timestep_init()

subroutine, public cam3_ozone_data::cam3_ozone_data_timestep_init ( type(physics_buffer_desc), dimension(:,:), pointer  pbuf2d,
type(physics_state), dimension(begchunk:endchunk), intent(in)  phys_state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ozone_data_get_cnst()

subroutine cam3_ozone_data::ozone_data_get_cnst ( type(physics_state), intent(in)  state,
real(r8), dimension(:,:)  q 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ bndtvo

character(len=256) cam3_ozone_data::bndtvo = ' '
private

◆ cam3_ozone_data_on

logical, public cam3_ozone_data::cam3_ozone_data_on = .false.

◆ nc_name

character(len=6), dimension(1), parameter cam3_ozone_data::nc_name = (/'OZONE '/)
private

◆ oz_idx

integer cam3_ozone_data::oz_idx
private

◆ ozncyc

logical cam3_ozone_data::ozncyc = .true.
private

◆ ozonedata

type(boundarydata_type) cam3_ozone_data::ozonedata
private