MONC
|
Go to the source code of this file.
Modules | |
module | configuration_checkpoint_netcdf_parser_mod |
Loads in the configuration stored in a NetCDF checkpoint file for the model to start from. | |
Functions/Subroutines | |
subroutine, public | configuration_checkpoint_netcdf_parser_mod::parse_configuration_checkpoint_netcdf (options_database, checkpoint_name, communicator) |
Will parse the NetCDF checkpoint file and loads the configuration into the options database. More... | |
subroutine | configuration_checkpoint_netcdf_parser_mod::load_options (options_database, ncid) |
Will read in and initialise the options database from the contents of the checkpoint file. More... | |
subroutine | configuration_checkpoint_netcdf_parser_mod::remove_null_terminator_from_string (net_cdf_string) |
Removes NetCDF C style null termination of string. This is placed right at the end, after any spaces so trim will not actually trim any spaces due to null terminator. More... | |
integer function | configuration_checkpoint_netcdf_parser_mod::get_number_of_options (ncid) |
Retrieves the number of option key-value pairs that are present in the checkpoint file. More... | |
Variables | |
character(len= *), parameter | configuration_checkpoint_netcdf_parser_mod::options_key ="options_database" |
The options key which references the configuration. More... | |
character(len= *), parameter | configuration_checkpoint_netcdf_parser_mod::options_dim_key ="number_options" |
Options dimension key. More... | |