GBS
|
Data Types | |
type | tspacegridinput |
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 | |
integer, pointer | nx => null() |
integer, pointer | ny => null() |
integer, pointer | nz => null() |
real(dp), pointer | xmin => null() |
real(dp), pointer | xmax => null() |
real(dp), pointer | ymin => null() |
real(dp), pointer | ymax => null() |
real(dp), pointer | zmin => null() |
real(dp), pointer | zmax => null() |
|
private |
Load namelist parameters from a given unit.
[in] | nml_unit | Unit from which to read the namelist |
|
private |
Print parameters.
|
private |
Store all the parameters in the HDF5 file provided.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |