Data ==== The following list of data sources are used by this sytem: - `Wallace Initiative `_ The data will be stored in the following directory layout (*sample only*):: . ├── models │   ├── RCP3PD │   │   ├── cccma-cgcm31 │   │   │   ├── 2015 -> ../../../.sources/models/RCP3PD_cccma-cgcm31_2015 │   │   │   └── 2025 -> ../../../.sources/models/RCP3PD_cccma-cgcm31_2025 │   │   └── csiro-mk30 │   │   ├── 2015 -> ../../../.sources/models/RCP3PD_csiro-mk30_2015 │   │   └── 2025 -> ../../../.sources/models/RCP3PD_csiro-mk30_2025 │   └── RCP45 │   ├── cccma-cgcm31 │   │   ├── 2015 -> ../../../.sources/models/RCP45_cccma-cgcm31_2015 │   │   └── 2025 -> ../../../.sources/models/RCP45_cccma-cgcm31_2025 │   └── csiro-mk30 │   ├── 2015 -> ../../../.sources/models/RCP45_csiro-mk30_2015 │   └── 2025 -> ../../../.sources/models/RCP45_csiro-mk30_2025 ├── regions │   └── IBRA │   ├── IBRA7_regions.dbf │   ├── IBRA7_regions.prj │   ├── IBRA7_regions.sbn │   ├── IBRA7_regions.sbx │   ├── IBRA7_regions.shp │   ├── IBRA7_regions.shp.xml │   └── IBRA7_regions.shx └── summaries This structure will support the addition of new data and ensure future expansion of the system to support global data visualization.