GBS
basic_input_type_mod Module Reference

Data Types

type  tbasicinput
 

Functions/Subroutines

subroutine load_parameters (this, nml_unit)
 Load namelist parameters from a given unit. More...
 
subroutine print_parameters (this)
 Print parameters. More...
 
subroutine store_parameters_hdf5 (this, file_unit, group_name)
 Store all the parameters in the HDF5 file provided. More...
 

Variables

logical, pointer nlres => null()
 
logical, pointer nlsave => null()
 
logical, pointer nldebug => null()
 
integer, pointer nrun => null()
 
real(dp), pointer job_time => null()
 
real(dp), pointer saverst_time => null()
 
real(dp), pointer tmax => null()
 
real(dp), pointer extra_time => null()
 
real(dp), pointer dt => null()
 

Function/Subroutine Documentation

◆ load_parameters()

subroutine basic_input_type_mod::load_parameters ( class(tbasicinput), intent(inout), target  this,
integer, intent(in)  nml_unit 
)
private

Load namelist parameters from a given unit.

Parameters
[in]nml_unitUnit from which to read the namelist

◆ print_parameters()

subroutine basic_input_type_mod::print_parameters ( class(tbasicinput), intent(inout)  this)
private

Print parameters.

◆ store_parameters_hdf5()

subroutine basic_input_type_mod::store_parameters_hdf5 ( class(tbasicinput), intent(in)  this,
integer, intent(in)  file_unit,
character(len=*), intent(in)  group_name 
)
private

Store all the parameters in the HDF5 file provided.

Variable Documentation

◆ dt

real(dp), pointer basic_input_type_mod::dt => null()
private

◆ extra_time

real(dp), pointer basic_input_type_mod::extra_time => null()
private

◆ job_time

real(dp), pointer basic_input_type_mod::job_time => null()
private

◆ nldebug

logical, pointer basic_input_type_mod::nldebug => null()
private

◆ nlres

logical, pointer basic_input_type_mod::nlres => null()
private

◆ nlsave

logical, pointer basic_input_type_mod::nlsave => null()
private

◆ nrun

integer, pointer basic_input_type_mod::nrun => null()
private

◆ saverst_time

real(dp), pointer basic_input_type_mod::saverst_time => null()
private

◆ tmax

real(dp), pointer basic_input_type_mod::tmax => null()
private