We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f297a commit 7d60b85Copy full SHA for 7d60b85
bin/kaleidoscope-run
@@ -4,9 +4,16 @@
4
# License: MIT
5
#
6
set -e
7
-## Produces Monte Carlo variants of the GLORYS product.
+## Produces Monte Carlo variants. Usage example:
8
9
-# ./kaleidoscope-run <source-type> <source-file>
+# ./kaleidoscope-run --source-type ghrsst source.nc
10
+#
11
+# will produce variants
12
13
+# source.000.nc
14
+# source.001.nc
15
+# ...
16
+# source.010.nc
17
18
for selector in 000 001 002 003 004 005 006 007 008 009 010; do
19
echo "$(tput setaf 2)$(date -u "+%Y-%m-%dT%H:%M:%S") [INFO] Selector ${selector} ...$(tput sgr0)"
0 commit comments