Changes
On June 10, 2021 at 12:30:16 PM UTC,
-
Updated description of TopoCLIM v1.0 code from
Model code and documentation for the downscaling model TopoCLIM which provides methods to downscale climate timeseries from CORDEX RCM data. This scheme specifically addresses the need for hillslope scale atmospheric forcing timeseries for modeling the local impact of regional climate change projections on the land surface in complex terrain. The method has a global scope and is able to generate the full suite of model forcing variables required for hydrological and land surface modeling at hourly timesteps. License GPL v.3
toModel code and documentation for the downscaling model TopoCLIM which provides methods to downscale climate timeseries from CORDEX RCM data. This scheme specifically addresses the need for hillslope scale atmospheric forcing timeseries for modeling the local impact of regional climate change projections on the land surface in complex terrain. The method has a global scope and is able to generate the full suite of model forcing variables required for hydrological and land surface modeling at hourly timesteps. A working example is provided in this code archive but for full running of the scheme TopoSCALE is required https://doi.org/10.5194/gmd-7-387-2014 with code available at https://github.com/joelfiddes/tscaleV2. Standard library dependencies are given in the python requirments.txt of the archive with installation instructions in the README.md. License GPL v.3
f | 1 | { | f | 1 | { |
2 | "author": "[{\"affiliation\": \"SLF\", \"affiliation_02\": \"\", | 2 | "author": "[{\"affiliation\": \"SLF\", \"affiliation_02\": \"\", | ||
3 | \"affiliation_03\": \"\", \"data_credit\": \"software\", \"email\": | 3 | \"affiliation_03\": \"\", \"data_credit\": \"software\", \"email\": | ||
4 | \"joel.fiddes@slf.ch\", \"given_name\": \"Joel\", \"identifier\": | 4 | \"joel.fiddes@slf.ch\", \"given_name\": \"Joel\", \"identifier\": | ||
5 | \"\", \"name\": \"Fiddes\"}]", | 5 | \"\", \"name\": \"Fiddes\"}]", | ||
6 | "author_email": null, | 6 | "author_email": null, | ||
7 | "creator_user_id": "fe7fa798-2f5c-4ad3-b865-50260d7322cf", | 7 | "creator_user_id": "fe7fa798-2f5c-4ad3-b865-50260d7322cf", | ||
8 | "date": "[{\"date\": \"2021-06-10\", \"date_type\": \"created\", | 8 | "date": "[{\"date\": \"2021-06-10\", \"date_type\": \"created\", | ||
9 | \"end_date\": \"\"}]", | 9 | \"end_date\": \"\"}]", | ||
10 | "doi": "10.16904/envidat.229", | 10 | "doi": "10.16904/envidat.229", | ||
11 | "funding": "[{\"grant_number\": \"179130\", \"institution\": | 11 | "funding": "[{\"grant_number\": \"179130\", \"institution\": | ||
12 | \"SNF\", \"institution_url\": \"http://p3.snf.ch/project-179130\"}, | 12 | \"SNF\", \"institution_url\": \"http://p3.snf.ch/project-179130\"}, | ||
13 | {\"grant_number\": \"\", \"institution\": \"WSL CCAMM\", | 13 | {\"grant_number\": \"\", \"institution\": \"WSL CCAMM\", | ||
14 | \"institution_url\": \"\"}]", | 14 | \"institution_url\": \"\"}]", | ||
15 | "groups": [], | 15 | "groups": [], | ||
16 | "id": "3179f1e2-e7fa-4ab5-8949-3b4805f1ea02", | 16 | "id": "3179f1e2-e7fa-4ab5-8949-3b4805f1ea02", | ||
17 | "isopen": false, | 17 | "isopen": false, | ||
18 | "language": "en", | 18 | "language": "en", | ||
19 | "license_id": "other-undefined", | 19 | "license_id": "other-undefined", | ||
20 | "license_title": "Other (Specified in the description)", | 20 | "license_title": "Other (Specified in the description)", | ||
21 | "maintainer": "{\"affiliation\": \"SLF\", \"email\": | 21 | "maintainer": "{\"affiliation\": \"SLF\", \"email\": | ||
22 | \"joel.fiddes@slf.ch\", \"given_name\": \"Joel\", \"identifier\": | 22 | \"joel.fiddes@slf.ch\", \"given_name\": \"Joel\", \"identifier\": | ||
23 | \"\", \"name\": \"Fiddes\"}", | 23 | \"\", \"name\": \"Fiddes\"}", | ||
24 | "maintainer_email": null, | 24 | "maintainer_email": null, | ||
25 | "metadata_created": "2021-06-10T12:12:42.768221", | 25 | "metadata_created": "2021-06-10T12:12:42.768221", | ||
n | 26 | "metadata_modified": "2021-06-10T12:19:41.040444", | n | 26 | "metadata_modified": "2021-06-10T12:30:16.174540", |
27 | "name": "topoclim-v-1-0-code", | 27 | "name": "topoclim-v-1-0-code", | ||
28 | "notes": "Model code and documentation for the downscaling model | 28 | "notes": "Model code and documentation for the downscaling model | ||
29 | TopoCLIM which provides methods to downscale climate timeseries from | 29 | TopoCLIM which provides methods to downscale climate timeseries from | ||
30 | CORDEX RCM data. This scheme specifically addresses the need for | 30 | CORDEX RCM data. This scheme specifically addresses the need for | ||
31 | hillslope scale atmospheric forcing timeseries for modeling the local | 31 | hillslope scale atmospheric forcing timeseries for modeling the local | ||
32 | impact of regional climate change projections on the land surface in | 32 | impact of regional climate change projections on the land surface in | ||
33 | complex terrain. The method has a global scope and is able to generate | 33 | complex terrain. The method has a global scope and is able to generate | ||
34 | the full suite of model forcing variables required for hydrological | 34 | the full suite of model forcing variables required for hydrological | ||
t | 35 | and land surface modeling at hourly timesteps.\r\n\r\nLicense GPL | t | 35 | and land surface modeling at hourly timesteps.\r\n\r\nA working |
36 | v.3\r\n\r\n", | 36 | example is provided in this code archive but for full running of the | ||
37 | scheme TopoSCALE is required https://doi.org/10.5194/gmd-7-387-2014 | ||||
38 | with code available at https://github.com/joelfiddes/tscaleV2. | ||||
39 | Standard library dependencies are given in the python requirments.txt | ||||
40 | of the archive with installation instructions in the | ||||
41 | README.md.\r\n\r\nLicense GPL v.3\r\n\r\n", | ||||
37 | "num_resources": 2, | 42 | "num_resources": 2, | ||
38 | "num_tags": 5, | 43 | "num_tags": 5, | ||
39 | "organization": { | 44 | "organization": { | ||
40 | "approval_status": "approved", | 45 | "approval_status": "approved", | ||
41 | "created": "2016-05-24T16:15:21.861195", | 46 | "created": "2016-05-24T16:15:21.861195", | ||
42 | "description": "The WSL Institute for Snow and Avalanche Research | 47 | "description": "The WSL Institute for Snow and Avalanche Research | ||
43 | SLF is an interdisciplinary research and service centre located in | 48 | SLF is an interdisciplinary research and service centre located in | ||
44 | Davos Dorf. It forms part of the WSL \u2013 the Swiss Federal | 49 | Davos Dorf. It forms part of the WSL \u2013 the Swiss Federal | ||
45 | Institute for Forest, Snow and Landscape Research \u2013 and thus | 50 | Institute for Forest, Snow and Landscape Research \u2013 and thus | ||
46 | belongs to the domain of the ETH (Swiss Federal Institutes of | 51 | belongs to the domain of the ETH (Swiss Federal Institutes of | ||
47 | Technology). Its scientists conduct research on snow, the atmosphere, | 52 | Technology). Its scientists conduct research on snow, the atmosphere, | ||
48 | natural hazards, permafrost and mountain ecological systems, and | 53 | natural hazards, permafrost and mountain ecological systems, and | ||
49 | develop innovative products that translate their knowledge into | 54 | develop innovative products that translate their knowledge into | ||
50 | practical applications. The SLF seeks to engage in top-level research | 55 | practical applications. The SLF seeks to engage in top-level research | ||
51 | while contributing to the resolution of urgent societal issues, for | 56 | while contributing to the resolution of urgent societal issues, for | ||
52 | example in the fields of natural hazard warning systems and the | 57 | example in the fields of natural hazard warning systems and the | ||
53 | analysis of climate and environmental change. \r\n\r\n__Further | 58 | analysis of climate and environmental change. \r\n\r\n__Further | ||
54 | information__: https://www.slf.ch", | 59 | information__: https://www.slf.ch", | ||
55 | "id": "a17b145f-2191-4c21-aabf-55661d5cb140", | 60 | "id": "a17b145f-2191-4c21-aabf-55661d5cb140", | ||
56 | "image_url": "2016-05-24-141521.837240logoslf.png", | 61 | "image_url": "2016-05-24-141521.837240logoslf.png", | ||
57 | "is_organization": true, | 62 | "is_organization": true, | ||
58 | "name": "slf", | 63 | "name": "slf", | ||
59 | "state": "active", | 64 | "state": "active", | ||
60 | "title": "SLF", | 65 | "title": "SLF", | ||
61 | "type": "organization" | 66 | "type": "organization" | ||
62 | }, | 67 | }, | ||
63 | "owner_org": "a17b145f-2191-4c21-aabf-55661d5cb140", | 68 | "owner_org": "a17b145f-2191-4c21-aabf-55661d5cb140", | ||
64 | "private": false, | 69 | "private": false, | ||
65 | "publication": "{\"publication_year\": \"2021\", \"publisher\": | 70 | "publication": "{\"publication_year\": \"2021\", \"publisher\": | ||
66 | \"EnviDat\"}", | 71 | \"EnviDat\"}", | ||
67 | "publication_state": "pub_pending", | 72 | "publication_state": "pub_pending", | ||
68 | "related_datasets": "", | 73 | "related_datasets": "", | ||
69 | "related_publications": "GMDD publication pending ", | 74 | "related_publications": "GMDD publication pending ", | ||
70 | "relationships_as_object": [], | 75 | "relationships_as_object": [], | ||
71 | "relationships_as_subject": [], | 76 | "relationships_as_subject": [], | ||
72 | "resource_type": "software", | 77 | "resource_type": "software", | ||
73 | "resource_type_general": "software", | 78 | "resource_type_general": "software", | ||
74 | "resources": [ | 79 | "resources": [ | ||
75 | { | 80 | { | ||
76 | "cache_last_updated": null, | 81 | "cache_last_updated": null, | ||
77 | "cache_url": null, | 82 | "cache_url": null, | ||
78 | "created": "2021-06-10T12:13:58.088637", | 83 | "created": "2021-06-10T12:13:58.088637", | ||
79 | "description": "Archive of Github repository as of 10 June 2021 | 84 | "description": "Archive of Github repository as of 10 June 2021 | ||
80 | including license and documentation and examples.", | 85 | including license and documentation and examples.", | ||
81 | "doi": "", | 86 | "doi": "", | ||
82 | "format": "*.zip", | 87 | "format": "*.zip", | ||
83 | "hash": "", | 88 | "hash": "", | ||
84 | "id": "fe44c744-6aae-4e8c-a484-2fba1ea1daaf", | 89 | "id": "fe44c744-6aae-4e8c-a484-2fba1ea1daaf", | ||
85 | "last_modified": null, | 90 | "last_modified": null, | ||
86 | "metadata_modified": "2021-06-10T12:19:41.045014", | 91 | "metadata_modified": "2021-06-10T12:19:41.045014", | ||
87 | "mimetype": null, | 92 | "mimetype": null, | ||
88 | "mimetype_inner": null, | 93 | "mimetype_inner": null, | ||
89 | "name": "TopoCLIM v1.0", | 94 | "name": "TopoCLIM v1.0", | ||
90 | "package_id": "3179f1e2-e7fa-4ab5-8949-3b4805f1ea02", | 95 | "package_id": "3179f1e2-e7fa-4ab5-8949-3b4805f1ea02", | ||
91 | "position": 0, | 96 | "position": 0, | ||
92 | "resource_size": "{\"size_units\": \"kb\", \"size_value\": | 97 | "resource_size": "{\"size_units\": \"kb\", \"size_value\": | ||
93 | \"\"}", | 98 | \"\"}", | ||
94 | "resource_type": null, | 99 | "resource_type": null, | ||
95 | "restricted": "{\"allowed_users\": \"\", \"level\": \"public\", | 100 | "restricted": "{\"allowed_users\": \"\", \"level\": \"public\", | ||
96 | \"shared_secret\": \"\"}", | 101 | \"shared_secret\": \"\"}", | ||
97 | "size": 42233916, | 102 | "size": 42233916, | ||
98 | "state": "active", | 103 | "state": "active", | ||
99 | "url": | 104 | "url": | ||
100 | urce/fe44c744-6aae-4e8c-a484-2fba1ea1daaf/download/topoclimv.1.0.zip", | 105 | urce/fe44c744-6aae-4e8c-a484-2fba1ea1daaf/download/topoclimv.1.0.zip", | ||
101 | "url_type": "upload" | 106 | "url_type": "upload" | ||
102 | }, | 107 | }, | ||
103 | { | 108 | { | ||
104 | "cache_last_updated": null, | 109 | "cache_last_updated": null, | ||
105 | "cache_url": null, | 110 | "cache_url": null, | ||
106 | "created": "2021-06-10T12:18:50.901403", | 111 | "created": "2021-06-10T12:18:50.901403", | ||
107 | "description": "", | 112 | "description": "", | ||
108 | "doi": "", | 113 | "doi": "", | ||
109 | "format": "", | 114 | "format": "", | ||
110 | "hash": "", | 115 | "hash": "", | ||
111 | "id": "a7d0b7ea-e345-4bc4-af34-219b2280cc9a", | 116 | "id": "a7d0b7ea-e345-4bc4-af34-219b2280cc9a", | ||
112 | "last_modified": null, | 117 | "last_modified": null, | ||
113 | "metadata_modified": "2021-06-10T12:18:50.885543", | 118 | "metadata_modified": "2021-06-10T12:18:50.885543", | ||
114 | "mimetype": null, | 119 | "mimetype": null, | ||
115 | "mimetype_inner": null, | 120 | "mimetype_inner": null, | ||
116 | "name": "Github link to TopoCLIM project", | 121 | "name": "Github link to TopoCLIM project", | ||
117 | "package_id": "3179f1e2-e7fa-4ab5-8949-3b4805f1ea02", | 122 | "package_id": "3179f1e2-e7fa-4ab5-8949-3b4805f1ea02", | ||
118 | "position": 1, | 123 | "position": 1, | ||
119 | "resource_size": "{\"size_units\": \"kb\", \"size_value\": | 124 | "resource_size": "{\"size_units\": \"kb\", \"size_value\": | ||
120 | \"\"}", | 125 | \"\"}", | ||
121 | "resource_type": null, | 126 | "resource_type": null, | ||
122 | "restricted": "{\"allowed_users\": \"\", \"level\": \"public\", | 127 | "restricted": "{\"allowed_users\": \"\", \"level\": \"public\", | ||
123 | \"shared_secret\": \"\"}", | 128 | \"shared_secret\": \"\"}", | ||
124 | "size": null, | 129 | "size": null, | ||
125 | "state": "active", | 130 | "state": "active", | ||
126 | "url": "https://github.com/joelfiddes/topoCLIM", | 131 | "url": "https://github.com/joelfiddes/topoCLIM", | ||
127 | "url_type": null | 132 | "url_type": null | ||
128 | } | 133 | } | ||
129 | ], | 134 | ], | ||
130 | "spatial": "{\"type\": \"Polygon\", \"coordinates\": [[[5.95587, | 135 | "spatial": "{\"type\": \"Polygon\", \"coordinates\": [[[5.95587, | ||
131 | 45.81802],[5.95587, 47.80838],[10.49203, 47.80838],[10.49203, | 136 | 45.81802],[5.95587, 47.80838],[10.49203, 47.80838],[10.49203, | ||
132 | 45.81802],[5.95587, 45.81802]]]}", | 137 | 45.81802],[5.95587, 45.81802]]]}", | ||
133 | "spatial_info": "Switzerland", | 138 | "spatial_info": "Switzerland", | ||
134 | "state": "active", | 139 | "state": "active", | ||
135 | "subtitle": "", | 140 | "subtitle": "", | ||
136 | "tags": [ | 141 | "tags": [ | ||
137 | { | 142 | { | ||
138 | "display_name": "CORDEX", | 143 | "display_name": "CORDEX", | ||
139 | "id": "c6efa63e-104e-4d2b-ba3c-d166f7d44011", | 144 | "id": "c6efa63e-104e-4d2b-ba3c-d166f7d44011", | ||
140 | "name": "CORDEX", | 145 | "name": "CORDEX", | ||
141 | "state": "active", | 146 | "state": "active", | ||
142 | "vocabulary_id": null | 147 | "vocabulary_id": null | ||
143 | }, | 148 | }, | ||
144 | { | 149 | { | ||
145 | "display_name": "CRYOSPHERE", | 150 | "display_name": "CRYOSPHERE", | ||
146 | "id": "eb8660b5-2ad3-469d-bafe-a72285155527", | 151 | "id": "eb8660b5-2ad3-469d-bafe-a72285155527", | ||
147 | "name": "CRYOSPHERE", | 152 | "name": "CRYOSPHERE", | ||
148 | "state": "active", | 153 | "state": "active", | ||
149 | "vocabulary_id": null | 154 | "vocabulary_id": null | ||
150 | }, | 155 | }, | ||
151 | { | 156 | { | ||
152 | "display_name": "DOWNSCALING", | 157 | "display_name": "DOWNSCALING", | ||
153 | "id": "469b794e-38f0-4a97-879a-b12d8253a221", | 158 | "id": "469b794e-38f0-4a97-879a-b12d8253a221", | ||
154 | "name": "DOWNSCALING", | 159 | "name": "DOWNSCALING", | ||
155 | "state": "active", | 160 | "state": "active", | ||
156 | "vocabulary_id": null | 161 | "vocabulary_id": null | ||
157 | }, | 162 | }, | ||
158 | { | 163 | { | ||
159 | "display_name": "RCM", | 164 | "display_name": "RCM", | ||
160 | "id": "5658654a-0589-489b-ad43-639f110f5681", | 165 | "id": "5658654a-0589-489b-ad43-639f110f5681", | ||
161 | "name": "RCM", | 166 | "name": "RCM", | ||
162 | "state": "active", | 167 | "state": "active", | ||
163 | "vocabulary_id": null | 168 | "vocabulary_id": null | ||
164 | }, | 169 | }, | ||
165 | { | 170 | { | ||
166 | "display_name": "TOPOSCALE", | 171 | "display_name": "TOPOSCALE", | ||
167 | "id": "77855331-128f-458a-91d7-c10ff0aec782", | 172 | "id": "77855331-128f-458a-91d7-c10ff0aec782", | ||
168 | "name": "TOPOSCALE", | 173 | "name": "TOPOSCALE", | ||
169 | "state": "active", | 174 | "state": "active", | ||
170 | "vocabulary_id": null | 175 | "vocabulary_id": null | ||
171 | } | 176 | } | ||
172 | ], | 177 | ], | ||
173 | "title": "TopoCLIM v1.0 code", | 178 | "title": "TopoCLIM v1.0 code", | ||
174 | "type": "dataset", | 179 | "type": "dataset", | ||
175 | "url": null, | 180 | "url": null, | ||
176 | "version": "1.0" | 181 | "version": "1.0" | ||
177 | } | 182 | } |