-
Notifications
You must be signed in to change notification settings - Fork 6
/
searchParams.sh
executable file
·18 lines (14 loc) · 1.11 KB
/
searchParams.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
#Examples
#To run a command, remove the hashtag (#) at the beginning of the command line
#./searchParams.py -v --searchType=hierarchical --name="evergreen" --format=csv
#./searchParams.py -v --searchType=hierarchical --name="evergreen" --format=param
#./searchParams.py -v --searchType=hierarchical --name="evergreen" --format=param --output=veg_evergreen.def
#./searchParams.py -v --searchType=constrained --name="evergreen" --param="max_lai" --format=csv
#./searchParams.py -v --searchType=constrained --location="Oregon" --format=csv
#./searchParams.py -v --searchType=constrained --param="snow" --format=csv
#./searchParams.py -v --searchType=constrained --name="sandyloam" --param="snow" --format=csv
#./searchParams.py -v --searchType=constrained --reference="Jones" --format=csv
# Search for parameter name by partial name, i.e. "epc" matches "epc.maxlgf", "epc.ndays_expand", ...
#./searchParams.py -v --searchType=constrained --param="epc.leaflitr_cn" --format=csv
#./searchParams.py -v --searchType=constrained --param="epc" --startDatetime="2013-04-15 12:00:00" --endDatetime="2013-04-15 17:00:00" --format=csv