Commit 2d6f3a8
Add support to load global forcing data (#63)
* Upload of current exploratory files
* Now all variables are downloaded
* Added reading functions for global datasets
* Add functions to select data from global datasets
* Update download and parsing exploratory scripts
* Add global data loading function to forcing
* Reorder co2 molar fraction equation
* Correct co2_conv calculation
* Corrected co2 calculations
* Add rioxarray as an optional dependency
* Apply black formatting, isort
* Update current state of downloading global data
* Update broken test, docstring.
* Add soil_init support to global STEMMUS
* Support global input dir, forcing. Bugfixes.
* Add latlon support to save.py
* Add test data, test data script
* Add explanation docstring to generate_... file
* Remove unused deaccumulate function
* Fix bug in save.py for global case
* Add test data for soil inti, era5-land.
* Fix bugs, tests.
* Prospector ignore data_download_scripts
* isort
* Add dask to dependencies
* Add scipy to dependencies
* Correct link in readme
* Update paths, timestep.
* Apply Sarah's downloading...md document suggestions
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
* Fix bug in sorting canopy height dims
* Fix tests, update download scripts
* Fix markdown link check
* Fix linter issue
* Update snellius shell script
* Fix bug with path in save.py
* Speed up era5 data loading
* Bugfix in global data selection
* Fix bug in config_io input dir name creation
* Remove unused TIMESTEP constant
* Correct mistake in test
---------
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>1 parent 5336241 commit 2d6f3a8
60 files changed
Lines changed: 34585 additions & 139 deletions
File tree
- PyStemmusScope
- docs
- global_data
- data_analysis_notebooks
- download_scripts
- tests
- test_data
- directories
- global
- canopy_height
- co2
- dem
- era5-land
- era5
- soil_initial
- model_parameters/soil_initialcondition
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
68 | 76 | | |
69 | 77 | | |
70 | | - | |
| 78 | + | |
71 | 79 | | |
72 | | - | |
| 80 | + | |
73 | 81 | | |
74 | 82 | | |
75 | 83 | | |
76 | 84 | | |
77 | 85 | | |
78 | 86 | | |
79 | | - | |
| 87 | + | |
80 | 88 | | |
81 | | - | |
| 89 | + | |
82 | 90 | | |
83 | 91 | | |
84 | 92 | | |
85 | 93 | | |
86 | | - | |
| 94 | + | |
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
| |||
107 | 115 | | |
108 | 116 | | |
109 | 117 | | |
110 | | - | |
| 118 | + | |
111 | 119 | | |
112 | 120 | | |
113 | 121 | | |
| |||
117 | 125 | | |
118 | 126 | | |
119 | 127 | | |
120 | | - | |
| 128 | + | |
121 | 129 | | |
122 | 130 | | |
123 | 131 | | |
124 | 132 | | |
125 | 133 | | |
126 | | - | |
| 134 | + | |
127 | 135 | | |
128 | 136 | | |
129 | 137 | | |
| |||
0 commit comments