This files explain what is present in the files : 

- category_vulnerability.csv
- category_vulnerability_complex.csv
- component_elementary
- component_elementary_action

###################################################################################################
## component_elementary.csv									                                     ##
###################################################################################################

This file lists all elementary components which exist in floodam (i.e. that are in DAM). It is used 
to find the vulnerability categories that corresponds to the elementary components of a model and 
that are used as inputs in category_vulnerability.csv and category_vulnerability_complex.csv. It
also gives details related to each elementary component, such as its replacement value, and
indicates how the elementary components are grouped together when the damage are computed. This
classification depends on the type of models considered (activity or dwelling). The variables are:

- component_elementary
- category_vulnerability
- v_min
- v_max
- v_unit
- v_support
- component_elementary_label_fr
- category_activity_01
- category_activity_02
- category_dwelling_01
- comment

###################################################################################################
## component_elementary_action.csv                                                               ##
###################################################################################################

This file details the necessary actions for each vulnerability category that exists in floodam. The
variables are:

- component_elementary
- action
- v_min
- v_max
- v_unit
- v_support
- value (if value == TRUE, the values taken into account are those given by component_elementary.csv)

###################################################################################################
## category_vulnerability.csv                                                                    ##
###################################################################################################

This file lists all vulnerability categories which exist in floodam. It contains one line per couple
category_vulnerability/action. The variables are:

- category_vulnerability
- action
- version
- expert
- h_min
- h_max
- d_min
- d_max
- humidity
- p_action
- dilapidation
- h_action
- i_action
- t_min
- t_max
- category_label_fr
- comment

###################################################################################################
## category_vulnerability_complex.csv                                                            ##
###################################################################################################

The variables are:

- category
- action
- type
- version
- h_min
- h_max
- d_min
- d_max
- h_-100
- h_000
- h_001
- h_010
- h_020
- h_030
- h_040
- h_050
- h_100
- h_150
- h_200
- h_250
- h_300
