Skip to content

Commit 778a981

Browse files
committedJun 3, 2024
Make use of new GitHub Org formatting feature
See https://github.com/orgs/community/discussions/16925
1 parent b403fec commit 778a981

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎README.org

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [[#accessing-this-data][Accessing this data]]
1313
- [[#introduction][Introduction]]
1414
- [[#database-format][Database Format]]
15-
- [[#warnings][Warnings]]
15+
- [[#notes][Notes]]
1616
- [[#requirements][Requirements]]
1717
- [[#examples][Examples]]
1818
- [[#command-line-interface][Command line interface]]
@@ -85,7 +85,10 @@ v 2022-08 has the following changes (see GitHub diff above for more details):
8585

8686
* WARNING
8787

88+
#+BEGIN_QUOTE
89+
[!WARNING]
8890
+ Bugs may exist in this data or the [[./discharge.py]] access script. All known bugs will be documented at [[https://github.com/GEUS-PROMICE/freshwater/issues]]. Before using this software or finalizing results, you should check if any [[https://github.com/mankoff/freshwater/issues][open issues]] impact your results, or if any issue have been [[https://github.com/mankoff/freshwater/issues?q=is%3Aissue+is%3Aclosed][closed]] since you downloaded the data or script.
91+
#+END_QUOTE
8992

9093
* Related Work
9194

@@ -213,7 +216,7 @@ find ./freshwater/land/ ./freshwater/ice/ -maxdepth 1 | sort
213216
./freshwater/land/streams.gpkg
214217
#+end_example
215218

216-
*** Warnings
219+
*** Notes
217220

218221
+ The script takes a few seconds to query the outlets and basins. The script takes ~10s of seconds to query each of the discharge time series datasets. Because there may be up to 6 discharge queries (2 RCMs for each of 1 land domain + ice domain + upstream ice), it can several minutes on a fast laptop to extract the data. To track progress, do not set the =quiet= flag to =True=.
219222

0 commit comments

Comments
 (0)
Please sign in to comment.