GBS
|
Datatype holding the input parameters from a namelist. More...
Data Types | |
type | basic_input_type_mod::tbasicinput |
Modules | |
module | basic_input_type_mod |
Functions/Subroutines | |
subroutine | basic_input_type_mod::load_parameters (this, nml_unit) |
Load namelist parameters from a given unit. More... | |
subroutine | basic_input_type_mod::print_parameters (this) |
Print parameters. More... | |
subroutine | basic_input_type_mod::store_parameters_hdf5 (this, file_unit, group_name) |
Store all the parameters in the HDF5 file provided. More... | |
Variables | |
logical, pointer | basic_input_type_mod::nlres => null() |
logical, pointer | basic_input_type_mod::nlsave => null() |
logical, pointer | basic_input_type_mod::nldebug => null() |
integer, pointer | basic_input_type_mod::nrun => null() |
real(dp), pointer | basic_input_type_mod::job_time => null() |
real(dp), pointer | basic_input_type_mod::saverst_time => null() |
real(dp), pointer | basic_input_type_mod::tmax => null() |
real(dp), pointer | basic_input_type_mod::extra_time => null() |
real(dp), pointer | basic_input_type_mod::dt => null() |
Datatype holding the input parameters from a namelist.