Soil Water Balance (SWB2)
Loading...
Searching...
No Matches
dictionary.F90 File Reference

Go to the source code of this file.

Data Types

type  dictionary::dict_entry_t
type  dictionary::dict_t

Modules

module  dictionary

Functions/Subroutines

subroutine dictionary::add_key_sub (this, skey)
subroutine dictionary::add_string_sub (this, svalue)
subroutine dictionary::add_float_sub (this, fvalue)
subroutine dictionary::add_integer_sub (this, ivalue)
subroutine dictionary::add_double_sub (this, dvalue)
subroutine dictionary::add_logical_sub (this, lvalue)
type(dict_entry_t) function, pointer dictionary::get_entry_by_key_fn (this, skey)
type(dict_entry_t) function, pointer dictionary::get_entry_by_index_fn (this, iindex)
type(dict_entry_t) function, pointer dictionary::get_next_entry_by_key_fn (this, skey)
type(dict_entry_t) function, pointer dictionary::get_next_entry_fn (this)
type(fstring_list_t) function dictionary::grep_dictionary_key_names_fn (this, skey)
logical(c_bool) function dictionary::key_name_already_in_use_fn (this, skey)
type(dict_entry_t) function, pointer dictionary::find_dict_entry_fn (this, ssearchkey)
subroutine dictionary::add_entry_to_dict_sub (this, dict_entry)
subroutine dictionary::delete_entry_by_key_sub (this, skey)
subroutine dictionary::get_values_as_int_sub (this, skey, ivalues, is_fatal)
subroutine dictionary::get_values_as_logical_sub (this, skey, lvalues, is_fatal)
subroutine dictionary::get_values_as_logical_given_list_of_keys_sub (this, slkeys, lvalues, is_fatal)
 Search through keys for a match; return logical values.
subroutine dictionary::get_values_as_string_list_given_list_of_keys_sub (this, slkeys, slstring, is_fatal)
subroutine dictionary::get_value_as_string_sub (this, stext, skey, iindex, is_fatal)
subroutine dictionary::get_values_as_string_list_sub (this, skey, slstring, is_fatal)
subroutine dictionary::get_values_as_int_given_list_of_keys_sub (this, slkeys, ivalues, is_fatal)
 Search through keys for a match; return integer values.
subroutine dictionary::get_values_as_float_given_list_of_keys_sub (this, slkeys, fvalues, is_fatal)
 Search through keys for a match; return float values.
subroutine dictionary::get_values_as_float_sub (this, skey, fvalues, is_fatal)
subroutine dictionary::print_all_dictionary_entries_sub (this, iloglevel, sdescription, lecho)

Variables

type(dict_t), public dictionary::cf_dict
type(dict_entry_t), pointer, public dictionary::cf_entry