CAM
prescribed_ozone Module Reference

Functions/Subroutines

subroutine, public prescribed_ozone_register ()
 
subroutine, public prescribed_ozone_init ()
 
subroutine, public prescribed_ozone_readnl (nlfile)
 
subroutine, public prescribed_ozone_adv (state, pbuf2d)
 
subroutine, public init_prescribed_ozone_restart (piofile)
 
subroutine, public write_prescribed_ozone_restart (piofile)
 
subroutine, public read_prescribed_ozone_restart (pioFile)
 

Variables

type(trfld), dimension(:), pointer fields
 
type(trfilefile
 
logical, public has_prescribed_ozone = .false.
 
character(len=8), parameter ozone_name = 'ozone'
 
character(len=16) fld_name = 'ozone'
 
character(len=256) filename = ' '
 
character(len=256) filelist = ' '
 
character(len=256) datapath = ' '
 
character(len=32) data_type = 'SERIAL'
 
logical rmv_file = .false.
 
integer cycle_yr = 0
 
integer fixed_ymd = 0
 
integer fixed_tod = 0
 

Function/Subroutine Documentation

◆ init_prescribed_ozone_restart()

subroutine, public prescribed_ozone::init_prescribed_ozone_restart ( type(file_desc_t), intent(inout)  piofile)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ prescribed_ozone_adv()

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

◆ prescribed_ozone_init()

subroutine, public prescribed_ozone::prescribed_ozone_init ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ prescribed_ozone_readnl()

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

◆ prescribed_ozone_register()

subroutine, public prescribed_ozone::prescribed_ozone_register ( )
Here is the caller graph for this function:

◆ read_prescribed_ozone_restart()

subroutine, public prescribed_ozone::read_prescribed_ozone_restart ( type(file_desc_t)  pioFile)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_prescribed_ozone_restart()

subroutine, public prescribed_ozone::write_prescribed_ozone_restart ( type(file_desc_t)  piofile)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ cycle_yr

integer prescribed_ozone::cycle_yr = 0
private

◆ data_type

character(len=32) prescribed_ozone::data_type = 'SERIAL'
private

◆ datapath

character(len=256) prescribed_ozone::datapath = ' '
private

◆ fields

type(trfld), dimension(:), pointer prescribed_ozone::fields
private

◆ file

type(trfile) prescribed_ozone::file
private

◆ filelist

character(len=256) prescribed_ozone::filelist = ' '
private

◆ filename

character(len=256) prescribed_ozone::filename = ' '
private

◆ fixed_tod

integer prescribed_ozone::fixed_tod = 0
private

◆ fixed_ymd

integer prescribed_ozone::fixed_ymd = 0
private

◆ fld_name

character(len=16) prescribed_ozone::fld_name = 'ozone'
private

◆ has_prescribed_ozone

logical, public prescribed_ozone::has_prescribed_ozone = .false.

◆ ozone_name

character(len=8), parameter prescribed_ozone::ozone_name = 'ozone'
private

◆ rmv_file

logical prescribed_ozone::rmv_file = .false.
private