Skip to content

Commit 7d60b85

Browse files
authored
Update kaleidoscope-run
1 parent b5f297a commit 7d60b85

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

bin/kaleidoscope-run

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@
44
# License: MIT
55
#
66
set -e
7-
## Produces Monte Carlo variants of the GLORYS product.
7+
## Produces Monte Carlo variants. Usage example:
88
#
9-
# ./kaleidoscope-run <source-type> <source-file>
9+
# ./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
1017
#
1118
for selector in 000 001 002 003 004 005 006 007 008 009 010; do
1219
echo "$(tput setaf 2)$(date -u "+%Y-%m-%dT%H:%M:%S") [INFO] Selector ${selector} ...$(tput sgr0)"

0 commit comments

Comments
 (0)