Skip to content
Snippets Groups Projects
Commit 6b057946 authored by Jeremy Feinstein's avatar Jeremy Feinstein
Browse files

organize file structure in order of importance

parent 64c7ee71
No related branches found
No related tags found
Loading
......@@ -10,15 +10,14 @@ Please refer to the manuscript (citation below) for detailed methodology and the
```
EMDBC/
├── sample_data/
│ ├── observed.npy # Observed temperature series (Livneh)
│ ├── ycontrol.npy # Historical modeled temperature series (WRF-CCSM 1995-2004)
│ └── yproject.npy # Future modeled temperature series (WRF-CCSM 2045-2054)
├── emdbc.py # Python script containing the core EMDBC implementation
└── analysis.ipynb # Jupyter notebook with a sample application of the EMDBC function
├── analysis.ipynb # Jupyter notebook with a sample application of the EMDBC function
└── sample_data/
├── observed.npy # Observed temperature series (Livneh)
├── ycontrol.npy # Historical modeled temperature series (WRF-CCSM 1995-2004)
└── yproject.npy # Future modeled temperature series (WRF-CCSM 2045-2054)
```
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment