|
CAM
|
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__ |
| subroutine betr_regression_module::checkinput | ( | class(betr_regression_type), intent(in) | this, |
| class(betr_status_type), intent(out) | bstatus | ||
| ) |

| subroutine betr_regression_module::closeoutput | ( | class(betr_regression_type), intent(inout) | this | ) |
| 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 | ||
| ) |
| subroutine betr_regression_module::openoutput | ( | class(betr_regression_type), intent(inout) | this | ) |
| 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 | ||
| ) |

| 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 | ||
| ) |
|
private |