Skip to content

Commit 932bbb4

Browse files
authored
add aquainfra function (#161)
* add aquainfra function * add format
1 parent 82b4eef commit 932bbb4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tools/aquainfra_ogc_api_processes/aquainfra_ogc_api_processes.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="aquainfra_ogc_api_processes" name="AquaINFRA OGC API Processes" version="0.4.0" profile="22.05">
1+
<tool id="aquainfra_ogc_api_processes" name="AquaINFRA OGC API Processes" version="0.5.0" profile="22.05">
22
<description/>
33
<macros>
44
<import>macros.xml</import>
@@ -28,6 +28,7 @@
2828
<option value="owt-classification">owt-classification: OWT Classification</option>
2929
<option value="tordera-gloria">tordera-gloria: SWAT+, Soil and Water Assessment Tool</option>
3030
<option value="tordera-gloria-connection">tordera-gloria-connection: SWAT+ output to MITgcm input connection tool</option>
31+
<option value="riverload">riverload: Compute River Load</option>
3132
</param>
3233
<when value="points-att-polygon">
3334
<param name="input_data" label="Table to be merged with study region" optional="false" help="URL to the input table containing the in-situ data points with coordinates. Can be provided as Excel file or CSV file (comma-separated text file). The coordinates have to be in WGS84 coordinate system. (URL must be stored in a .txt file)" type="data" format="txt"/>
@@ -140,6 +141,10 @@
140141
<when value="tordera-gloria-connection">
141142
<param name="swat_output_file" label="SWAT+ Variable Outputs Database" optional="false" help="SQLite database (thread_1.sqlite) storing the simulated output values based on the defined time range and time step (daily, monthly, yearly, or annual average)." type="data" format="txt"/>
142143
</when>
144+
<when value="riverload">
145+
<param name="input_toc_urls" label="Input Total Organic Carbon (TOC)" optional="false" help="URL to in situ Total Organic Carbon (TOC) data (date, value). If the data is divided into parts, please provide several URLs separated by a comma. All URLs need to start with http(s). (URL must be stored in a .txt file)" type="data" format="txt"/>
146+
<param name="input_discharge_urls" label="Input discharge" optional="false" help="URL to the daily discharge data (date, value). If the data is divided into parts, please provide several URLs separated by a comma. All URLs need to start with http(s). (URL must be stored in a .txt file)" type="data" format="txt"/>
147+
</when>
143148
</conditional>
144149
</inputs>
145150
<outputs>

0 commit comments

Comments
 (0)