Procedures

ProcedureLocationProcedure TypeDescription
add_variable namelist_parser_module Subroutine

Infers the variable type and adds it to the namelist JSON structure.

lowercase_string namelist_parser_module Function

Returns lowercase version of the string.

parse_namelist namelist_parser_module Subroutine

Parse a Fortran namelist into a json_value structure.

Read more…
read_line_from_file namelist_parser_module Subroutine

Read a single line from a file.

to_integer namelist_parser_module Subroutine

Convert a string to an integer

to_logical namelist_parser_module Subroutine

Convert a string to a logical

Read more…
to_real namelist_parser_module Subroutine

Convert a string to a real(wp)

call~~graph~~CallGraph proc~add_variable namelist_parser_module::add_variable proc~to_integer namelist_parser_module::to_integer proc~add_variable->proc~to_integer proc~to_logical namelist_parser_module::to_logical proc~add_variable->proc~to_logical proc~to_real namelist_parser_module::to_real proc~add_variable->proc~to_real add_by_path add_by_path proc~add_variable->add_by_path create_double create_double proc~add_variable->create_double create_integer create_integer proc~add_variable->create_integer create_logical create_logical proc~add_variable->create_logical create_string create_string proc~add_variable->create_string proc~lowercase_string namelist_parser_module::lowercase_string proc~parse_namelist namelist_parser_module::parse_namelist proc~parse_namelist->proc~add_variable proc~parse_namelist->proc~lowercase_string proc~read_line_from_file namelist_parser_module::read_line_from_file proc~parse_namelist->proc~read_line_from_file add add proc~parse_namelist->add proc~parse_namelist->add_by_path create_array create_array proc~parse_namelist->create_array create_object create_object proc~parse_namelist->create_object proc~parse_namelist->create_string get get proc~parse_namelist->get info info proc~parse_namelist->info initialize initialize proc~parse_namelist->initialize replace replace proc~parse_namelist->replace proc~to_logical->proc~lowercase_string
Help