cta.h [code] | |
cta_array.h [code] | Interface description of array component |
cta_bb_modbuild.h [code] | |
cta_bb_modbuild_utils.h [code] | |
cta_datatypes.h [code] | Definitions of constants and datatypes that are publically used in COSTA |
cta_datetime.h [code] | Interface description of the default COSTA datetime component |
cta_defaults.h [code] | A list of all default class implementations |
cta_errors.h [code] | Definitions of error return values used by COSTA |
cta_f77.inc [code] | |
cta_f77lapack.h [code] | Package of internally used functions for C/FORTRAN compatibility |
cta_f90.inc [code] | |
cta_file.h [code] | Functions for the implementation of CTA_FILE objects |
cta_flush.h [code] | Flush function for compatibility reasons with FORTRAN |
cta_functions.h [code] | Functions for working with CTA_Function objects. CTA_Function objects can be used to address functions |
cta_handles.h [code] | Description of functions for working with CTA_Handle objects that are being used to access COSTA objects |
cta_initialise.h [code] | CTA_Initialise for COSTA initialisation |
cta_interface.h [code] | Description of the COSTA interface componennt used for communication with user implementation classes |
cta_matrix.h [code] | The interface description of the COSTA matrix component. For user implementation see cta_usr_matrix.h |
cta_mem.h [code] | Memory management routines. These routines are equivalent to standard C routines but allows us to do additional checking and debugging |
cta_message.h [code] | |
cta_metainfo.h [code] | |
cta_method.h [code] | The interface description of the COSTA method component (this component is still under construction). For user implementation see cta_usr_method.h |
cta_modbuild_b3b.h [code] | |
cta_modbuild_b3b_utils.h [code] | |
cta_modbuild_par.h [code] | Par-Modelbuilder |
cta_modbuild_sp.h [code] | SP-Modelbuilder |
cta_model.h [code] | Interface description of the COSTA default model component. For user implementation see cta_usr_model.h |
cta_model_factory.h [code] | |
cta_model_utilities.h [code] | A set of utilities that simplify the creation of COSTA model components |
cta_modelcombiner.h [code] | ModelCombiner |
cta_obsdescr.h [code] | Interface description of the COSTA default observation descriptor component. For user implementation see cta_usr_obs_descr.h |
cta_obsdescr_table.h [code] | |
cta_pack.h [code] | The interface description of the COSTA pack component |
cta_par.h [code] | Interface for creating parallel applications with COSTA |
cta_reltable.h [code] | Relation table component that defines a relation between two elements (ordered) sets of elements |
cta_resultwriter.h [code] | |
cta_sobs.h [code] | Interface description of the COSTA default stochastic observer component. For user implementation see cta_usr_sobs.h |
cta_sobs_combine.h [code] | COMBINE implementation of the stochastic observer interface |
cta_sobs_netcdf.h [code] | Netcdf user implementation of the stochastic observer interface |
cta_sobs_sqlite3.h [code] | SQLite3 user implementation of the stochastic observer interface |
cta_string.h [code] | Interface description of the default COSTA string component |
cta_system.h [code] | Macros for handing system dependent issues |
cta_time.h [code] | Interface description of the default COSTA time component |
cta_tree.h [code] | Interface description of the COSTA tree component |
cta_treevector.h [code] | Interface description of the COSTA default tree-vector component |
cta_usr_matrix.h [code] | In this file a description is given of the interface of user matrix functions. When creating your own user matrix class use the following as template |
cta_usr_method.h [code] | In this file a description is given of the interface of user method functions. When creating your own user method class use the following as template |
cta_usr_model.h [code] | In this file a description is given of the interface of user model functions. When creating your own user model class use the following as template |
cta_usr_obs_desc.h [code] | In this file a description is given of the interface of user observation descriptor functions. When creating your own user observation descriptor class use the following as template |
cta_usr_stoch_observer.h [code] | In this file a description is given of the interface of user stochastic observer functions. When creating your own user stochastic observer class use the following as template |
cta_usr_vector.h [code] | In this file a description is given of the interface of user vector functions. When creating your own vector class use the following as template |
cta_util_methods.h [code] | Utility routines for creating data assimilation methods |
cta_util_sort.h [code] | Interface to the sorting utility functions of COSTA. This header file handles the C/FORTRAN interfacing |
cta_util_statistics.h [code] | Utility for calculating a realization of a standard normal distribution |
cta_vector.h [code] | Interface description of the default COSTA vector componennt. For user implementation see cta_usr_vector.h |
cta_xml.h [code] | Utilities for XML access: reading/writing of trees from/to a XML file |
ctai.h [code] | Definition of MIN(a,b) and MAX(a,b) |
ctai_datatypes.h [code] | Utility functions for working with data types |
ctai_handles.h [code] | Utility functions for working with CTA_Handle objects |
ctai_sobs.h [code] | |
ctai_string.h [code] | Internal string utility functions |
ctai_vector.h [code] | Utilities for working with CTA_Vector objects |
ctai_xml.h [code] | Utilities for XML access: reading/writing of trees from/to a XML file |
f_cta_utils.h [code] | String utility functions for FORTRAN / C compatibility |
modbuild_sp_model_template.h [code] |