TUV-x
|
▼Nmusica_array | Functions for working with allocatable arrays |
Cfind_string_in_array | |
Cfind_string_in_split_array | |
▼Nmusica_assert | Assertion functions |
Calmost_equal | |
Care_equal | |
Cassert_msg | |
Cassert_warn_msg | |
Cdie_msg | |
▼Nmusica_config | The config_t type and related functions |
Cconfig_iterator_t | Configuration data iterator |
Cconfig_t | Model configuration data |
Nmusica_constants | Common physical constants |
▼Nmusica_io | The io_t type and related functions |
Cappend_0d_double | Writes 0D double data to append 1D double data |
Cappend_0d_int | Writes 0D int data to append 1D int data |
Cappend_1d_double | Writes 1D double data to append 2D data |
Cappend_2d_double | Writes 2D double data to append 3D double data |
Cappend_3d_double | Writes 3D double data to append 4D double data |
Cexists_char | Returns whether a variable exists in the file |
Cexists_string | Returns whether a variable exists in the file |
Cio_t | General input/output class |
Cread_0d_double | Reads 0D double-precision floating-point data |
Cread_0d_int | Reads 0D integer data |
Cread_1d_double | Reads 1D double-precision floating-point data |
Cread_1d_int | Reads 1D integer data |
Cread_2d_double | Reads 2D double-precision floating-point data |
Cread_3d_double | Reads 3D double-precision floating-point data |
Cread_4d_double | Reads 4D double-precision floating-point data |
Cset_variable_units | Sets the units for a given variable |
Cvariable_dimensions | Returns the dimension names for a given variable |
Cvariable_units | Returns the units for a given variable |
Cwrite_0d_double | Writes 0D double data |
Cwrite_0d_int | Writes 0D int data |
Cwrite_1d_double | Writes 1D double data |
Cwrite_1d_int | Writes 1D int data |
Cwrite_2d_double | Writes 2D double data |
Cwrite_3d_double | Writes 3D double data |
Cwrite_4d_double | Writes 4D double data |
▼Nmusica_io_netcdf | The io_netcdf_t type and related functions |
Cio_netcdf_t | NetCDF file reader |
▼Nmusica_iterator | The abstract iterator_t type and related functions |
Citerator_t | An abstract iterator |
Cnext | Advances the iterator |
Creset | Resets the iterator to the beginning of the collection |
▼Nmusica_map | Utility for mapping among arrays |
Cmap_t | Map between arrays |
Cpair_t | Matched pair |
▼Nmusica_string | The string_t type and related functions |
Cstring_t | Generic string type |
Cto_char | Converts values to character arrays |
▼Nmusica_yaml_util | Utility module for YAML parser |
Cdouble_array_t_c | Interoperable array type for doubles |
Cnode_array_t_c | Interoperable array type for nodes |
Cstring_array_t_c | Interoperable array type for strings |
Cstring_t_c | Interoperable string type |
Cyaml_add_bool_c | Adds a boolean to a YAML node |
Cyaml_add_double_array_c | Adds a double array to a YAML node |
Cyaml_add_double_c | Adds a double to a YAML node |
Cyaml_add_float_c | Adds a float to a YAML node |
Cyaml_add_int_c | Adds an int to a YAML node |
Cyaml_add_node_array_c | Adds a node array to a YAML node |
Cyaml_add_node_c | Adds a YAML node to a YAML node |
Cyaml_add_string_array_c | Adds a string array to a YAML node |
Cyaml_add_string_c | Adds a string to a YAML node |
Cyaml_at_end_c | Returns whether an iterator is == end |
Cyaml_begin_c | Gets an beginning iterator for a node |
Cyaml_copy_node_c | Copy node |
Cyaml_create_from_file_c | Constructor from a YAML file |
Cyaml_create_from_string_c | C wrapper functions for YAML parser |
Cyaml_delete_double_array_c | Double array destructor |
Cyaml_delete_iterator_c | Iterator destructor |
Cyaml_delete_node_array_c | Node array destructor |
Cyaml_delete_node_c | Node destructor |
Cyaml_delete_string_array_c | String array destructor |
Cyaml_delete_string_c | String destructor |
Cyaml_end_c | Gets an ending iterator for a node |
Cyaml_get_bool_c | Gets a boolean by key |
Cyaml_get_bool_from_iterator_c | Gets a boolean using an iterator |
Cyaml_get_double_array_c | Gets a double array by key |
Cyaml_get_double_c | Gets a double by key |
Cyaml_get_double_from_iterator_c | Gets a double using an iterator |
Cyaml_get_float_c | Gets a float by key |
Cyaml_get_float_from_iterator_c | Gets a float using an iterator |
Cyaml_get_int_c | Gets an integer by key |
Cyaml_get_int_from_iterator_c | Gets an integer using an iterator |
Cyaml_get_node_array_c | Gets a node array by key |
Cyaml_get_node_c | Gets a sub-node by key |
Cyaml_get_node_from_iterator_c | Gets a node using an iterator |
Cyaml_get_string_array_c | Gets a string array by key |
Cyaml_get_string_array_from_iterator_c | Gets a string array using an iterator |
Cyaml_get_string_c | Gets a string by key |
Cyaml_get_string_from_iterator_c | Gets a string using an iterator |
Cyaml_increment_c | Increments an iterator |
Cyaml_key_c | Gets the key associated with an iterator |
Cyaml_merge_node_c | Merges one node into another |
Cyaml_size_c | Gets the number of elements |
Cyaml_to_file_c | Outputs YAML configuration to a file |
Cyaml_to_string_c | Copy node to string |
Ntuvx_solver_factory | Builds solver_t objects for use in radiative transfer calculations |