CAM
betr_regression_module Module Reference

Data Types

type  betr_regression_type
 

Functions/Subroutines

subroutine init (this, base_filename, namelist_buffer, bstatus)
 
subroutine readnamelist (this, namelist_buffer, bstatus)
 
subroutine checkinput (this, bstatus)
 
subroutine openoutput (this)
 
subroutine closeoutput (this)
 
subroutine writedata (this, category, name, data)
 

Variables

character(len= *), parameter, private mod_filename = __FILE__
 

Function/Subroutine Documentation

◆ checkinput()

subroutine betr_regression_module::checkinput ( class(betr_regression_type), intent(in)  this,
class(betr_status_type), intent(out)  bstatus 
)
Here is the call graph for this function:

◆ closeoutput()

subroutine betr_regression_module::closeoutput ( class(betr_regression_type), intent(inout)  this)

◆ init()

subroutine betr_regression_module::init ( class(betr_regression_type), intent(inout)  this,
character(len=betr_filename_length), intent(in)  base_filename,
character(len=betr_namelist_buffer_size), intent(in)  namelist_buffer,
class(betr_status_type), intent(out)  bstatus 
)

◆ openoutput()

subroutine betr_regression_module::openoutput ( class(betr_regression_type), intent(inout)  this)

◆ readnamelist()

subroutine betr_regression_module::readnamelist ( class(betr_regression_type), intent(inout)  this,
character(len=betr_namelist_buffer_size), intent(in)  namelist_buffer,
class(betr_status_type), intent(out)  bstatus 
)
Here is the call graph for this function:

◆ writedata()

subroutine betr_regression_module::writedata ( class(betr_regression_type), intent(inout)  this,
character(len=betr_string_length), intent(in)  category,
character(len=betr_var_name_length), intent(in)  name,
real(r8), dimension(:), intent(in)  data 
)

Variable Documentation

◆ mod_filename

character(len=*), parameter, private betr_regression_module::mod_filename = __FILE__
private